mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 07:41:03 +00:00
0747cf5319
Two restic processes running concurrently can try to remove the same files from the cache. This could cause one process to fail with an error if the other one has already remove a file that the current process also tries to delete. |
||
---|---|---|
.. | ||
backend_test.go | ||
backend.go | ||
cache_test.go | ||
cache.go | ||
dir_test.go | ||
dir.go | ||
file_test.go | ||
file.go | ||
testing.go |