Hi,
I have multi vagrant installed on my mac machine for replicating master slave development environment on production. I have used puphpet for setting vagrant.
Now i have two boxes -
box1
box2
Which stores the VMs in VirtualBox VMs folder with name of two folders -
box1_default_1421332926028_30704
box2_default_1421333719053_93000
Things were going good.
Yesterday, i started box1 in offline mode without access to internet. Suddenly it looks like it installed a new setup with completely blank Vms.
Now in VMs in VirtualBox VMs are
box1_default_1428616375284_33175
box1_default_1421332926028_30704
box2_default_1421333719053_93000
Actually it has created a new VMs in offline mode, which is completely blank machine. Now i want to change VirtualBox VMs to my old one as it has all the data.
Not able to find any information on this one ?
Thanks for input.