Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Ruusvuu on June 06, 2002, 06:07:57 AM

Title: remote rsync
Post 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?
Title: Re: remote rsync
Post by: Dan G. on June 06, 2002, 06:31:27 AM
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
Title: Re: remote rsync
Post by: Ruusvuu on June 06, 2002, 06:38:23 AM
Dan is THE man!