-
Notifications
You must be signed in to change notification settings - Fork 61
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
vdi-export supports exporting only delta blocks #26
Comments
It's supported in XenOrchestra. There are concerns in NAUbackup about the complexity of maintaining lots of information on base and incremental snapshots. It's certainly possible, but we do not have the resources to do this ourselves at present, and unlikely into the immediate future. I'm instead looking at volume-based snapshots using ZFS, which is more specialized to our environment. |
It would be a great improvement to support incremental backups. We are migrating from qemu/kvm to Xenserver. Our backup solution was based on qcow2 snapshots. On sunday we merged all snaps to one base image. From monday to saturday we made incremental backups based on the base image. We did it with the cli virsh. The advantage was that only the base image had a big size but the incrementals were small. From my understanding a xva snap is always like a full backup. |
The hardest part of such an implementation would be how to track all the VMs and their individual backup increments, in between versions, etc. I honestly do not have the time or resources right now to tackle something that big. In fact, I don't have even a main developer any more, so for now, it's pretty much just me. If someone would like to tackle this and collaborate, I'd be willing to consider that route. |
Is there currently support for incremental vdi-exports? This would be a highly desirable feature to me.
The text was updated successfully, but these errors were encountered: