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