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
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raT
backupninja
Commits
46ace655
Commit
46ace655
authored
15 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
Added /var/cache/backupninja/duplicity to default excludes.
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
parent
d6ec2b4e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
examples/example.dup
+1
-0
1 addition, 0 deletions
examples/example.dup
examples/example.rdiff
+1
-0
1 addition, 0 deletions
examples/example.rdiff
handlers/dup.helper.in
+1
-1
1 addition, 1 deletion
handlers/dup.helper.in
handlers/rdiff.helper.in
+1
-1
1 addition, 1 deletion
handlers/rdiff.helper.in
with
4 additions
and
2 deletions
examples/example.dup
+
1
−
0
View file @
46ace655
...
...
@@ -135,6 +135,7 @@ include = /var/lib/dpkg/status-old
# files to exclude from the backup
exclude = /home/*/.gnupg
exclude = /var/cache/backupninja/duplicity
######################################################
## destination section
...
...
This diff is collapsed.
Click to expand it.
examples/example.rdiff
+
1
−
0
View file @
46ace655
...
...
@@ -122,6 +122,7 @@ include = /var/lib/dpkg/status-old
## files to exclude from the backup
exclude = /home/*/.gnupg
exclude = /var/cache/backupninja/duplicity
######################################################
## destination section
...
...
This diff is collapsed.
Click to expand it.
handlers/dup.helper.in
+
1
−
1
View file @
46ace655
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
handlers/rdiff.helper.in
+
1
−
1
View file @
46ace655
...
...
@@ -415,7 +415,7 @@ rdiff_wizard() {
# Global variables whose '*' shall not be expanded
set
-o
noglob
rdiff_includes
=(
/var/spool/cron/crontabs /var/backups /etc /root /home /usr/local/
*
bin /var/lib/dpkg/status
*
)
rdiff_excludes
=(
/home/
*
/.gnupg /home/
*
/.local/share/Trash /home/
*
/.Trash /home/
*
/.thumbnails /home/
*
/.beagle /home/
*
/.aMule /home/
*
/gtk-gnutella-downloads
)
rdiff_excludes
=(
/home/
*
/.gnupg /home/
*
/.local/share/Trash /home/
*
/.Trash /home/
*
/.thumbnails /home/
*
/.beagle /home/
*
/.aMule /home/
*
/gtk-gnutella-downloads
/var/cache/backupninja/duplicity
)
rdiff_vsincludes
=
set
+o noglob
...
...
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