mirror of
https://github.com/restic/restic.git
synced 2025-05-16 14:00:03 +00:00

UnusedBlobs now directly reads the list of existing blobs from the repository index. This removes the need for the blobStatusExists flag, which in turn allows converting the blobRefs map into a BlobSet.