sh.zio.backup: set lock retry to 1m (instead of 5m)
This commit is contained in:
parent
d454e1a538
commit
77e9fe3abd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function invoke_restic() {
|
||||||
--cache-dir "$cache_dir" \
|
--cache-dir "$cache_dir" \
|
||||||
--password-file "$restic_repo_passwd_file" \
|
--password-file "$restic_repo_passwd_file" \
|
||||||
--repo "$(cat $restic_repo_file)" \
|
--repo "$(cat $restic_repo_file)" \
|
||||||
--retry-lock 5m \
|
--retry-lock 1m \
|
||||||
$command $args
|
$command $args
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue