Create backups from other backups #8

Open
opened 2023-07-03 13:07:34 +02:00 by Jef Roosens · 1 comment

The current system runs a new backup cycle for each layer, and turns off saving the server for each of these backups. However, it might be possible to infer backups from other layers, e.g. the daily full backup could be created from the "every 30 minutes incremental backup" instead of having to touch the actual server files. This could maybe lower the time the server spends in a "dangerous" state, a.k.a. while it's not saving data to disk.

The current system runs a new backup cycle for each layer, and turns off saving the server for each of these backups. However, it might be possible to infer backups from other layers, e.g. the daily full backup could be created from the "every 30 minutes incremental backup" instead of having to touch the actual server files. This could maybe lower the time the server spends in a "dangerous" state, a.k.a. while it's not saving data to disk.
Jef Roosens added the
Idea
label 2023-07-03 13:07:34 +02:00

I think we could apply this idea everywhere. Every time a chain has to create a new full backup, we can simply create an incremental backup of the previous chain and export this new backup as a full backup. This way, we could create full backups while keeping the length of the backup period as short as possible.

I think we could apply this idea everywhere. Every time a chain has to create a new full backup, we can simply create an incremental backup of the previous chain and export this new backup as a full backup. This way, we could create full backups while keeping the length of the backup period as short as possible.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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#8
There is no content yet.