Options (3)
booleanCreate a snapshot of a specific virtual machine (name must start with a letter)
Example:
qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}}booleanList snapshots of a VM
Example:
qm {{[lists|listsnapshot]}} {{100}}booleanRollback the state of a specific VM to a specified snapshot
Example:
qm {{[ro|rollback]}} {{vm_id}} {{snap_name}}Examples (5)
Create a snapshot of a specific virtual machine (name must start with a letter)
qm [sn|snapshot] vm_id snapshot_nameCreate a snapshot with a specific description
qm [sn|snapshot] vm_id snapshot_name --description descriptionCreate a snapshot including the vmstate
qm [sn|snapshot] vm_id snapshot_name --description description --vmstate 1List snapshots of a VM
qm [lists|listsnapshot] 100Rollback the state of a specific VM to a specified snapshot
qm [ro|rollback] vm_id snap_namemade by @shridhargupta | data from tldr-pages