Create backups from other backups #8
Labels
No Label
Idea
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/alex#8
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
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.
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.