aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-11-19 17:11:28 +0000
committerMicah Anderson <micah@riseup.net>2005-11-19 17:11:28 +0000
commitc5684a573012a4e6b504c66601ed7bfdce1ee2c8 (patch)
treee4aeec147e501ddc274b87994273a4ad6bb5132b /man
parent5d3222eec7f30b4727d58042682155a570c5efd2 (diff)
downloadbackupninja-c5684a573012a4e6b504c66601ed7bfdce1ee2c8.tar.gz
backupninja-c5684a573012a4e6b504c66601ed7bfdce1ee2c8.tar.bz2
Added when and vservers lines to docs
Diffstat (limited to 'man')
-rw-r--r--man/backupninja.conf.539
1 files changed, 38 insertions, 1 deletions
diff --git a/man/backupninja.conf.5 b/man/backupninja.conf.5
index f96c931..7911fdf 100644
--- a/man/backupninja.conf.5
+++ b/man/backupninja.conf.5
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH BACKUPNINJA.CONF 5 "October 10, 2005" "riseup" "backupninja package"
+.TH BACKUPNINJA.CONF 5 "November 19, 2005" "riseup" "backupninja package"
.SH NAME
BACKUPNINJA.CONF \- Configuration file(s) for \fBbackupninja (1)\fP.
@@ -70,6 +70,39 @@ Where backupninja handler scripts are found
.B usecolors
If set to 'yes', use colors in the log file and debug output.
+.TP
+.B when
+When to process each configuration file. The value used here will
+be applied for each configuration file. It is possibile to override
+this "when" in each each configuration file, see also section
+"Scheduling" in backup.d(5).
+
+For example:
+
+ when = sundays at 02:00
+ when = 30th at 22
+ when = 30 at 22:00
+ when = everyday at 01 <-- the default
+ when = Tuesday at 05:00
+
+These values for 'when' are equivalent:
+
+ when = tuesday at 05:30
+ when = TUESDAYS at 05
+
+These values for 'when' are invalid:
+
+ when = tuesday at 2am
+ when = tuesday at 2
+ when = tues at 02
+
+.TP
+.B vservers
+If you are using Linux-Vservers (http://linux-vserver.org), there are some
+special capabilities that different handlers have to make vserver backups easier.
+See the example configuration files for each handler to configure the vserver specific
+variables.
+
.SH DEFAULTS
loglevel = 4
@@ -87,6 +120,10 @@ configdirectory = /etc/backup.d
scriptdirectory = /usr/share/backupninja
.br
usecolors = yes
+.br
+when = everyday at 01:00
+.br
+vservers = no
.SH SEE ALSO
.BR backupninja (1),