diff options
author | Elijah Saxon <elijah@riseup.net> | 2004-12-17 00:28:53 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2004-12-17 00:28:53 +0000 |
commit | 27387185180f1ef7ecfbe44405e911a796becb77 (patch) | |
tree | 51dad7ddf6235806955ab8d78acc71583a464212 /etc | |
parent | 9f6af22a4c83e1126cd8b2eea50663e891e8439c (diff) | |
download | backupninja-27387185180f1ef7ecfbe44405e911a796becb77.tar.gz backupninja-27387185180f1ef7ecfbe44405e911a796becb77.tar.bz2 |
added reportsuccess and reportwarning config options.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backupninja.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/etc/backupninja.conf b/etc/backupninja.conf index 4d1b63d..45af4ed 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 # |