Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Ruusvuu on June 06, 2002, 06:07:57 AM
-
I have searched and read and started my one server with
rsync --daemon and when I run:
[root@xend /root]# rsync -auv / 66.1.94.***:/xend
I get:
Failed to exec rsh : No such file or directory
unexpected EOF in read_timeout
Help Please?
-
Have you tried using SSH as the transport?
I always use:
rsync -auv -e ssh @:
It then prompts for the password, and you're off.
Dan
-
Dan is THE man!