Re: [Qemu-devel] [PATCH v4 2/3] backup: Adds Backup Tool

2017-09-18 Thread Ishani
- On Sep 16, 2017, at 12:43 AM, jsnow js...@redhat.com wrote: > On 09/08/2017 12:41 PM, Ishani Chugh wrote: >> 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

Re: [Qemu-devel] [PATCH v4 2/3] backup: Adds Backup Tool

2017-09-15 Thread John Snow
On 09/08/2017 12:41 PM, Ishani Chugh wrote: > 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. The tool wr

Re: [Qemu-devel] [PATCH v4 2/3] backup: Adds Backup Tool

2017-09-13 Thread John Snow
On 09/11/2017 01:02 AM, Fam Zheng wrote: > On Fri, 09/08 22:11, Ishani Chugh wrote: >> +def build_parser(): >> +backup_tool = BackupTool() >> +parser = ArgumentParser() >> +subparsers = parser.add_subparsers(title='Subcommands', >> + description='

Re: [Qemu-devel] [PATCH v4 2/3] backup: Adds Backup Tool

2017-09-10 Thread Fam Zheng
On Fri, 09/08 22:11, Ishani Chugh wrote: > +def build_parser(): > +backup_tool = BackupTool() > +parser = ArgumentParser() > +subparsers = parser.add_subparsers(title='Subcommands', > + description='Valid Subcommands', > +

[Qemu-devel] [PATCH v4 2/3] backup: Adds Backup Tool

2017-09-08 Thread Ishani Chugh
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. The tool writes details of guest in a configuration file and the