2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 13:17:42 +00:00
restic/internal/backend/cache
Srigovind Nayak f66624f5bf
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-11 23:40:52 +05:30
..
backend_test.go Fix typos 2024-07-03 20:02:06 +02:00
backend.go cache: backend add List method and a cache clear functionality 2024-08-11 23:40:52 +05:30
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 replace deprecated usages of math/rand 2024-08-10 19:34:49 +02:00
file.go cache: move to backend package 2024-05-24 23:04:06 +02:00
testing.go cache: move to backend package 2024-05-24 23:04:06 +02:00