Optimize restoring of backups #7
Labels
No labels
bug
duplicate
enhancement
enhancement/backup
help wanted
idea
invalid
question
story
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/alex#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
A backup chain is restored/exported by extracting each of the tar files in order. This can cause files updated in multiple of the delta backups to be extracted and overwritten multiple times.
A more efficient method would be to use the contributions of each delta to only extract the files that actually contribute to the final state. This could prevent a lot of unnecessary file writes.