mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
8c1d6a50c1
Fix multiple restic processes executing concurrently and racing to remove obsolete snapshots. Co-authored-by: Michael Eischer <michael.eischer@fau.de>
7 lines
289 B
Text
7 lines
289 B
Text
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
|