2022-03-25 23:15:41 +00:00
|
|
|
Enhancement: Improve handling of temporary B2 delete errors
|
2021-10-09 20:57:34 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
Deleting files on B2 could sometimes fail temporarily, which required restic to
|
|
|
|
retry the delete operation. In some cases the file was deleted nevertheless,
|
|
|
|
causing the retries and ultimately the restic command to fail. This has now been
|
2021-10-09 20:57:34 +00:00
|
|
|
fixed.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3541
|
|
|
|
https://github.com/restic/restic/pull/3544
|