X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=etc%2Fbackupninja.conf.in;h=de1fbf3b553b92a9ff2634f97667a2e79c679c69;hp=951a8ca5153e482f58fc2b7cbd5c5606c65ecafb;hb=8fb9415609b3181d8522f42115508dd7a3643345;hpb=4ce9c573c8533d3b2f1ec6063342fadd06356540 diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index 951a8ca..de1fbf3 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -21,6 +21,10 @@ reportemail = root # even if all modules reported success. (default = yes) reportsuccess = yes +# if set to 'yes', info messages from handlers will be +# sent into the email (default = no) +reportinfo = no + # if set to 'yes', a report email will be generated # even if there was no error. (default = yes) reportwarning = yes @@ -29,6 +33,19 @@ reportwarning = yes # the backup email report reportspace = no +# where to rsync the backupninja.log to be aggregated in +# a ninjareport +reporthost = + +# what user to connect to reporthost to sync the +# backupninja.log +reportuser = ninja + +# where on the reporthost should the report go +# NOTE: the name of the log will be used in the report, +# use a globally unique name, preferably the hostname +reportdirectory = /var/lib/backupninja/reports + # set to the administration group that is allowed to # read/write configuration files in /etc/backup.d admingroup = root @@ -62,6 +79,7 @@ vservers = no # SLAPCAT=/usr/sbin/slapcat # LDAPSEARCH=/usr/bin/ldapsearch # RDIFFBACKUP=/usr/bin/rdiff-backup +# CSTREAM=/usr/bin/cstream # MYSQL=/usr/bin/mysql # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy # MYSQLDUMP=/usr/bin/mysqldump