From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ue9T3-0005dw-39 for qemu-devel@nongnu.org; Sun, 19 May 2013 15:40:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ue9Sy-00083Q-6T for qemu-devel@nongnu.org; Sun, 19 May 2013 15:40:28 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:62231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ue9Jn-00059U-78 for qemu-devel@nongnu.org; Sun, 19 May 2013 15:30:55 -0400 Received: by mail-ee0-f46.google.com with SMTP id e49so3465701eek.19 for ; Sun, 19 May 2013 12:30:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51992866.50902@redhat.com> Date: Sun, 19 May 2013 21:30:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1368693379-8434-1-git-send-email-stefanha@redhat.com> <20130519164755.GA18311@redhat.com> In-Reply-To: <20130519164755.GA18311@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/8] block: drive-backup live backup command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: Kevin Wolf , Fam Zheng , qemu-devel@nongnu.org, dietmar@proxmox.com, imain@redhat.com, Stefan Hajnoczi , xiawenc@linux.vnet.ibm.com Il 19/05/2013 18:47, Richard W.M. Jones ha scritto: >> > >> > More advanced users may wish to make the target an NBD URL. The NBD server >> > listening on the other side can process the backup writes any way it wishes. I >> > previously posted an RFC series with a backup server that streamed Dietmar's >> > VMA backup archive format. > I'm guessing the answer is no, but thought I would ask: Is there > any way to use this to do point-in-time inspection of guests? Almost, and even for an atomic copy of multiple disks. All that is left is to create the copy with the disk as a backing file, and switch the backing file at the end of the copy. It is a very simple change on top of these patches. Paolo > AFAICT the only way to do it would be to make a complete copy of a > guest disk in another file.