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

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux Virtualization Concepts - KVM Virtual Machine Snapshot * Linux_KVM_Virtualization_Guest_Op...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://www.cyberciti.biz/faq/how-to-create-create-snapshot-in-linux-kvm-vmdomain/
=Internal=
=Internal=


Line 5: Line 9:


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