f7668a5c769412e61ce896f126ab45e48de0a3a0
[matthijs/upstream/backupninja.git] / etc / backupninja.conf.in
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 # if set to 'yes', disk space usage will be included in
29 # the backup email report
30 reportspace = no
31
32 # where to rsync the backupninja.log to be aggregated in
33 # a ninjareport
34 reporthost = 
35
36 # what user to connect to reporthost to sync the
37 # backupninja.log
38 reportuser = ninja
39
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
44
45 # set to the administration group that is allowed to 
46 # read/write configuration files in /etc/backup.d
47 admingroup = root
48
49 #######################################################
50 # for most installations, the defaults below are good #
51 #######################################################
52
53 # where to log:
54 logfile = @localstatedir@/log/backupninja.log
55
56 # directory where all the backup configuration files live
57 configdirectory = @CFGDIR@/backup.d
58
59 # where backupninja helper scripts are found
60 scriptdirectory = @pkgdatadir@
61
62 # where backupninja libs are found
63 libdirectory = @pkglibdir@
64
65 # whether to use colors in the log file
66 usecolors = yes
67
68 # default value for 'when'
69 when = everyday at 01:00
70
71 # if running vservers, set to yes
72 vservers = no
73
74 # programs paths
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
84 # GZIP=/bin/gzip
85 # RSYNC=/usr/bin/rsync
86 # VSERVERINFO=/usr/sbin/vserver-info
87 # VSERVER=/usr/sbin/vserver
88 # VROOTDIR=/var/lib/vservers