diff options
author | intrigeri <intrigeri@boum.org> | 2013-06-08 08:58:49 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2013-06-08 08:59:03 +0200 |
commit | 1c6677ebddff17f5efdaddebf19a89ec15d58b3d (patch) | |
tree | 0c877c7205d11c81f9dbe651e314408a259cb27d /examples | |
parent | 0dbac2a1c1f4a8d6ce6c23c2dde52a174e5b4661 (diff) | |
download | backupninja-1c6677ebddff17f5efdaddebf19a89ec15d58b3d.tar.gz backupninja-1c6677ebddff17f5efdaddebf19a89ec15d58b3d.tar.bz2 |
Add option to include rdiff-backup output in reports.
Thanks to David Gasaway <dave@gasaway.org> for the patch.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.rdiff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/example.rdiff b/examples/example.rdiff index e8ce542..323b3eb 100644 --- a/examples/example.rdiff +++ b/examples/example.rdiff @@ -53,6 +53,20 @@ ## Default: # ignore_version = no +## should backupninja write program output as Info messages rather than Debug +## messages? (default: no) +## Usually rdiff-backup output (for increment expiration and backup) is written +## to output as Debug messages; this option causes backupninja to use Info-level +## messages instead. Since backup reports include Info messages, this option is +## useful to receive output like rdiff-backup session statistics in reports. In +## addition, since rdiff-backup has a habit of using a zero exit code when +## non-fatal errors are encountered (causing backupninja to conclude the backup +## was entirely successful), this option is useful for inspecting non-fatal +## filesystem and permission errors from rdiff-backup. +## +## Default: +# output_as_info = no + ###################################################### ## source section ## (where the files to be backed up are coming from) |