backupninja: Upgrade config file to 0.9.6.
[matthijs/servers/drsnuggles.git] / etc / backupninja.conf
index 0605274b4b82a58d822bcf8354747668d5e1be85..31da3aa4d8777b0dc0792b867dff3f63e81b0513 100644 (file)
@@ -29,9 +29,22 @@ 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
+admingroup = matthijs
 
 #######################################################
 # for most installations, the defaults below are good #
@@ -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