X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackupninja.conf;h=31da3aa4d8777b0dc0792b867dff3f63e81b0513;hb=7e3a7eb0c2c81f45fa63b8073f990260d37c78b9;hp=51cffe6ac0d2b691fb7f20b7d7ea2d103e9fd7aa;hpb=3538e75a253f185b6934d67091c6da7b9cf03099;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/backupninja.conf b/etc/backupninja.conf index 51cffe6..31da3aa 100644 --- a/etc/backupninja.conf +++ b/etc/backupninja.conf @@ -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 = matthijs @@ -62,6 +75,7 @@ vservers = no # SLAPCAT=/usr/sbin/slapcat # LDAPSEARCH=/usr/bin/ldapsearch # RDIFFBACKUP=/usr/bin/rdiff-backup +# CSTREAM=/usr/bin/cstream # MYSQL=/usr/bin/mysql # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy # MYSQLDUMP=/usr/bin/mysqldump