
| Current Path : /proc/thread-self/root/usr/local/lib/python2.7/dist-packages/iftlib/intern/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/local/lib/python2.7/dist-packages/iftlib/intern/3_clone |
# Clone a VM from the super directory of its directory. # First parameter: Source VM directory # Second parameter: Target VM directory rm $2 VM=`pwd`/$1/`ls $1/*.vbox` vboxmanage registervm "$VM" 2> /dev/null vboxmanage clonevm $1 --name $2 --basefolder /home/ift/virtualbox cp $1/history.* $2