mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
9 lines
367 B
Plaintext
9 lines
367 B
Plaintext
Bugfix: Resolve potential error during concurrent cache cleanup
|
|
|
|
When multiple restic processes ran concurrently, they could compete to remove
|
|
obsolete snapshots from the local backend cache, sometimes leading to a "no
|
|
such file or directory" error. Restic now suppresses this error to prevent
|
|
issues during cache cleanup.
|
|
|
|
https://github.com/restic/restic/pull/5047
|