Examples (4)
Clone the specified VM
VBoxManage clonevm vm_nameSpecify a new name for the new VM
VBoxManage clonevm vm_name --name new_vm_nameIndicate the folder where the new VM configuration is saved
VBoxManage clonevm vm_name --basefolder path/to/directoryRegister the cloned VM in VirtualBox
VBoxManage clonevm vm_name --registermade by @shridhargupta | data from tldr-pages