Differences between revisions 3 and 4
Revision 3 as of 2021-08-22 23:48:51
Size: 1310
Editor: ThomasChung
Comment:
Revision 4 as of 2021-08-22 23:49:34
Size: 1317
Editor: ThomasChung
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Let's take a look at syntax for available command begins with '''snapshot''' with '''virsh''' Let's take a look at syntax for available commands which begins with '''snapshot''' with '''virsh'''

How to use virsh to create snapshots for Debian 11

In this article, I'd like to discuss how to use virsh to create snapshots for a Debian 11 VM I created with KVM or WebConsole.

Syntax

Let's take a look at syntax for available commands which begins with snapshot with virsh

$ virsh help | grep snapshot-
    snapshot-create                Create a snapshot from XML
    snapshot-create-as             Create a snapshot from a set of args
    snapshot-current               Get or set the current snapshot
    snapshot-delete                Delete a domain snapshot
    snapshot-dumpxml               Dump XML for a domain snapshot
    snapshot-edit                  edit XML for a snapshot
    snapshot-info                  snapshot information
    snapshot-list                  List snapshots for a domain
    snapshot-parent                Get the name of the parent of a snapshot
    snapshot-revert                Revert a domain to a snapshot

snapshot-list

  • Text

snapshot-info

  • Text

snapshot-create

  • Text

snapshot-revert

  • Text

snapshot-delete

  • Text


CategoryVirtualization | CategorySystemAdministration