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.
