There is a newbie VirtualBox here. I took a snapshot of the virtual machine using this command line:
VBoxManage snapshot VMName take BackupName
Then I used this to check:
VBoxManage showvminfo VMName
and I saw that a snapshot was created with the name BackupName. I did not find the “current” snapshot of BackupName, I found the filename.sav file in the SnapShots folder.
My intention was to create a snapshot of this virtual machine, copy it to another host machine and restore it there. Since I couldn’t find the “snapshot” of BackupName, so I copied the sav file to the new host and used this command:
VBoxManage adoptsate filename.sav
But that did not work. Can someone help me copy this “snapshot” and restore it to the new host. Many thanks
virtual-machine virtualbox restore snapshot
Ragnarsson
source share