2
0
Fork 0

zio-backup: remove --cleanup-cache flag

main
Ducky 2022-02-23 06:02:59 +00:00
parent 04082eae76
commit 70f24ab727
1 changed files with 0 additions and 1 deletions

View File

@ -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