Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aurélien
backupninja
Commits
d4c5f73a
Commit
d4c5f73a
authored
Dec 31, 2009
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: #563044)
parent
29b86fdf
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
handlers/dup.helper.in
+1
-1
1 addition, 1 deletion
handlers/dup.helper.in
with
5 additions
and
1 deletion
ChangeLog
+
4
−
0
View file @
d4c5f73a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
handlers/dup.helper.in
+
1
−
1
View file @
d4c5f73a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment