- 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
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
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='
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-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