mirror of
https://github.com/restic/restic.git
synced 2026-02-27 11:16:24 +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