On Wed, 08/30 22:44, Ishani Chugh wrote: > 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
Reviewed-by: Fam Zheng <f...@redhat.com>