From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IucG9-0002O5-Nr for qemu-devel@nongnu.org; Tue, 20 Nov 2007 18:12:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IucG8-0002L7-1d for qemu-devel@nongnu.org; Tue, 20 Nov 2007 18:12:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IucG7-0002L1-Ty for qemu-devel@nongnu.org; Tue, 20 Nov 2007 18:11:59 -0500 Received: from sp604005mt.neufgp.fr ([84.96.92.11] helo=smtp.Neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IucG6-0008Aw-Rm for qemu-devel@nongnu.org; Tue, 20 Nov 2007 18:11:59 -0500 Received: from [84.102.211.145] by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JRT00MFFUOOLY40@sp604005mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 21 Nov 2007 00:02:59 +0100 (CET) Date: Wed, 21 Nov 2007 00:02:16 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] Online image backup In-reply-to: Message-id: <47436778.4060806@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-15 Content-transfer-encoding: 7BIT References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Matteo Bertini wrote: > Hello everyone, > > is there any support for an online image backup? Or some direction to > have it? > > Imagine I have an emulated server. How can I make an online backup of > the server state? > > If I'm right in the actual design this is very hard. > > Or there are some image internals update rules that permit a consistent > copy possible? It should not be difficult provided the VM is using the QEMU qcow2 image format (doing a backup can be seen as a kind of snapshot). Fabrice.