This website requires JavaScript.
Explore
Help
Register
Sign In
amorfo77
/
restic
Watch
1
Star
0
Fork
0
You've already forked restic
mirror of
https://github.com/restic/restic.git
synced
2026-02-19 15:26:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
37d0e323eb664e594a0c534350c82b00a656dcd0
restic
/
internal
/
cache
History
Michael Eischer
78a1757e5a
Cancel current command if cache becomes unusable
...
If the cache suddenly disappears, the current command will now fail.
2023-04-23 11:31:15 +02:00
..
backend_test.go
test: Use testing.T.Cleanup to remove tempdirs
2022-12-09 14:23:55 +01:00
backend.go
Cancel current command if cache becomes unusable
2023-04-23 11:31:15 +02:00
cache.go
Replace most usages of ioutil with the underlying function
2022-12-02 19:36:43 +01:00
dir_test.go
Add more error handling
2021-01-30 20:19:47 +01:00
dir.go
Honor RESTIC_CACHE_DIR environment variable
2021-10-10 16:00:02 +02:00
file_test.go
Cancel current command if cache becomes unusable
2023-04-23 11:31:15 +02:00
file.go
cache: Replace readCloser+LimitedReader by backend.LimitedReadCloser
2023-01-03 19:03:36 +01:00
testing.go
test: Use testing.T.Cleanup to remove tempdirs
2022-12-09 14:23:55 +01:00