Hi, Joshua,

You need to specify the box file location in file URI scheme 
<http://en.wikipedia.org/wiki/File_URI_scheme>.

For instance, to add a box in Windows;
vagrant box add trusty64 file:///C:/Users/brady/Downloads/virtualbox.box

BR,

Brady


On Tuesday, May 26, 2015 at 10:52:20 AM UTC+8, Joshua wrote:
>
> On one development machine I backed up the box so that it would include 
> all the updates and databases stored on it to be used on another machine:
>
> vagrant package --output homestead-backup-05252015.box
>
>
> When I did the following on the new machine with a fresh vagrant 
> installation, all I got was the default homestead box downloaded:
>
> vagrant box add homestead homestead-backup-05252015.box
>
>
> I tried doing `vagrant remove homestead` and then re-added the box, but 
> same story. All of the databases are missing that exist on the other 
> machine's virtual box.
>
> What am I doing wrong here?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to