mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-27 21:03:05 -04:00
A) the compaction code needs the shadow index only for this case: segment A: PUT x, segment B: DEL x, with A < B (DEL shadows the PUT). B) for the following case, we have no shadowing DEL (or rather: it does not matter, because there is a PUT right after the DEL) and x is in the repo index, thus the shadow_index is not needed for the special case in the compaction code: segment A: PUT x, segment B: DEL x PUT x see also PR #5636. reverts |
||
|---|---|---|
| .. | ||
| borg | ||