aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup.helper.in
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-05-10 22:18:49 +0200
committerintrigeri <intrigeri@boum.org>2010-05-10 22:18:49 +0200
commit46ace6557309f85a7efeb0b877225053c5bb1552 (patch)
tree0846845917ef518640a8ce9dbbd05f04cc364928 /handlers/dup.helper.in
parentd6ec2b4e62d1de94cf731381d7da934b6fee7ddc (diff)
downloadbackupninja-46ace6557309f85a7efeb0b877225053c5bb1552.tar.gz
backupninja-46ace6557309f85a7efeb0b877225053c5bb1552.tar.bz2
Added /var/cache/backupninja/duplicity to default excludes.
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
Diffstat (limited to 'handlers/dup.helper.in')
-rw-r--r--handlers/dup.helper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index ea27844..e985c5e 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -552,7 +552,7 @@ dup_wizard() {
# Global variables whose '*' shall not be expanded
set -o noglob
dup_default_includes="/var/spool/cron/crontabs /var/backups /etc /root /home /usr/local/*bin /var/lib/dpkg/status*"
- dup_default_excludes="/home/*/.gnupg /home/*/.local/share/Trash /home/*/.Trash /home/*/.thumbnails /home/*/.beagle /home/*/.aMule /home/*/gtk-gnutella-downloads"
+ dup_default_excludes="/home/*/.gnupg /home/*/.local/share/Trash /home/*/.Trash /home/*/.thumbnails /home/*/.beagle /home/*/.aMule /home/*/gtk-gnutella-downloads /var/cache/backupninja/duplicity"
set +o noglob
dup_main_menu