diff options
author | Micah Anderson <micah@riseup.net> | 2005-06-13 19:37:26 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-06-13 19:37:26 +0000 |
commit | d52a1ac97e97c51c15ccd52d7dce93d3a092e636 (patch) | |
tree | 42918cd2f4a8eca871c90b11f36d0d32149bf856 /etc/backup.d/example.rdiff | |
parent | 5c874587546b032230a74ca09d8ba98548785c9e (diff) | |
download | backupninja-d52a1ac97e97c51c15ccd52d7dce93d3a092e636.tar.gz backupninja-d52a1ac97e97c51c15ccd52d7dce93d3a092e636.tar.bz2 |
Added trac handler, changed VSERVERS variable to be lowercase and
added some vserver documentation to README and to the handlers
Diffstat (limited to 'etc/backup.d/example.rdiff')
-rw-r--r-- | etc/backup.d/example.rdiff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/backup.d/example.rdiff b/etc/backup.d/example.rdiff index 1fe31bb..bd16c3c 100644 --- a/etc/backup.d/example.rdiff +++ b/etc/backup.d/example.rdiff @@ -41,6 +41,17 @@ 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 variable can be used: +# vsinclude = <path> +# Any path specified in vsinclude is added to the include list for each vserver +# on the system. +# e.g. vsinclude = /home will backup the /home partition in every vserver +# on the system. If you have /vservers/foo, /vservers/bar and /vservers/baz +# this vsinclude will add to the include list /vservers/foo/home, +# /vservers/bar/home and /vservers/baz/home +# Included vservers are derived from listing all vservers in $VROOTDIR (suggestions +# for improving this are encouraged). + # files to exclude from the backup # (supports globbing with '*') #exclude = /home/*/.gnupg |