mirror of https://github.com/restic/restic.git
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.go | ||
backend_test.go | ||
cache.go | ||
cache_test.go | ||
dir.go | ||
dir_test.go | ||
file.go | ||
file_test.go | ||
testing.go |