Page MenuHomePhabricator

PR2 Snapshotting
Updated 1,884 Days AgoPublic

Version 2 of 6: You are viewing an older version of this document, as it appeared on Mar 21 2019, 2:39 PM.

We will use virsh to create snapshots of the VMs and their disks.

We'll need some blank file to store our XML data, and then store the XML data from a VM:

touch [backup-name].xml
sudo virsh dumpxml > [backup-name].xml

Now we'll make our snapshot:
sudo virsh snapshot-create-as --domain [vm-name] --name [backup-name]

Last Author
ajanib
Last Edited
Mar 21 2019, 2:39 PM

Event Timeline

ajanib edited the content of this document. (Show Details)
ajanib changed the title from PR2 Snapshotting to PR2 Snapshotting & Restoring.Mar 22 2019, 2:25 PM
ajanib edited the content of this document. (Show Details)