From eb38d1d75c22222dc07a56bc3d08267be84b1c99 Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Wed, 12 Oct 2022 12:50:32 +0530 Subject: [PATCH] qm-snapshot: add page (#8949) --- pages/linux/qm-snapshot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/qm-snapshot.md diff --git a/pages/linux/qm-snapshot.md b/pages/linux/qm-snapshot.md new file mode 100644 index 000000000..1329a4ea1 --- /dev/null +++ b/pages/linux/qm-snapshot.md @@ -0,0 +1,16 @@ +# qm snapshot + +> Create virtual machine snapshots. +> More information: . + +- Create a snapshot of a specific virtual machine: + +`qm snapshot {{vm_id}} {{snapshot_name}}` + +- Create a snapshot with a specific description: + +`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}}` + +- Create a snapshot including the vmstate: + +`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1`