Displaying 1 result from an estimated 1 matches for "arlpogtuh".
Did you mean:
arlpogtb
2008 Sep 25
2
automated Rsync to remote host, preserve owner
...Each server is freebsd 7.0
I haven't quit figured this out, but this is what I think so far:
setup rsync daemon using inetd on the receiving end so that it only listens on
192.168.*.*. Set uid and gid to root in rsyncd.conf
and then on the sending end issue the command (through cron)
rsync -arlpogtUH --delete-delay --password-file /path/to/pass /path/to/files
user@example.com:/path/to/files
This isn't working yet, so any help would be very much appreciated
Ray