X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fbackup.d%2Fexample.dup;h=37ca92efb9da7ea4348c51c4bdb37d7eb112d448;hb=d675fa6df95984eca8ecfc10e7ec00a34a0d2720;hp=b8c266174b3823c7d1710e20135798ed63763814;hpb=3a6d8d25e4e525c4fd2b126475c8df1b00d4f493;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/etc/backup.d/example.dup b/etc/backup.d/example.dup index b8c2661..37ca92e 100644 --- a/etc/backup.d/example.dup +++ b/etc/backup.d/example.dup @@ -18,7 +18,7 @@ nicelevel = 19 password = "a_very_complicated_passphrase" # default is no, for backward compatibility with backupninja <= 0.5. -# when set to yes, encryptkey option must be set bellow. +# when set to yes, encryptkey option must be set below. sign = yes # key ID used for data encryption and, optionnally, signing. @@ -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 | ... (default = all) +# vsinclude = +# 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 '*') @@ -75,7 +87,10 @@ exclude = /home/*/.gnupg #keep = 60 #keep = yes -## passed directly to ssh/scp +# bandwith limit, in kbit/s ; default is 0, i.e. no limit +#bandwidthlimit = 128 + +# passed directly to ssh and scp sshoptions = -i /root/.ssh/id_dsa_duplicity # put the backups under this directory