mirror of
https://github.com/restic/restic.git
synced 2025-10-27 13:08:43 +00:00
cache: fix race condition in cache cleanup
Fix multiple restic processes executing concurrently and racing to remove obsolete snapshots. Co-authored-by: Michael Eischer <michael.eischer@fau.de>
This commit is contained in:
committed by
Michael Eischer
parent
c1532179d4
commit
4795143d6d
7
changelog/unreleased/pull-5047
Normal file
7
changelog/unreleased/pull-5047
Normal file
@@ -0,0 +1,7 @@
|
||||
Bugfix: Fix possible error on concurrent cache cleanup
|
||||
|
||||
Fix for multiple restic processes executing concurrently and racing to
|
||||
remove obsolete snapshots from the local backend cache. Restic now suppresses the `no
|
||||
such file or directory` error.
|
||||
|
||||
https://github.com/restic/restic/pull/5047
|
||||
Reference in New Issue
Block a user