zio-backup: remove --cleanup-cache flag
This commit is contained in:
parent
04082eae76
commit
70f24ab727
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ function restic_exec() {
|
||||||
say_warn "No command specified. Not running."
|
say_warn "No command specified. Not running."
|
||||||
else
|
else
|
||||||
restic \
|
restic \
|
||||||
--cleanup-cache \
|
|
||||||
--password-file "$passwd_file" \
|
--password-file "$passwd_file" \
|
||||||
--repo "$repo" \
|
--repo "$repo" \
|
||||||
$command $args
|
$command $args
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue