qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] QEMU Backup Tool


From: Ishani Chugh
Subject: [Qemu-devel] [PATCH 0/2] QEMU Backup Tool
Date: Thu, 10 Aug 2017 23:14:33 +0530

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                        |  15 +-
 contrib/backup/qemu-backup.py   | 309 ++++++++++++++++++++++++++++++++++++++++
 contrib/backup/qemu-backup.texi | 135 ++++++++++++++++++
 3 files changed, 455 insertions(+), 4 deletions(-)
 create mode 100644 contrib/backup/qemu-backup.py
 create mode 100644 contrib/backup/qemu-backup.texi

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]