Skip to content

Commit 9f4262b

Browse files
authored
qm-snapshot: specify name format and add related commands examples (#17589)
1 parent d2189ab commit 9f4262b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pages/linux/qm-snapshot.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Create virtual machine snapshots.
44
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
55
6-
- Create a snapshot of a specific virtual machine:
6+
- Create a snapshot of a specific virtual machine (name must start with a letter):
77

88
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}}`
99

@@ -14,3 +14,11 @@
1414
- Create a snapshot including the vmstate:
1515

1616
`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

Comments
 (0)