diff options
author | Micah Anderson <micah@riseup.net> | 2007-03-04 10:29:26 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2007-03-04 10:29:26 +0000 |
commit | c0126ff1ef90513ce5df48fc41326704a2cef555 (patch) | |
tree | b3dc121268c91ac4d6c688b73e4deefafba22fe5 /etc | |
parent | 05c26446ed65681528387f6c66473c61eebe7224 (diff) | |
download | backupninja-c0126ff1ef90513ce5df48fc41326704a2cef555.tar.gz backupninja-c0126ff1ef90513ce5df48fc41326704a2cef555.tar.bz2 |
added ninjareport
added ale to AUTHORS for ldap fixes
adjusted sys handler to allow for turning off of sfdisk (#404071)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/backupninja.conf.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index 090561f..f7668a5 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -29,6 +29,19 @@ reportwarning = yes # the backup email report reportspace = no +# where to rsync the backupninja.log to be aggregated in +# a ninjareport +reporthost = + +# what user to connect to reporthost to sync the +# backupninja.log +reportuser = ninja + +# where on the reporthost should the report go +# NOTE: the name of the log will be used in the report, +# use a globally unique name, preferably the hostname +reportdirectory = /var/lib/backupninja/reports + # set to the administration group that is allowed to # read/write configuration files in /etc/backup.d admingroup = root |