Koozali.org: home of the SME Server

remote rsync

Ruusvuu

remote rsync
« 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?

Dan G.

Re: remote rsync
« Reply #1 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

Ruusvuu

Re: remote rsync
« Reply #2 on: June 06, 2002, 06:38:23 AM »
Dan is THE man!