From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iv9UT-00019x-NB for qemu-devel@nongnu.org; Thu, 22 Nov 2007 05:41:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iv9US-00018t-Kf for qemu-devel@nongnu.org; Thu, 22 Nov 2007 05:41:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iv9US-00018j-Gm for qemu-devel@nongnu.org; Thu, 22 Nov 2007 05:41:00 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iv9US-0007yE-4e for qemu-devel@nongnu.org; Thu, 22 Nov 2007 05:41:00 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iv9Sh-0005KA-1Z for qemu-devel@nongnu.org; Thu, 22 Nov 2007 10:39:11 +0000 Received: from adsl-ull-5-1.49-151.net24.it ([151.49.1.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2007 10:39:11 +0000 Received: from veb by adsl-ull-5-1.49-151.net24.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2007 10:39:11 +0000 From: Matteo Bertini Date: Thu, 22 Nov 2007 11:38:42 +0100 Message-ID: References: <47436778.4060806@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit In-Reply-To: <47436778.4060806@bellard.org> Sender: news Subject: [Qemu-devel] Re: Online image backup 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 Il 21-11-2007 0:02, Fabrice Bellard ha scritto: > 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). > I have tested that is quite hard to corrupt an image, even copying during a savevm, at least the last completely saved one is loadvm-able. And that is good, but I didn't really undestand what appends at filesystem level... Am I somewhat granted that after a savevm and a copy (online) the image is loadvm-able and the filesystem is back to the last saved state? Thank you, Matteo Bertini