mirror of
https://github.com/restic/restic.git
synced 2026-04-17 10:28:50 +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