Skip to content
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

Open
davisko opened this issue Aug 19, 2016 · 3 comments
Open

vdi-export supports exporting only delta blocks #26

davisko opened this issue Aug 19, 2016 · 3 comments

Comments

@davisko
Copy link

davisko commented Aug 19, 2016

Is there currently support for incremental vdi-exports? This would be a highly desirable feature to me.

@NAUbackup
Copy link
Owner

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.

@iamdevnull
Copy link

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.

@NAUbackup
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants