From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Chmielewski Subject: Re: making snapshots with raw devices? and some general snapshot thoughts Date: Wed, 25 Feb 2009 17:11:01 +0100 Message-ID: <49A56D95.907@wpkg.org> References: <49A545AA.60508@wpkg.org> <49A56761.8090209@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" To: Anthony Liguori Return-path: Received: from mx03.syneticon.net ([78.111.66.105]:47262 "EHLO mx03.syneticon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753574AbZBYQKe (ORCPT ); Wed, 25 Feb 2009 11:10:34 -0500 In-Reply-To: <49A56761.8090209@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori schrieb: >> Is it possible to do it with KVM? > > In monitor: Works great - thanks! Small corrections below. > (qemu) stop > (qemu) migrate exec:dd of=state.img Gives me: qm> migrate exec:dd of=state.img migrate: extraneous characters at the end of line Should be: qm> migrate "exec:dd of=state.img" > reboot machine > > qemu -incoming exec:dd if=state.img -other -options Should be: qemu -incoming "exec:dd if=state.img" -other -options -- Tomasz Chmielewski http://wpkg.org