Displaying 1 result from an estimated 1 matches for "rsync_remote_list".
2006 May 08
1
Debian upgrade and rsync changes.
...at 2.5.7) maintaining their entire
filesystem from one server. I plan to upgrade the server first, and then
the clients.
This is an example rsync command we use:
  rsync --timeout 150 
        --port 443
        --password-file /etc/little_password
        --exclude-from /local_mirror/netpost/etc/rsync_remote_list
        --partial
        --delete
        -z -a -v 
       $info{machine_name}\@$info{logging_host}::$image /local_mirror
The basic gist is that a script will periodically perform these rsyncs,
syncing a 'local mirror' against a remote image, and only when an rsync
has completed successfu...