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

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
=Overview=
=Overview=


TODO based on https://www.cyberciti.biz/faq/how-to-create-create-snapshot-in-linux-kvm-vmdomain/.
<font color=red>
* TODO based on https://www.cyberciti.biz/faq/how-to-create-create-snapshot-in-linux-kvm-vmdomain/
* Describe live snapshot
* Describe the snapshot history maintained by the virtualization host.
</font>


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