Linux KVM Virtualization Guest Snapshot Using virsh snapshot Functionality: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
* Describe the snapshot history maintained by the virtualization host.
* Describe the snapshot history maintained by the virtualization host.
</font>
</font>
=List All Snapshots for a Guest=
virsh snapshot-list ''<domain-name>''
=Take a Snapshot=
<font color=red>TODO</font<>
This is how disk image snapshots are taken:
{{Internal|Qemu-img#Take_a_Snapshot|Take a disk image snapshot with qemu-img}}

Latest revision as of 04:38, 8 November 2017

External

Internal

Overview

List All Snapshots for a Guest

virsh snapshot-list <domain-name>

Take a Snapshot

TODO</font<>

This is how disk image snapshots are taken:

Take a disk image snapshot with qemu-img