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