4d1b63d361ff14a30d2744390779a581e6f01bbb
[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 backup status to this email address
17 # reportemail = root
18
19 #######################################################
20 # for most installations, the defaults below are good #
21 #######################################################
22
23 # where to log:
24 logfile = /var/log/backupninja.log
25
26 # directory where all the backup configuration files live
27 configdirectory = /etc/backup.d
28
29 # where backupninja helper scripts are found
30 scriptdirectory = /usr/share/backupninja