From 16f504a9dca3fe3b70568f67b7d41241ae485288 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:04 +0200 Subject: Adding upstream version 7.0.6-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-movevm.xml | 113 +++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-movevm.xml (limited to 'doc/manual/en_US/man_VBoxManage-movevm.xml') diff --git a/doc/manual/en_US/man_VBoxManage-movevm.xml b/doc/manual/en_US/man_VBoxManage-movevm.xml new file mode 100644 index 00000000..df48144e --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-movevm.xml @@ -0,0 +1,113 @@ + + + + +%all.entities; +]> + + + $Date: 2022-08-22 19:43:14 +0200 (Mon, 22 Aug 2022) $ + VBoxManage movevm + + + + VBoxManage-movevm + 1 + + + + VBoxManage-movevm + move a virtual machine to a new location on the host system + &product-name; + + + + + + VBoxManage movevm + + uuid + vmname + + --type=basic + --folder=folder-name + + + + + Description + + The VBoxManage movevm command moves a virtual + machine (VM) to a new location on the host system. + + + When moved, all of the files that are associated with the VM, such + as settings files and disk image files, are moved to the new + location. The &product-name; configuration is updated + automatically. + + + + uuid|vmname + + Specifies the Universally Unique Identifier (UUID) or name + of the VM to move. + + + + + + Specifies the type of the move operation. So far + basic is the only recognized value and also + the default if not specified. + + + + + + Specifies a full path name or relative path name of the new + location on the host file system. Not specifying the option + or specifying the current location is allowed, and moves + disk images and other parts of the VM to this location if + they are currently in other locations. + + + + + + + Examples + + + The following command moves the ol7 VM to a + new location on the host system. + +$ VBoxManage movevm ol7 --folder "/home/testuser/vms" --type basic +0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% +Machine has been successfully moved into /home/testuser/vms + + -- cgit v1.2.3