mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
qm-snapshot: add Spanish translation (#15149)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
ab00815915
commit
ccdb10f545
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/qm-snapshot.md
Normal file
16
pages.es/linux/qm-snapshot.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# qm snapshot
|
||||
|
||||
> Crea instantáneas de máquinas virtuales.
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Crea una instantánea de una máquina virtual dada:
|
||||
|
||||
`qm snapshot {{id_mv}} {{nombre_de_la_instantánea}}`
|
||||
|
||||
- Crea una instantánea con una descripción dada:
|
||||
|
||||
`qm snapshot {{id_mv}} {{nombre_de_la_instantánea}} --description {{descripción}}`
|
||||
|
||||
- Crea una instantánea incluyendo el vmstate:
|
||||
|
||||
`qm snapshot {{id_mv}} {{nombre_de_la_instantánea}} --description {{descripción}} --vmstate 1`
|
Loading…
Add table
Reference in a new issue