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
Christopher Gervais
backupninja
Commits
ff772420
Commit
ff772420
authored
Feb 22, 2017
by
Christopher Gervais
Browse files
Options
Downloads
Patches
Plain Diff
Improve default restic includes and excludes.
parent
ded35b56
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
handlers/restic.in
+2
-2
2 additions, 2 deletions
handlers/restic.in
with
2 additions
and
2 deletions
handlers/restic.in
+
2
−
2
View file @
ff772420
...
@@ -41,8 +41,8 @@ if [[ "$backup" == "yes" ]]; then
...
@@ -41,8 +41,8 @@ if [[ "$backup" == "yes" ]]; then
setsection backup
setsection backup
getconf include
"/
etc /home /usr/local
"
getconf include
"/
/boot /usr /var /home
"
getconf exclude
"/
tmp /proc /dev /sys /net /misc /media /srv /selinux
"
getconf exclude
"/
home/*/.cache **/.Trash-* **/[Cc]ache/* *.vmdk /tmp/* **/build-area/* /var/cache/* /var/tmp/* /var/log/*
"
getconf tag
getconf tag
getconf one_file_system
"yes"
getconf one_file_system
"yes"
...
...
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