2
0
Fork 0

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

This commit is contained in:
Ducky 2023-08-15 05:31:00 +01:00
parent 3cff5dcaf7
commit dd67c165a4

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