LinuxCommandLibrary

vboxmanage-movevm

Relocate VirtualBox VM files

TLDR

Move VM to new folder

$ vboxmanage movevm [vmname] --folder [path]
copy
Move with specific type
$ vboxmanage movevm [vmname] --type basic --folder [path]
copy

SYNOPSIS

vboxmanage movevm vmname [options]

DESCRIPTION

vboxmanage movevm relocates a VM to a different folder. Moves all VM files including virtual disks. VM must be powered off.

PARAMETERS

--folder path

Destination folder.
--type type
Move type (basic).

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community