From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dg9c1-0000YI-28 for qemu-devel@nongnu.org; Fri, 11 Aug 2017 09:04:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dg9bx-00040t-Sr for qemu-devel@nongnu.org; Fri, 11 Aug 2017 09:04:25 -0400 Received: from research.iiit.ac.in ([196.12.53.8]:42382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dg9bx-0003xx-6c for qemu-devel@nongnu.org; Fri, 11 Aug 2017 09:04:21 -0400 From: Ishani Chugh Date: Fri, 11 Aug 2017 18:33:58 +0530 Message-Id: <1502456640-9114-1-git-send-email-chugh.ishani@research.iiit.ac.in> Subject: [Qemu-devel] [PATCH 0/2] QEMU Backup Tool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: stefanha@redhat.com, jsnow@redhat.com, Ishani Chugh 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 two patches, 1) Adding Manpage for the tool 2) QEMU Backup command line tool Ishani Chugh (2): Add manpage for QEMU Backup Tool backup: QEMU Backup Tool Makefile | 14 +- contrib/backup/qemu-backup.py | 309 ++++++++++++++++++++++++++++++++++++++++ contrib/backup/qemu-backup.texi | 135 ++++++++++++++++++ 3 files changed, 454 insertions(+), 4 deletions(-) create mode 100644 contrib/backup/qemu-backup.py create mode 100644 contrib/backup/qemu-backup.texi -- 2.7.4