1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-06 19:49:12 +00:00
restic/internal/backend/cache
Srigovind Nayak fac1d9fea1 cache: backend add List method and a cache clear functionality
* removes files which are no longer in the repository, including index files, snapshot files and pack files from the cache.

cache: fix ids set initialisation with NewIDSet()
2024-08-30 12:43:13 +02:00
..
backend.go cache: backend add List method and a cache clear functionality 2024-08-30 12:43:13 +02:00
backend_test.go Fix typos 2024-07-03 20:02:06 +02:00
cache.go
cache_test.go
dir.go
dir_test.go
file.go
file_test.go
testing.go