1
0
Fork 0
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:
Igor Támara 2024-11-09 04:13:15 -05:00 committed by GitHub
parent acf0d083d0
commit 4fcdc19f06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`