mirror of
https://github.com/restic/restic.git
synced 2025-08-27 08:41:29 +00:00
Prepare changelog for 0.18.0
This commit is contained in:
9
changelog/0.18.0_2025-03-27/pull-5251
Normal file
9
changelog/0.18.0_2025-03-27/pull-5251
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user