From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnDys-0004yt-PS for qemu-devel@nongnu.org; Wed, 30 Aug 2017 21:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnDyp-0006NH-Lv for qemu-devel@nongnu.org; Wed, 30 Aug 2017 21:09:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnDyp-0006Me-En for qemu-devel@nongnu.org; Wed, 30 Aug 2017 21:09:11 -0400 Date: Thu, 31 Aug 2017 09:09:03 +0800 From: Fam Zheng Message-ID: <20170831010903.GA17741@lemon.lan> References: <1504113297-22052-1-git-send-email-chugh.ishani@research.iiit.ac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504113297-22052-1-git-send-email-chugh.ishani@research.iiit.ac.in> Subject: Re: [Qemu-devel] [PATCH v3 0/3] QEMU Backup Tool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ishani Chugh Cc: qemu-devel@nongnu.org, stefanha@redhat.com, jsnow@redhat.com On Wed, 08/30 22:44, Ishani Chugh wrote: > This patch series is intended to introduce QEMU Backup tool. > qemu-backup will be a command-line tool for performing full and > incremental disk backups on running VMs. It is intended as a > reference implementation for management stack and backup developers > to see QEMU's backup features in action. > This patch series contains three patches, > 1) QEMU Backup command line tool. > 2) Test for full backup. > 3) Manpage for the tool. > v3: > * Added versioning in config file > * Replace location by qemu-img convert in restore > * Removed incremental backup documentation from manpage Reviewed-by: Fam Zheng