diff options
author | intrigeri <intrigeri@boum.org> | 2009-12-31 17:05:47 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-12-31 17:05:47 +0100 |
commit | d4c5f73ad70bedbf54ee86dcbafead39f6318d55 (patch) | |
tree | 20cd180a252d16b3b1fc94688230621ac304c9c6 /handlers/dup.helper.in | |
parent | 29b86fdfb88ab8aff53b2464dbd9961506d701fa (diff) | |
download | backupninja-d4c5f73ad70bedbf54ee86dcbafead39f6318d55.tar.gz backupninja-d4c5f73ad70bedbf54ee86dcbafead39f6318d55.tar.bz2 |
dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: #563044)
Diffstat (limited to 'handlers/dup.helper.in')
-rw-r--r-- | handlers/dup.helper.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 3c08a2f..2fafb99 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -508,7 +508,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/*/.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" set +o noglob dup_main_menu |