qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-block] [RFC] Differential Backups


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Qemu-block] [RFC] Differential Backups
Date: Tue, 5 May 2015 11:25:46 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Wed, Apr 29, 2015 at 06:51:08PM -0400, John Snow wrote:
> This is a feature that should be very easy to add on top of the existing
> incremental feature, since it's just a difference in how the bitmap is
> treated:
> 
> Incremental
> - Links to the last incremental (managed by libvirt)
> - Clears the bitmap after creation
> 
> Differential:
> - Links to the last full backup always (managed by libvirt)
> - Does not clear the bitmap after creation
> 
> No biggie.

Differential backups can be done using incremental backup functionality
in QEMU:

The client application points QEMU to the same target repeatedly instead
of keeping separate incremental backups.

Stefan

Attachment: pgp_lk_yiKB2g.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]