sh.zio.backup: remove "--cleanup-cache" from global restic command
This commit is contained in:
parent
3cff5dcaf7
commit
dd67c165a4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue