mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 15:35:25 +02:00
qm-disk-move: add Spanish translation (#14647)
This commit is contained in:
parent
acf0d083d0
commit
4fcdc19f06
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/qm-disk-move.md
Normal file
12
pages.es/linux/qm-disk-move.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# qm disk move
|
||||
|
||||
> Mueve un disco virtual de un almacenamiento a otro dentro del mismo grupo Proxmox.
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Mueve un disco virtual:
|
||||
|
||||
`qm disk move {{vm_id}} {{destino}} {{índice}}`
|
||||
|
||||
- Elimina la copia anterior del disco virtual:
|
||||
|
||||
`qm disk move -delete {{vm_id}} {{destino}} {{índice}}`
|
Loading…
Add table
Reference in a new issue