All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
Cc: qemu-devel@nongnu.org, jsnow@redhat.com
Subject: Re: [Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool
Date: Tue, 22 Aug 2017 16:26:13 +0100	[thread overview]
Message-ID: <20170822152613.GE5398@stefanha-x1.localdomain> (raw)
In-Reply-To: <1503313839-10258-4-git-send-email-chugh.ishani@research.iiit.ac.in>

On Mon, Aug 21, 2017 at 04:40:39PM +0530, Ishani Chugh wrote:
> +@node  List of Commands
> +@chapter  List of Commands
> +@itemize
> +@item qemu-backup guest add --guest guestname --qmp socketpath
> +@item qemu-backup guest list
> +@item qemu-backup drive add --id driveid --guest guestname --target target
> +@item qemu-backup drive add --all --guest guestname --target target
> +@item qemu-backup drive list --guest guestname
> +@item qemu-backup backup [--inc] --guest guestname
> +@item qemu-backup restore --guest guestname
> +@item qemu-backup guest remove --guest guestname
> +@item qemu-backup drive remove --guest guestname --id driveid
> +@end itemize
> +@node  Command Parameters
> +@chapter  Command Parameters
> +@itemize
> +@item --all: Add all the drives present in a guest which are suitable for backup.
> +@item --guest: Name of the guest.
> +@item --id: id of guest or drive.
> +@item --inc: (Optional) For incremental backup.
> +@item --qmp: Path of qmp socket.
> +@item --target: Destination path on which you want your backup to be made.
> +@end itemize

It would be helpful to give an example that demonstrates the workflow.
That way new users will know which sub-commands to use and in which
order.  Something like:

Perform a full backup of 'vm001', which has one drive:

  $ qemu-backup guest add --guest vm001 --qmp /path/to/vm001.sock
  $ qemu-backup add --id drive0 --guest vm001 --target /backups/vm001-drive0.img
  $ qemu-backup backup --guest vm001

Stefan

  reply	other threads:[~2017-08-22 15:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-21 11:10 [Qemu-devel] [PATCH 0/3] QEMU Backup Tool Ishani Chugh
2017-08-21 11:10 ` [Qemu-devel] [PATCH 1/3] backup: " Ishani Chugh
2017-08-22 14:13   ` Stefan Hajnoczi
2017-08-22 16:59     ` Ishani
2017-08-21 11:10 ` [Qemu-devel] [PATCH 2/3] Test for full Backup Ishani Chugh
2017-08-22 15:21   ` Stefan Hajnoczi
2017-08-21 11:10 ` [Qemu-devel] [PATCH 3/3] Add manpage for QEMU Backup Tool Ishani Chugh
2017-08-22 15:26   ` Stefan Hajnoczi [this message]
2017-08-23 13:04 [Qemu-devel] [PATCH 0/3] " Ishani Chugh
2017-08-23 13:04 ` [Qemu-devel] [PATCH 3/3] Add manpage for " Ishani Chugh
2017-08-29 13:47 [Qemu-devel] [PATCH 0/3] " Ishani Chugh
2017-08-29 13:48 ` [Qemu-devel] [PATCH 3/3] Add manpage for " Ishani Chugh
2017-08-29 15:50 [Qemu-devel] [PATCH 0/3] " Ishani Chugh
2017-08-29 15:50 ` [Qemu-devel] [PATCH 3/3] Add manpage for " Ishani Chugh

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=20170822152613.GE5398@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=chugh.ishani@research.iiit.ac.in \
    --cc=jsnow@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 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.