tar: Support running on multiple backends.
[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', info messages from handlers will be 
25 # sent into the email (default = no)
26 reportinfo = no
27
28 # if set to 'yes', a report email will be generated
29 # even if there was no error. (default = yes)
30 reportwarning = yes
31
32 # if set to 'yes', disk space usage will be included in
33 # the backup email report
34 reportspace = no
35
36 # where to rsync the backupninja.log to be aggregated in
37 # a ninjareport
38 reporthost = 
39
40 # what user to connect to reporthost to sync the
41 # backupninja.log
42 reportuser = ninja
43
44 # where on the reporthost should the report go
45 # NOTE: the name of the log will be used in the report, 
46 # use a globally unique name, preferably the hostname
47 reportdirectory = /var/lib/backupninja/reports
48
49 # set to the administration group that is allowed to 
50 # read/write configuration files in /etc/backup.d
51 admingroup = root
52
53 #######################################################
54 # for most installations, the defaults below are good #
55 #######################################################
56
57 # where to log:
58 logfile = @localstatedir@/log/backupninja.log
59
60 # directory where all the backup configuration files live
61 configdirectory = @CFGDIR@/backup.d
62
63 # where backupninja helper scripts are found
64 scriptdirectory = @pkgdatadir@
65
66 # where backupninja libs are found
67 libdirectory = @pkglibdir@
68
69 # whether to use colors in the log file
70 usecolors = yes
71
72 # default value for 'when'
73 when = everyday at 01:00
74
75 # if running vservers, set to yes
76 vservers = no
77
78 # programs paths
79 # SLAPCAT=/usr/sbin/slapcat
80 # LDAPSEARCH=/usr/bin/ldapsearch
81 # RDIFFBACKUP=/usr/bin/rdiff-backup
82 # CSTREAM=/usr/bin/cstream
83 # MYSQL=/usr/bin/mysql
84 # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy
85 # MYSQLDUMP=/usr/bin/mysqldump
86 # PGSQLDUMP=/usr/bin/pg_dump
87 # PGSQLDUMPALL=/usr/bin/pg_dumpall
88 # GZIP=/bin/gzip
89 # RSYNC=/usr/bin/rsync
90 # VSERVERINFO=/usr/sbin/vserver-info
91 # VSERVER=/usr/sbin/vserver
92 # VROOTDIR=/var/lib/vservers