Displaying 1 result from an estimated 1 matches for "testing_rsync".
2003 Sep 24
1
F'ing hell (documentation problem)
...--------------------------------------
I am trying to do this: connect to an rsyncd server, using ssh as the
transport. That is different from running rsync as not-a-server using ssh.
Whenever I try to connect, following the man page example almost
verbatim, this is what I get:
[dereks@dev testing_rsync]$ rsync -av --rsh="ssh -l rsync"
rysnc-user@dev::test ./
WARNING: --rsh or -e option ignored when connecting to rsync daemon
rsync: failed to connect to dev: Connection refused
rsync error: error in socket IO (code 10) at clientserver.c(97)
The box named "dev" is the one I a...