I use rsync  on several computer in my internal network. I'm installing
a new one, but when I try to do a rsync to it ( copy its files to the
computer whitch run the rsync script ), I always get a connection
refused error message.

this is how I use rsync:
rsync -acv --delete serveur1.mydomain.com::etc
/rsync/serveur1.mydomain.com/etc

the path /rsync/serveur1.mydomain.com/etc exist on the dsetination
computer and has good rights.

and on the serveur1, I have the following rsyncd.conf:
[etc]
path = /etc
readonly = no

Why do I always get a FAILED TO CONNECT TO SERVEUR1.MYDOMAIN.COM -
CONNECTION REFUSED error message ???


Reply via email to