diff options
author | Micah Anderson <micah@riseup.net> | 2006-10-06 18:42:32 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2006-10-06 18:42:32 +0000 |
commit | 4ce9c573c8533d3b2f1ec6063342fadd06356540 (patch) | |
tree | e249d18c5b4f2cc6883539921ab1625d3647c714 /etc | |
parent | 4ceb4f15c23d53cfe3c25c4e96f667970c7552d0 (diff) | |
download | backupninja-4ce9c573c8533d3b2f1ec6063342fadd06356540.tar.gz backupninja-4ce9c573c8533d3b2f1ec6063342fadd06356540.tar.bz2 |
Added disk space report option (adam kosmin suggestion)
removed sys vserver not running noise report (anarcat suggestion)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backupninja.conf.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index f749e2a..951a8ca 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -25,6 +25,10 @@ reportsuccess = yes # even if there was no error. (default = yes) reportwarning = yes +# if set to 'yes', disk space usage will be included in +# the backup email report +reportspace = no + # set to the administration group that is allowed to # read/write configuration files in /etc/backup.d admingroup = root |