Displaying 1 result from an estimated 1 matches for "rsyncman".
Did you mean:
rsync_in
2002 Jan 15
1
Stable Rsync System Call!
...is my rsync.conf file on my primary web server
############################
use chroot = no
max connections = 5
syslog facility = local3
[www]
path = /www
comment = Web Directory
hosts allow = *.*.1.118
read only = yes
list = yes
uid = root
gid = wheel
auth users = rsyncman
secrets file = /etc/rsyncd.secrets
########################################
I am calling rsyncing from my secondary machine like so..
rsync -avz rsyncman@web1::www /www
will this call mirror everything exactly like web1.. like deleting files
that were deleted, permission changes..etc. If anyb...