2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-30 00:33:57 +00:00
restic/internal/backend/cache
Michael Eischer 24f4e780f1 backend: consistently use os package for filesystem access
The go std library should be good enough to manage the files in the
backend and cache folders.
2024-08-31 18:20:40 +02:00
..
backend_test.go cache: correctly ignore files whose filename is no ID 2024-08-29 16:32:15 +02:00
backend.go cache: correctly ignore files whose filename is no ID 2024-08-29 16:32:15 +02:00
cache_test.go cache: move to backend package 2024-05-24 23:04:06 +02:00
cache.go backend: consistently use os package for filesystem access 2024-08-31 18:20:40 +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 backend: consistently use os package for filesystem access 2024-08-31 18:20:40 +02:00
file.go backend: consistently use os package for filesystem access 2024-08-31 18:20:40 +02:00
testing.go cache: move to backend package 2024-05-24 23:04:06 +02:00