1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 23:55:51 +02:00
tldr/pages/linux/qm-snapshot.md
2025-07-25 21:30:05 +05:30

16 lines
491 B
Markdown

# qm snapshot
> Create virtual machine snapshots.
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Create a snapshot of a specific virtual machine:
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}}`
- Create a snapshot with a specific description:
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}} --description {{description}}`
- Create a snapshot including the vmstate:
`qm {{[sn|snapshot]}} {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1`