
qm-snapshot
List of commands for qm-snapshot:
-
qm-snapshot:tldr:0bba5 qm-snapshot: Create a snapshot of a specific virtual machine.$ qm snapshot ${vm_id} ${snapshot_name}try on your machineexplain this command
-
qm-snapshot:tldr:7d934 qm-snapshot: Create a snapshot with a specific description.$ qm snapshot ${vm_id} ${snapshot_name} --description ${description}try on your machineexplain this command
-
qm-snapshot:tldr:d9943 qm-snapshot: Create a snapshot including the vmstate.$ qm snapshot ${vm_id} ${snapshot_name} --description ${description} --vmstate 1try on your machineexplain this command