Search notes:

VBoxManage clonevm

Options

--basefolder=basefolder
--groups=group,…
--mode=machine | --mode=machinechildren | --mode=all
--name=name
--options=option,…] Options include: Link, KeepAllMACs, KeepNATMACs, KeepDiskNames, KeepHwUUIDs. A linked clone can only be created from a snapshot
--register Registers the cloned virtual machine. Compare with VBoxManage registervm
--snapshot=$snapshotName
--uuid=uuid
VBoxManage clonevm $VMnameSrc --name $VMnameDest --register

See also

VBoxManage unregistervm
VBoxManage

Index