X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackupninja.conf;h=6fe2708b4ad749d5425c026e6ae4aad756549993;hb=d52a1ac97e97c51c15ccd52d7dce93d3a092e636;hp=4d1b63d361ff14a30d2744390779a581e6f01bbb;hpb=ef78e14b29df0a9f010c3c2a07572bef5668d079;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/etc/backupninja.conf b/etc/backupninja.conf index 4d1b63d..6fe2708 100644 --- a/etc/backupninja.conf +++ b/etc/backupninja.conf @@ -6,15 +6,24 @@ # # how verbose to make the logs -# 5 -- Debugging messages (and below) +# 5 -- Debugging messages (and below) # 4 -- Informational messages (and below) # 3 -- Warnings (and below) # 2 -- Errors (and below) # 1 -- Fatal errors (only) loglevel = 4 -# send a summary of backup status to this email address -# reportemail = root +# send a summary of the backup status to +# this email address: +reportemail = root + +# if set to 'yes', a report email will be generated +# even if all modules reported success. (default = yes) +reportsuccess = yes + +# if set to 'yes', a report email will be generated +# even if there was no error. (default = yes) +reportwarning = yes ####################################################### # for most installations, the defaults below are good # @@ -28,3 +37,13 @@ configdirectory = /etc/backup.d # where backupninja helper scripts are found scriptdirectory = /usr/share/backupninja + +# whether to use colors in the log file +usecolors = yes + +# default value for 'when' +when = everyday at 01:00 + +# if running vservers, set to yes +vservers = no +