added reportsuccess and reportwarning config options.
[matthijs/upstream/backupninja.git] / etc / backupninja.conf
1 #
2 #                          |\_
3 # B A C K U P N I N J A   /()/
4 #                         `\|
5 # main configuration file
6 #
7
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)
14 loglevel = 4
15
16 # send a summary of the backup status to
17 # this email address:
18 reportemail = root
19
20 # if set to 'yes', a report email will be generated
21 # even if all modules reported success. (default = yes)
22 reportsuccess = yes
23
24 # if set to 'yes', a report email will be generated
25 # even if there was no error. (default = yes)
26 reportwarning = yes
27
28 #######################################################
29 # for most installations, the defaults below are good #
30 #######################################################
31
32 # where to log:
33 logfile = /var/log/backupninja.log
34
35 # directory where all the backup configuration files live
36 configdirectory = /etc/backup.d
37
38 # where backupninja helper scripts are found
39 scriptdirectory = /usr/share/backupninja