2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-02 09:58:25 +00:00
restic/internal/backend/cache
Damien Clark 8c1d6a50c1 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>
2024-10-18 21:47:59 +02:00
..
backend_test.go cache: correctly ignore files whose filename is no ID 2024-08-31 16:50:06 +02:00
backend.go cache: correctly ignore files whose filename is no ID 2024-08-31 16:50:06 +02:00
cache_test.go cache: move to backend package 2024-05-24 23:04:06 +02:00
cache.go cache: move to backend package 2024-05-24 23:04:06 +02:00
dir_test.go cache: move to backend package 2024-05-24 23:04:06 +02:00
dir.go cache: move to backend package 2024-05-24 23:04:06 +02:00
file_test.go cache: move to backend package 2024-05-24 23:04:06 +02:00
file.go cache: fix race condition in cache cleanup 2024-10-18 21:47:59 +02:00
testing.go cache: move to backend package 2024-05-24 23:04:06 +02:00