13,420
edits
Changes
→Performing Full Backups
#Remove the vm you just created by issuing the follow command:<br><source lang=bash>rm /var/lib/libvirt/images/backup-test.qcow2</source>
#Try launching the backup-test VM from the virtual machine manager. Did it work?
#Issue the following command to restore the backup-test VM by issuing the following command:<source lang=bash>restore -x -f /backup/full/backup-test</source>
=== Performing Incremental Backups ===