1 .\" Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH BACKUPNINJA.CONF 5 "October 10, 2005" "riseup" "backupninja package"
7 BACKUPNINJA.CONF \- Configuration file(s) for \fBbackupninja (1)\fP.
9 .\" Please adjust this date whenever revising the manpage.
11 .\" Some roff macros, for reference:
12 .\" .nh disable hyphenation
13 .\" .hy enable hyphenation
14 .\" .ad l left justify
15 .\" .ad b justify to both left and right margins
16 .\" .nf disable filling
17 .\" .fi enable filling
18 .\" .br insert line break
19 .\" .sp <n> insert n+1 empty lines
20 .\" for manpage-specific macros, see man(7)
23 .B "/etc/backupninja.conf "
27 is the general configuration file. In this file you can set the log level and change the default directory locations. You can force a different general configuration file with "backupninja -f /path/to/conf".
33 How verbose to make the logs.
35 5 = Debugging messages
37 4 = Informational messages
47 Send a summary of the backup status to this email address
51 If set to 'yes', a report email will be generated even if all modules reported success.
55 If set to 'yes', a report email will be generated even if there was no error.
59 The path of the logfile.
63 The directory where all the backup action configuration files live.
67 Where backupninja handler scripts are found
71 If set to 'yes', use colors in the log file and debug output.
83 logfile = /var/log/backupninja.log
85 configdirectory = /etc/backup.d
87 scriptdirectory = /usr/share/backupninja
97 BACKUPNINJA was written by the riseup.net collective.