mirror of
https://github.com/kopia/kopia.git
synced 2026-01-28 16:23:04 -05:00
`snapshot gc` marks contents not reachable from the root of any snapshot as soft-deleted The algorithm is a mark-and-sweep with parallel iteration of objects. Currently it stores content IDs and object IDs in a map, so won't scale to huge repositories, but this can be fixed in the future. This fixes #110 at least for reasonable repository sizes.