X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackupninja.conf.in;h=090561f594916a8acdc1891c78e2400ad0b3b242;hb=c49eaaaed805cff7ed13af83f7fe6b42c4d6c773;hp=da2bfa10a47c56da1a3dac6186a5f0f2f79b6820;hpb=7e82705e20a31d3bbcf30794386294434e34e5c2;p=matthijs%2Fupstream%2Fbackupninja-vserver.git diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in index da2bfa1..090561f 100644 --- a/etc/backupninja.conf.in +++ b/etc/backupninja.conf.in @@ -25,6 +25,14 @@ 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 + ####################################################### # for most installations, the defaults below are good # ####################################################### @@ -50,3 +58,18 @@ when = everyday at 01:00 # if running vservers, set to yes vservers = no +# programs paths +# 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 +# PGSQLDUMP=/usr/bin/pg_dump +# PGSQLDUMPALL=/usr/bin/pg_dumpall +# GZIP=/bin/gzip +# RSYNC=/usr/bin/rsync +# VSERVERINFO=/usr/sbin/vserver-info +# VSERVER=/usr/sbin/vserver +# VROOTDIR=/var/lib/vservers