mirror of
https://github.com/restic/restic.git
synced 2026-08-31 17:57:13 +00:00
Discard blobs that aren't in use any more. This greatly reduces memory usage and will probably only trigger on sequential read (e.g. for restore via fuse). Closes #480