mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 13:17:42 +00:00
6eece31dc3
Failed locking attempts were immediately retried up to three times without any delay between the retries. If a lock file is not found while checking for other locks, with the reworked backend retries there is no delay between those retries. This is a problem if a backend requires a few seconds to reflect file deletions in the file listings. To work around this problem, introduce a short exponentially increasing delay between the retries. The number of retries is now increased to 4. This results in delays of 5, 10 and 20 seconds between the retries. |
||
---|---|---|
.. | ||
archiver | ||
backend | ||
bloblru | ||
checker | ||
crypto | ||
debug | ||
dump | ||
errors | ||
feature | ||
filter | ||
fs | ||
fuse | ||
migrations | ||
options | ||
repository | ||
restic | ||
restorer | ||
selfupdate | ||
test | ||
textfile | ||
ui | ||
walker |