autotools: remove requirement on md5sum, which is not used anymore
[matthijs/upstream/backupninja.git] / etc / backupninja.conf.in
index f64e16f9a0dd952c6e1693bf21a15950cd947a59..f7668a5c769412e61ce896f126ab45e48de0a3a0 100644 (file)
@@ -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 #
 #######################################################
@@ -38,6 +59,9 @@ configdirectory = @CFGDIR@/backup.d
 # where backupninja helper scripts are found
 scriptdirectory = @pkgdatadir@
 
+# where backupninja libs are found
+libdirectory = @pkglibdir@
+
 # whether to use colors in the log file
 usecolors = yes
 
@@ -47,3 +71,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