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
8f7ded15
Commit
8f7ded15
authored
Feb 22, 2017
by
Christopher Gervais
Browse files
Options
Downloads
Patches
Plain Diff
Fix whitespace.
parent
ff772420
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
+1
-2
1 addition, 2 deletions
handlers/restic.in
with
1 addition
and
2 deletions
handlers/restic.in
+
1
−
2
View file @
8f7ded15
...
...
@@ -30,13 +30,13 @@ getconf backup "yes"
getconf retention
"no"
getconf check
"no"
##############################################
# #
# Take snapshots/backups of specified data. #
# #
##############################################
if
[[
"
$backup
"
==
"yes"
]]
;
then
setsection backup
...
...
@@ -90,7 +90,6 @@ if [[ "$backup" == "yes" ]]; then
other_options
=
"
$other_options
--one-file-system"
fi
info
"Taking backup snapshot."
debug
"Running: restic --repo
$repo
--password-file
$password_file
backup
$other_options
$tag_options
$exclude_options
$include_options
"
restic
--repo
$repo
--password-file
$password_file
backup
$other_options
$tag_options
$exclude_options
$include_options
...
...
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