Michael Eischer
|
8118963d6e
|
cache: remove dependency on crypto package for truncation checks
The cache backend + repository can by now properly recover from damaged
files stored in the cache. Thus, remove the legacy sanity check.
|
2026-06-05 13:19:29 +02:00 |
|
Damien Clark
|
4795143d6d
|
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-09-14 18:07:46 +02:00 |
|
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 |
|
Michael Eischer
|
8e5d7d719c
|
cache: move to backend package
|
2024-05-24 23:04:06 +02:00 |
|