zio-backup: remove --cleanup-cache flag
parent
04082eae76
commit
70f24ab727
|
@ -14,7 +14,6 @@ function restic_exec() {
|
|||
say_warn "No command specified. Not running."
|
||||
else
|
||||
restic \
|
||||
--cleanup-cache \
|
||||
--password-file "$passwd_file" \
|
||||
--repo "$repo" \
|
||||
$command $args
|
||||
|
|
Loading…
Reference in New Issue