X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fdup.helper;h=a95bf3516501e63782b07592fc246a1c3849423c;hb=38642e9c0f902e3d7de1fa1154a9561ed0ef042c;hp=1ae6581efe3e0ee700c9897a71d39241f3cfd998;hpb=0d606253af6ecb8ede07b0991a1f295fb70e7e65;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/dup.helper b/handlers/dup.helper index 1ae6581..a95bf35 100644 --- a/handlers/dup.helper +++ b/handlers/dup.helper @@ -1,4 +1,5 @@ # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- + HELPERS="$HELPERS dup:incremental_encrypted_remote_filesystem_backup" ### Functions @@ -353,7 +354,7 @@ EOF # 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 +# 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. @@ -362,7 +363,7 @@ EOF if [ "$host_or_vservers" == vservers -o "$host_or_vservers" == both ]; then set -o noglob - echo -e "vsnames = \"$selected_vservers\"\n" >> $next_filename + echo -e "vsnames = $selected_vservers\n" >> $next_filename for i in $dup_vsincludes; do echo "vsinclude = $i" >> $next_filename done