Difference between revisions of "Template:Virsh snapshots TOC"
Jump to navigation
Jump to search
(Created page with "* <code>virsh snapshot-create</code> Create a snapshot from XML. See also: <code>qemu-img</code> and <code>qemu-img info</code> * <code>[[virsh snapshot-create-as]...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* <code>[[virsh snapshot-create-as]]</code> Create a snapshot from a set of args. | * <code>[[virsh snapshot-create-as]]</code> Create a snapshot from a set of args. | ||
* <code>[[virsh snapshot-current]]</code> Get or set the current snapshot | * <code>[[virsh snapshot-current]]</code> Get or set the current snapshot | ||
− | |||
* <code>[[virsh snapshot-dumpxml]] VM_MACHINE_NAME SNAPSHOT_NAME</code> Dump XML for a domain snapshot | * <code>[[virsh snapshot-dumpxml]] VM_MACHINE_NAME SNAPSHOT_NAME</code> Dump XML for a domain snapshot | ||
* <code>[[virsh snapshot-edit]]</code> edit XML for a snapshot | * <code>[[virsh snapshot-edit]]</code> edit XML for a snapshot | ||
Line 8: | Line 7: | ||
* <code>[[virsh snapshot-list]] VM_MACHINE_NAME</code> List snapshots for a domain | * <code>[[virsh snapshot-list]] VM_MACHINE_NAME</code> List snapshots for a domain | ||
* <code>[[virsh snapshot-parent]]</code> Get the name of the parent of a snapshot | * <code>[[virsh snapshot-parent]]</code> Get the name of the parent of a snapshot | ||
− | * <code>[[virsh snapshot-revert]]</code> | + | * <code>[[virsh snapshot-revert]]</code> (Destructive action) revert a domain to a snapshot |
+ | * <code>[[virsh snapshot-delete]]</code> Delete a domain snapshot |
Latest revision as of 15:02, 30 September 2020
virsh snapshot-create
Create a snapshot from XML. See also:qemu-img
andqemu-img info
virsh snapshot-create-as
Create a snapshot from a set of args.virsh snapshot-current
Get or set the current snapshotvirsh snapshot-dumpxml VM_MACHINE_NAME SNAPSHOT_NAME
Dump XML for a domain snapshotvirsh snapshot-edit
edit XML for a snapshotvirsh snapshot-info
snapshot information. (virsh snapshot-info --domain DOMAIN_NAME --snapshotname SNAPSHOT_NAME)virsh snapshot-list VM_MACHINE_NAME
List snapshots for a domainvirsh snapshot-parent
Get the name of the parent of a snapshotvirsh snapshot-revert
(Destructive action) revert a domain to a snapshotvirsh snapshot-delete
Delete a domain snapshot
Advertising: