Skip to content
Snippets Groups Projects
Commit 8f7ded15 authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Fix whitespace.

parent ff772420
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment