When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
Here is the problem.
I have a primary and a secondary web server. I want to sync the home
directory paths on the primary server with the secondary server. I am
fairly ignorant to rsync and wondering what is the best method of doing this
and how would I call the procedure from say a "perl script
Ok guys,
I bieleve have my modules setup right. But when I run the command
"rsync -a web1::default/ /www/default" I get the following error
opendir(bin): Permission Denied
opendir(directories): Permission Denied
: Permission deniedo open //
rsync error: partial transfer (code 23) at main.c (842
I just finished installing rsync on one of my servers. But when I go to do a
test connection via "rsync web1::" I get the following error
rsync: failed to connect to web1: Connection refused
rsync error: error in socket IO (code 10) at clientserver.c(84)
Howdy,
I am pretty "green" with rsync so any help will be much appreciated.
I want to mirror webserver A and webserver B. The two directories I want to
mirror are /www/home and /www/default. I was wondering how I would set this
up in rsycd.conf and how I would call it in a script? Thanks
David