sh.zio.backup: remove "--cleanup-cache" from global restic command
parent
3cff5dcaf7
commit
dd67c165a4
|
@ -65,7 +65,6 @@ function invoke_restic() {
|
||||||
else
|
else
|
||||||
"$restic_path" \
|
"$restic_path" \
|
||||||
--cache-dir "$cache_dir" \
|
--cache-dir "$cache_dir" \
|
||||||
--cleanup-cache \
|
|
||||||
--password-file "$restic_repo_passwd_file" \
|
--password-file "$restic_repo_passwd_file" \
|
||||||
--repo "$(cat $restic_repo_file)" \
|
--repo "$(cat $restic_repo_file)" \
|
||||||
$command $args
|
$command $args
|
||||||
|
|
Loading…
Reference in New Issue