This patch series is intended to add incremental backup functionality
to Backup Tool.
This patch series contains three patches,
            1) QEMU Backup command line tool(With Incremental backup).
            2) Test for incremental backup.
            3) Manpage for the tool(Incremental backup example).

Based on: 1504113297-22052-1-git-send-email-chugh.ish...@research.iiit.ac.in
Ishani Chugh (3):
  Backup Tool: Manpage for Incremental Backup
  Backup Tool: Support for Incremental Backup
  Backup Tool: Test for Incremental Backup

 contrib/backup/qemu-backup.py   | 101 +++++++++++++++++++++++++++++++++++++++-
 contrib/backup/qemu-backup.texi |  18 +++++++
 tests/qemu-iotests/193          |  86 ++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/193.out      |  34 ++++++++++++++
 tests/qemu-iotests/group        |   1 +
 5 files changed, 238 insertions(+), 2 deletions(-)
 create mode 100755 tests/qemu-iotests/193
 create mode 100644 tests/qemu-iotests/193.out

-- 
2.7.4


Reply via email to