forked from TrueCloudLab/restic
8 lines
354 B
Text
8 lines
354 B
Text
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
|
|
file or directory` error. This has now been fixed.
|
|
|
|
https://github.com/restic/restic/issues/4760
|
|
https://github.com/restic/restic/pull/4761
|