Add Jamie McClelland's cstream patches
[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 # set to the administration group that is allowed to 
33 # read/write configuration files in /etc/backup.d
34 admingroup = root
35
36 #######################################################
37 # for most installations, the defaults below are good #
38 #######################################################
39
40 # where to log:
41 logfile = @localstatedir@/log/backupninja.log
42
43 # directory where all the backup configuration files live
44 configdirectory = @CFGDIR@/backup.d
45
46 # where backupninja helper scripts are found
47 scriptdirectory = @pkgdatadir@
48
49 # where backupninja libs are found
50 libdirectory = @pkglibdir@
51
52 # whether to use colors in the log file
53 usecolors = yes
54
55 # default value for 'when'
56 when = everyday at 01:00
57
58 # if running vservers, set to yes
59 vservers = no
60
61 # programs paths
62 # SLAPCAT=/usr/sbin/slapcat
63 # LDAPSEARCH=/usr/bin/ldapsearch
64 # RDIFFBACKUP=/usr/bin/rdiff-backup
65 # CSTREAM=/usr/bin/cstream
66 # MYSQL=/usr/bin/mysql
67 # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy
68 # MYSQLDUMP=/usr/bin/mysqldump
69 # PGSQLDUMP=/usr/bin/pg_dump
70 # PGSQLDUMPALL=/usr/bin/pg_dumpall
71 # GZIP=/bin/gzip
72 # RSYNC=/usr/bin/rsync
73 # VSERVERINFO=/usr/sbin/vserver-info
74 # VSERVER=/usr/sbin/vserver
75 # VROOTDIR=/var/lib/vservers