|
|
Subscribe / Log in / New account

Changed-block tracking and differential backups in QEMU

Changed-block tracking and differential backups in QEMU

Posted Jan 15, 2021 14:30 UTC (Fri) by kashyap (subscriber, #55821)
In reply to: Changed-block tracking and differential backups in QEMU by abii
Parent article: Changed-block tracking and differential backups in QEMU

Cool; reading the code, I see that you're using the pull-based mechanism to take the backup via the NBD export. And also handling the backup restoration aspects yourself—which is "required" by the pull-based approach, anyway. I also notice you're using the libvirt APIs.

Thanks for sharing!


to post comments

Changed-block tracking and differential backups in QEMU

Posted Aug 24, 2021 10:22 UTC (Tue) by abii (guest, #35073) [Link]

hi,

yes, this is the more advanced version. I also have played with the push based model, here is another simple project:

https://github.com/abbbi/qmpbackup


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds