2
0
Fork 0

sh.zio.backup: set lock retry to 1m (instead of 5m)

main
Ducky 2023-08-22 02:03:42 +01:00
parent d454e1a538
commit 77e9fe3abd
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function invoke_restic() {
--cache-dir "$cache_dir" \
--password-file "$restic_repo_passwd_file" \
--repo "$(cat $restic_repo_file)" \
--retry-lock 5m \
--retry-lock 1m \
$command $args
fi
}