Displaying 1 result from an estimated 1 matches for "logging_host".
2006 May 08
1
Debian upgrade and rsync changes.
...en
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 successfully (and made changes) will the live filesystem
be synced against this local mirror. This is due to...