>I just notice that drive-backup has been commited in qemu git > >http://git.qemu.org/?p=qemu.git;a=commit;h=36125631e79d53ffb9365740f43f386e2171d116 > > >Is it a different implementation than proxmox backup (vma format ?)
Well, Stefan decided to remove the BackupDriver abstraction. Instead, he simply use a BlockDriverState as backup destination. That approach is IMHO a bit limited, and means that we need to rewrite our code. Anyways, it should be doable, but it is a real wast of time ;-/ Besides, the new code uses qmp transaction, so this can be an advantage. _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
