aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2005-08-09 20:41:37 +0000
committerintrigeri <intrigeri@boum.org>2005-08-09 20:41:37 +0000
commitd675fa6df95984eca8ecfc10e7ec00a34a0d2720 (patch)
treea8655450bae9b2328a80fe202f3032e1c59fa154 /etc
parent773c194279bb6e1ca91de76b82fe94c6e2ff624a (diff)
downloadbackupninja-d675fa6df95984eca8ecfc10e7ec00a34a0d2720.tar.gz
backupninja-d675fa6df95984eca8ecfc10e7ec00a34a0d2720.tar.bz2
Added vservers support to duplicity handler.
Diffstat (limited to 'etc')
-rw-r--r--etc/backup.d/example.dup12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/backup.d/example.dup b/etc/backup.d/example.dup
index 5dfd3a2..37ca92e 100644
--- a/etc/backup.d/example.dup
+++ b/etc/backup.d/example.dup
@@ -58,6 +58,18 @@ include = /usr/local/sbin
include = /var/lib/dpkg/status
include = /var/lib/dpkg/status-old
+# If vservers = yes in /etc/backupninja.conf then the following variables can
+# be used:
+# vsnames = all | <vserver1> <vserver2> ... (default = all)
+# vsinclude = <path>
+# Any path specified in vsinclude is added to the include list for each vserver
+# listed in vsnames (or all if vsnames = all).
+# E.g. vsinclude = /home will backup the /home partition in every vserver
+# listed in vsnames. If you have vsnames = "foo bar baz", this vsinclude will
+# add to the include list /vservers/foo/home, /vservers/bar/home and
+# /vservers/baz/home.
+# Vservers paths are derived from $VROOTDIR.
+
# rdiff-backup specific comment, TO ADAPT
# files to exclude from the backup
# (supports globbing with '*')