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 #######################################################
29 # for most installations, the defaults below are good #
30 #######################################################
33 logfile = @localstatedir@/log/backupninja.log
35 # directory where all the backup configuration files live
36 configdirectory = @CFGDIR@/backup.d
38 # where backupninja helper scripts are found
39 scriptdirectory = @pkgdatadir@
41 # where backupninja libs are found
42 libdirectory = @pkglibdir@
44 # whether to use colors in the log file
47 # default value for 'when'
48 when = everyday at 01:00
50 # if running vservers, set to yes