mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
21
linux/qm-snapshot
Normal file
21
linux/qm-snapshot
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 snapshot {{vm_id}} {{snapshot_name}}`
|
||||
|
||||
- Create a snapshot with a specific description:
|
||||
|
||||
`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}}`
|
||||
|
||||
- Create a snapshot including the vmstate:
|
||||
|
||||
`qm snapshot {{vm_id}} {{snapshot_name}} --description {{description}} --vmstate 1`
|
||||
Reference in New Issue
Block a user