2024-04-10 17:17:25 +00:00
|
|
|
Bugfix: Fix possible error on concurrent cache cleanup
|
|
|
|
|
|
|
|
If multiple restic processes concurrently cleaned up no longer existing files
|
|
|
|
from the cache, this could cause some of the processes to fail with an `no such
|
2024-07-22 22:19:22 +00:00
|
|
|
file or directory` error. This has now been fixed.
|
2024-04-10 17:17:25 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4760
|
|
|
|
https://github.com/restic/restic/pull/4761
|