mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
Enhancement: Improve retry handling for flaky `rclone` backends
|
|
|
|
Since restic 0.17.0, the backend retry mechanisms rely on backends correctly
|
|
reporting when a file does not exist. This is not always the case for some
|
|
`rclone` backends, which caused restic to stop retrying after the first failure.
|
|
|
|
For rclone, failed requests are now retried up to 5 times before giving up.
|
|
|
|
https://github.com/restic/restic/pull/5251
|