We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2189ab commit 9f4262bCopy full SHA for 9f4262b
pages/linux/qm-snapshot.md
@@ -3,7 +3,7 @@
3
> Create virtual machine snapshots.
4
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
5
6
-- Create a snapshot of a specific virtual machine:
+- Create a snapshot of a specific virtual machine (name must start with a letter):
7
8
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}}`
9
@@ -14,3 +14,11 @@
14
- Create a snapshot including the vmstate:
15
16
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1`
17
+
18
+- List snapshots of a VM:
19
20
+`qm {{[lists|listsnapshot]}} {{100}}`
21
22
+- Rollback the state of a specific VM to a specified snapshot:
23
24
+`qm {{[ro|rollback]}} {{vm_id}} {{snap_name}}`
0 commit comments