File rsync-backup.example of Package rsync-backupscript
# sync the content of the rsync module named etc from server 10.10.0.1 # to the local machine in /backup/server/etc # the rest should be self explaining workdir /backup/server maxbackups 3 server 10.10.0.1 module etc archive 1 compress 1 hardlinks 1 linked 1 subdir "xinetd.d apache2" exclude "apache" user root passwd this_is_my_rsync_password