X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackupninja.conf.in;h=f7668a5c769412e61ce896f126ab45e48de0a3a0;hb=75d17d06f276ad1aa435d7dc31777677b10917b4;hp=362eb5992804cb46e334e61d97946828d594a602;hpb=368eec97740496c14a8fdddf33ad98cda55f7565;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index 362eb59..f7668a5 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -25,6 +25,27 @@ 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 + +# 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 + ####################################################### # for most installations, the defaults below are good # ####################################################### @@ -54,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 @@ -63,3 +85,4 @@ vservers = no # RSYNC=/usr/bin/rsync # VSERVERINFO=/usr/sbin/vserver-info # VSERVER=/usr/sbin/vserver +# VROOTDIR=/var/lib/vservers