Error message when trying to sync

2004-04-29 Thread Ryan Holowaychuk
I am running 2.57 I am getting the following error [EMAIL PROTECTED] etc]# rsync 192.168.100.25::backup rsync: failed to connect to 192.168.100.25: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(83) The rsyncd.conf file looks like this [backup] path = /backup

Re: Error message when trying to sync

2004-04-30 Thread Paul Slootman
On Thu 29 Apr 2004, Ryan Holowaychuk wrote: > > I am getting the following error > > [EMAIL PROTECTED] 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