mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# qm rollback
|
|
|
|
> Rollback the VM state to a specified snapshot.
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
- Rollback the state of a specific VM to a specified snapshot:
|
|
|
|
`qm rollback {{vm_id}} {{snap_name}}`
|