2024-10-22 17:47:44 +00:00
|
|
|
Bugfix: Resolve potential error during concurrent cache cleanup
|
2024-09-10 07:14:07 +00:00
|
|
|
|
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.
|
2024-09-10 07:14:07 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/5047
|