Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
  • qm-snapshot:tldr:d9943 qm-snapshot: Create a snapshot including the vmstate.
    $ qm snapshot ${vm_id} ${snapshot_name} --description ${description} --vmstate 1
    try on your machine
    explain this command
back to context overview