From 7637a7a7f7b6341845eb1722e210312719dae200 Mon Sep 17 00:00:00 2001 From: Jimmy T <83943283+JimsJam@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:20:07 +0100 Subject: [PATCH] vboxmanage-movevm: add page (#11796) * vboxmanage-movevm: add page --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna --- pages/common/vboxmanage-movevm.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/vboxmanage-movevm.md diff --git a/pages/common/vboxmanage-movevm.md b/pages/common/vboxmanage-movevm.md new file mode 100644 index 000000000..bd0504ab6 --- /dev/null +++ b/pages/common/vboxmanage-movevm.md @@ -0,0 +1,12 @@ +# vboxmanage-movevm + +> Move a virtual machine (VM) to a new location on the host system. +> More information: . + +- 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}}`