1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vboxmanage-movevm.md
Darío Hereñú d94d7de4c3
vboxmanage-movevm: add Spanish translation (#11814)
* vboxmanage-movevm: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-23 21:23:43 +05:30

12 lines
417 B
Markdown

# vboxmanage movevm
> Move a virtual machine (VM) to a new location on the host system.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>.
- Move the specified virtual machine to the current location:
`VBoxManage movevm {{vm_name}}`
- Specify the new location (full or relative pathname) of the virtual machine:
`VBoxManage movevm {{vm_name}} --folder {{path/to/new_location}}`