-
-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Milestone
Description
Related to #6289:
When investigating that, I also ran borg compact --threshold=0 REPO and it still kept the segments full of DELs.
So, my current guess about that would be that hints -> compact is incomplete and does not hint to all segments where stuff could be compacted (== where PUTs exist that are DELeted in later segments).
Possible solutions:
borg check --repair+borg compactmaybe? check whether this completely recomputes the hints file contents.- modify
borg compactso it unconditionally runs over all segments (that would be a quite I/O heavy operation, rewriting all not-deleted segment content to new segments)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels