[LUNI] rsync problem
Samir Faci
sfaci at cs.uic.edu
Sat Jan 26 16:36:02 CST 2008
For the record, you don't need an rsync server to use rsync.
to sync two server via ssh you can always do
rsync -avz -e 'ssh -p 22022' user at host:/dir /backup
or something along those lines. the -p is only if you run ssh on a
different port.
--
Samir
On 1/26/08, Steve Pribyl <linux at unliketea.com> wrote:
>
> What is the full command?
> Can you ssh to the host?
>
> Steve
> > I just set up a rsync server on my LAN. Thought I did everything right
> > but when I try to send a file I get:
> >
> > rsync: failed to connect to 192.168.0.7: No route to host (113)
> > rsync error: error in socket IO (code 10) at clientserver.c(94)
> >
> > I can ping back in forth between the machines w/ no problems.
> >
> > Any help would be greatly aprecieated, as I would very much like to go
> > home and be with my family instead of working on this annoying problem.
> >
> > Thanks,
> >
> > Richard
> > --
> > Linux Users Of Northern Illinois - Technical Discussion
> > http://luni.org/mailman/listinfo/luni
> >
> >
>
> --
> Linux Users Of Northern Illinois - Technical Discussion
> http://luni.org/mailman/listinfo/luni
>
More information about the luni
mailing list