aboutsummaryrefslogtreecommitdiff
path: root/etc/backupninja.conf.in
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-02-19 12:23:29 -0500
committerMicah Anderson <micah@riseup.net>2009-02-19 12:23:29 -0500
commit539fd1471907422d81626260ea4f1e23e4d398a4 (patch)
treeefe32e02a285fe1d241e16c6701a95a8201d79e7 /etc/backupninja.conf.in
parent27a7859c42394a78c16b24f0d08ca28667bb1efa (diff)
downloadbackupninja-539fd1471907422d81626260ea4f1e23e4d398a4.tar.gz
backupninja-539fd1471907422d81626260ea4f1e23e4d398a4.tar.bz2
move the branches directories up to the root of the repository
Diffstat (limited to 'etc/backupninja.conf.in')
-rw-r--r--etc/backupninja.conf.in88
1 files changed, 88 insertions, 0 deletions
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in
new file mode 100644
index 0000000..f7668a5
--- /dev/null
+++ b/etc/backupninja.conf.in
@@ -0,0 +1,88 @@
+#
+# |\_
+# B A C K U P N I N J A /()/
+# `\|
+# main configuration file
+#
+
+# how verbose to make the logs
+# 5 -- Debugging messages (and below)
+# 4 -- Informational messages (and below)
+# 3 -- Warnings (and below)
+# 2 -- Errors (and below)
+# 1 -- Fatal errors (only)
+loglevel = 4
+
+# send a summary of the backup status to
+# this email address:
+reportemail = root
+
+# if set to 'yes', a report email will be generated
+# even if all modules reported success. (default = yes)
+reportsuccess = yes
+
+# if set to 'yes', a report email will be generated
+# 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 #
+#######################################################
+
+# where to log:
+logfile = @localstatedir@/log/backupninja.log
+
+# directory where all the backup configuration files live
+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
+
+# default value for 'when'
+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