Error message when trying to sync

Paul Slootman paul at debian.org
Fri Apr 30 10:21:11 GMT 2004


On Thu 29 Apr 2004, Ryan Holowaychuk wrote:
> 
> I am getting the following error
> 
> [root at fileserver etc]# rsync 192.168.100.25::backup

You're missing the local target (or source, depending on what you were
trying to do).

> rsync: failed to connect to 192.168.100.25: Connection refused rsync error:
> error in socket IO (code 10) at clientserver.c(83)

Is there actually a rsync daemon running in 192.168.100.25 ?
"Connection refused" generally means that there is no process listening
to the TCP port in question (or it's firewalled).
What does "telnet 192.168.100.25 873" give? Also a "connection refused"?
Then it's not an rsync problem per se.


Paul Slootman


More information about the rsync mailing list