Re: [libvirt] [PATCH v9 03/10] backup: Introduce virDomainBackup APIs

2019-07-09 Thread Peter Krempa
On Mon, Jul 08, 2019 at 11:55:46 -0500, Eric Blake wrote: > Introduce a few new public APIs related to incremental backups. This > builds on the previous notion of a checkpoint (without an existing > checkpoint, the new API is a full backup, differing from > virDomainBlockCopy in the point of

[libvirt] [PATCH v9 03/10] backup: Introduce virDomainBackup APIs

2019-07-08 Thread Eric Blake
Introduce a few new public APIs related to incremental backups. This builds on the previous notion of a checkpoint (without an existing checkpoint, the new API is a full backup, differing from virDomainBlockCopy in the point of time chosen and in operation on multiple disks at once); and also