2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-01 17:23:57 +00:00
restic/changelog/0.17.2_2024-10-27/pull-5047

9 lines
367 B
Plaintext
Raw Normal View History

2024-10-22 17:47:44 +00:00
Bugfix: Resolve potential error during concurrent cache cleanup
2024-10-22 17:47:44 +00:00
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