Optimize restoring of backups #7

Open
opened 2023-07-03 13:05:02 +02:00 by Jef Roosens · 0 comments
Owner

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.

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.
Jef Roosens added the
idea
label 2023-07-03 13:05:02 +02:00
Jef Roosens added
enhancement/backup
and removed
idea
labels 2026-04-22 20:58:39 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/alex#7
No description provided.