scripts for transferring vagrant boxes
The scripts work on *nix platforms.
- place
vagrantRepackage.rbon the source machine - place
vagrantUnpackage.rbon the target machine - check that the two scripts are executable (
chmod +x vagrant*)
On the source machine:
cd
mkdir boxes; cd boxes
~/vagrantRepackage.rb
# copy the boxes to your target machine
cd
rsync -av boxes/ target:boxes/
On the target machine:
cd ~/boxes
~/vagrantUnpackage.rb