2
0
Fork 0

sh.zio.backup: remove "--cleanup-cache" from global restic command

main
Ducky 2023-08-15 05:31:00 +01:00
parent 3cff5dcaf7
commit dd67c165a4
1 changed files with 0 additions and 1 deletions

View File

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