r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100
[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 #######################################################
29 # for most installations, the defaults below are good #
30 #######################################################
31
32 # where to log:
33 logfile = @localstatedir@/log/backupninja.log
34
35 # directory where all the backup configuration files live
36 configdirectory = @CFGDIR@/backup.d
37
38 # where backupninja helper scripts are found
39 scriptdirectory = @pkgdatadir@
40
41 # where backupninja libs are found
42 libdirectory = @pkglibdir@
43
44 # whether to use colors in the log file
45 usecolors = yes
46
47 # default value for 'when'
48 when = everyday at 01:00
49
50 # if running vservers, set to yes
51 vservers = no
52
53 # programs paths
54 # SLAPCAT=/usr/sbin/slapcat
55 # LDAPSEARCH=/usr/bin/ldapsearch
56 # RDIFFBACKUP=/usr/bin/rdiff-backup
57 # MYSQL=/usr/bin/mysql
58 # MYSQLHOTCOPY=/usr/bin/mysqlhotcopy
59 # MYSQLDUMP=/usr/bin/mysqldump
60 # PGSQLDUMP=/usr/bin/pg_dump
61 # PGSQLDUMPALL=/usr/bin/pg_dumpall
62 # GZIP=/bin/gzip
63 # RSYNC=/usr/bin/rsync
64 # VSERVERINFO=/usr/sbin/vserver-info
65 # VSERVER=/usr/sbin/vserver