All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Backup Tool: Incremental backup
@ 2017-08-30 19:15 Ishani Chugh
  2017-08-30 19:15 ` [Qemu-devel] [PATCH 1/3] Backup Tool: Manpage for Incremental Backup Ishani Chugh
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ishani Chugh @ 2017-08-30 19:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha, jsnow, Ishani Chugh

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.ishani@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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-07  4:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 19:15 [Qemu-devel] [PATCH 0/3] Backup Tool: Incremental backup Ishani Chugh
2017-08-30 19:15 ` [Qemu-devel] [PATCH 1/3] Backup Tool: Manpage for Incremental Backup Ishani Chugh
2017-08-31  1:57   ` Fam Zheng
2017-08-30 19:15 ` [Qemu-devel] [PATCH 2/3] Backup Tool: Support " Ishani Chugh
2017-08-31  1:56   ` Fam Zheng
2017-08-30 19:15 ` [Qemu-devel] [PATCH 3/3] Backup Tool: Test " Ishani Chugh
2017-08-31  2:02   ` Fam Zheng
2017-09-01 22:53     ` John Snow
2017-09-07  4:03       ` Ishani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.