From: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
To: qemu-devel@nongnu.org
Cc: stefanha@redhat.com, jsnow@redhat.com, famz@redhat.com,
Ishani Chugh <chugh.ishani@research.iiit.ac.in>
Subject: [Qemu-devel] [PATCH v3 0/3] QEMU Backup Tool
Date: Wed, 30 Aug 2017 22:44:54 +0530 [thread overview]
Message-ID: <1504113297-22052-1-git-send-email-chugh.ishani@research.iiit.ac.in> (raw)
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
Ishani Chugh (3):
backup: QEMU Backup Tool
Test for full Backup
Add manpage for QEMU Backup Tool
Makefile | 14 +-
contrib/backup/qemu-backup.py | 343 ++++++++++++++++++++++++++++++++++++++++
contrib/backup/qemu-backup.texi | 142 +++++++++++++++++
tests/qemu-iotests/191 | 86 ++++++++++
tests/qemu-iotests/191.out | 35 ++++
tests/qemu-iotests/group | 2 +
6 files changed, 618 insertions(+), 4 deletions(-)
create mode 100644 contrib/backup/qemu-backup.py
create mode 100644 contrib/backup/qemu-backup.texi
create mode 100755 tests/qemu-iotests/191
create mode 100644 tests/qemu-iotests/191.out
--
2.7.4
next reply other threads:[~2017-08-30 17:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-30 17:14 Ishani Chugh [this message]
2017-08-30 17:14 ` [Qemu-devel] [PATCH v3 1/3] backup: QEMU Backup Tool Ishani Chugh
2017-09-01 22:47 ` John Snow
2017-09-08 11:06 ` Ishani
2017-08-30 17:14 ` [Qemu-devel] [PATCH v3 2/3] Test for full Backup Ishani Chugh
2017-08-30 17:14 ` [Qemu-devel] [PATCH v3 3/3] Add manpage for QEMU Backup Tool Ishani Chugh
2017-08-31 1:09 ` [Qemu-devel] [PATCH v3 0/3] " Fam Zheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504113297-22052-1-git-send-email-chugh.ishani@research.iiit.ac.in \
--to=chugh.ishani@research.iiit.ac.in \
--cc=famz@redhat.com \
--cc=jsnow@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).