mirror of
https://github.com/restic/restic.git
synced 2025-03-09 00:00:02 +01:00
add changelog for rclone retries
This commit is contained in:
parent
5e7ce45ede
commit
6309952a82
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/pull-5251
Normal file
9
changelog/unreleased/pull-5251
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Improve handling of flaky rclone backends
|
||||
|
||||
Since restic 0.17.0, the backend retry mechanisms relies on backends correctly
|
||||
reporting when a file does not exist. This is not always the case for some rclone
|
||||
backends, causing 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
|
Loading…
Add table
Reference in a new issue