(bugfix) Bound snapshot storage metadata scans #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Snapshot storage metadata is currently collected by walking the snapshot data tree after backup completion. On very large backup targets this can be slow and memory-heavy because the scan tracks allocated inodes for hardlink-aware accounting. This can make worker finalization fail or OOM after rsync has already completed.
Acceptance criteria:
Related feature/design follow-up: #98.