wordpress - Correct way to back-up and restore vagrant box + Variable VVV -
i have vagrant box (ubuntu/trusty64) installed on macbook. have extended box variable vvv --> https://github.com/bradp/vv#os-x-installation enables me create fresh wordpress installs (currently have around 10 installs).
ok, problem? macbook mess! reason why want clear out macbook , install fresh version.
the problem don't want lose box , of projects. how can tackle problem without losing projects?
greetz , many thanks!
you need backup box, project directory , virtualbox folder vm.
those following:
- ~/.vagrant.d folder together
this folder has downloaded boxes (under ~/.vagrant.d/boxes folder) has references of vm active under vagrant management
- your project directory
save folders have vagrantfile, contains .vagrant
directory, under folder there file reference of vm linked vagrantfile
- the vm directory
i not sure default value should ~/virtualbox vms
. backup directory contains vms created vagrant
after have cleaned macos, need make sure reinstall folders @ same location
Comments
Post a Comment