LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

vboxmanage-movevm

Relocate VirtualBox VM files

TLDR

Move a VM to a new folder
$ VBoxManage movevm [vmname] --type basic --folder [/path/to/new/location]
copy
Move a VM identified by UUID
$ VBoxManage movevm [uuid] --type basic --folder [/path/to/new/location]
copy

SYNOPSIS

VBoxManage movevm vm --type basic [--folder path]

DESCRIPTION

VBoxManage movevm moves a virtual machine to a new location on the host. All associated files of the VM, including settings files and disk image files, are moved to the new location. The Oracle VM VirtualBox configuration is updated automatically. The VM can be identified by name or UUID. VM names containing spaces must be enclosed in double quotation marks.

PARAMETERS

--type basic

Specifies the type of move operation. Currently only "basic" is supported.
--folder path
Destination folder on the host file system. Can be a relative or absolute path.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid