rsync-backup.conf.sample (rsync-backup-0.10) | : | rsync-backup.conf.sample (rsync-backup-0.11.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
WEEKLY=4 | WEEKLY=4 | |||
#MONTHLY number of monthly backups to keep | #MONTHLY number of monthly backups to keep | |||
MONTHLY=2 | MONTHLY=2 | |||
#RSYNCOPTS options to pass to rsync | #RSYNCOPTS options to pass to rsync | |||
RSYNCOPTS="-RlpqrztH --one-file-system --delete" | RSYNCOPTS="-RlpqrztH --one-file-system --delete" | |||
#STATUSFILE file where status of process is stored | #STATUSFILE file where status of process is stored | |||
STATUSFILE="/var/spool/rsync-backup/rsync-backup.status" | STATUSFILE="/var/spool/rsync-backup/rsync-backup.status" | |||
#NAGIOS_HOSTNAME name of the host in Nagios where result should be send to | ||||
NAGIOS_HOSTNAME="myserver" | ||||
#NAGIOS_SERVICE name of the server in Nagios where result should be send to | ||||
NAGIOS_SERVICE="Backup myserver" | ||||
#NAGIOS_NSCAHOST hostname of the NSCA server | ||||
NAGIOS_NSCAHOST="nsca.mydomain.com" | ||||
#ERROR_MAIL mail address where to send the log in case of error | ||||
ERROR_MAIL="me@mydomain.com" | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |