-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] add ability to update base image instead of the oldest snap #36
Comments
Hi, Best regards |
Any chance to get this implemented? |
Hi, Best regards |
Any news? |
Done here: lephisto@e4884b4 |
I don't believe this is what @matveevandrey required. Instead, I believe they were asking for the oldest dif to be merged into the initial base image, thus the base image is continually updated. This would prevent having to make a regular full base image backups, which on many production systems (multiple TBs) can take a very long time. I'm not sure whether this is technically possible (i.e. to merge a dif into the base image). |
Correct. On my production system full backup takes a while( |
If I understand soft logic correctly the base image is never updated and all the diffs are merged to the first (oldest) snap: current_image = base_image + oldest_diff + newest_diff
Theoretically oldest_diff could become large than base_image and restore could take for a while.
It would be nice to have an ability to update base image every time the oldest snapshot expired/deleted
Thanks
The text was updated successfully, but these errors were encountered: