3 # B A C K U P N I N J A /()/
5 # main configuration file
8 # how verbose to make the logs
9 # 5 -- Debugging messages (and below)
10 # 4 -- Informational messages (and below)
11 # 3 -- Warnings (and below)
12 # 2 -- Errors (and below)
13 # 1 -- Fatal errors (only)
16 # send a summary of the backup status to
20 # if set to 'yes', a report email will be generated
21 # even if all modules reported success. (default = yes)
24 # if set to 'yes', a report email will be generated
25 # even if there was no error. (default = yes)
28 # if set to 'yes', disk space usage will be included in
29 # the backup email report
32 # where to rsync the backupninja.log to be aggregated in
36 # what user to connect to reporthost to sync the
40 # where on the reporthost should the report go
41 # NOTE: the name of the log will be used in the report,
42 # use a globally unique name, preferably the hostname
43 reportdirectory = /var/lib/backupninja/reports
45 # set to the administration group that is allowed to
46 # read/write configuration files in /etc/backup.d
49 #######################################################
50 # for most installations, the defaults below are good #
51 #######################################################
54 logfile = @localstatedir@/log/backupninja.log
56 # directory where all the backup configuration files live
57 configdirectory = @CFGDIR@/backup.d
59 # where backupninja helper scripts are found
60 scriptdirectory = @pkgdatadir@
62 # where backupninja libs are found
63 libdirectory = @pkglibdir@
65 # whether to use colors in the log file
68 # default value for 'when'
69 when = everyday at 01:00
71 # if running vservers, set to yes
75 # SLAPCAT=/usr/sbin/slapcat
76 # LDAPSEARCH=/usr/bin/ldapsearch
77 # RDIFFBACKUP=/usr/bin/rdiff-backup
78 # CSTREAM=/usr/bin/cstream
79 # MYSQL=/usr/bin/mysql
80 # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy
81 # MYSQLDUMP=/usr/bin/mysqldump
82 # PGSQLDUMP=/usr/bin/pg_dump
83 # PGSQLDUMPALL=/usr/bin/pg_dumpall
85 # RSYNC=/usr/bin/rsync
86 # VSERVERINFO=/usr/sbin/vserver-info
87 # VSERVER=/usr/sbin/vserver
88 # VROOTDIR=/var/lib/vservers