added reportsuccess and reportwarning config options.
[matthijs/upstream/backupninja.git] / etc / backupninja.conf
index 4d1b63d361ff14a30d2744390779a581e6f01bbb..45af4ed4f6651fe507b81b659f99f9c3d0446a88 100644 (file)
@@ -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 #