Skip to content
Snippets Groups Projects
Commit d4c5f73a authored by intrigeri's avatar intrigeri
Browse files

dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: #563044)

parent 29b86fdf
Branches
Tags
No related merge requests found
......@@ -41,6 +41,10 @@ version 0.9.7 -- UNRELEASED
dup:
. Fixed bandwidthlimit syntax error. Thanks to Ian Beckwith for
the patch.
helper changes
dup:
. Do not propose to exclude /home/*/.gnupg twice anymore
(Closes: #563044)
autotools
. Added the stat command to the automagically replaced ones, hoping it
will help supporting *BSD some day.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment