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 # set to the administration group that is allowed to
29 # read/write configuration files in /etc/backup.d
32 #######################################################
33 # for most installations, the defaults below are good #
34 #######################################################
37 logfile = @localstatedir@/log/backupninja.log
39 # directory where all the backup configuration files live
40 configdirectory = @CFGDIR@/backup.d
42 # where backupninja helper scripts are found
43 scriptdirectory = @pkgdatadir@
45 # where backupninja libs are found
46 libdirectory = @pkglibdir@
48 # whether to use colors in the log file
51 # default value for 'when'
52 when = everyday at 01:00
54 # if running vservers, set to yes
58 # SLAPCAT=/usr/sbin/slapcat
59 # LDAPSEARCH=/usr/bin/ldapsearch
60 # RDIFFBACKUP=/usr/bin/rdiff-backup
61 # MYSQL=/usr/bin/mysql
62 # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy
63 # MYSQLDUMP=/usr/bin/mysqldump
64 # PGSQLDUMP=/usr/bin/pg_dump
65 # PGSQLDUMPALL=/usr/bin/pg_dumpall
67 # RSYNC=/usr/bin/rsync
68 # VSERVERINFO=/usr/sbin/vserver-info
69 # VSERVER=/usr/sbin/vserver