mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 10:05:25 +00:00
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
|
Bugfix: Improve handling of temporary B2 delete errors
|
||
|
|
||
|
Deleting files on B2 can sometimes fail temporarily, which requires 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 been
|
||
|
fixed.
|
||
|
|
||
|
https://github.com/restic/restic/issues/3541
|
||
|
https://github.com/restic/restic/pull/3544
|