Skip to content
Snippets Groups Projects
  • John Garbutt's avatar
    42605939
    Sync /vagrant folder using virtualbox shared folder · 42605939
    John Garbutt authored
    When doing vagrant halt then vagrant up we want the system to keep
    working. The easiest way to do this is to use a virtual box plugin to
    install the tools, then use the tools to sync the /vagrant directory,
    rather than falling back to rsync on every boot of the VM. The rsync
    looses all the writes since the last boot, forcing a full reprovision.
    42605939
    History
    Sync /vagrant folder using virtualbox shared folder
    John Garbutt authored
    When doing vagrant halt then vagrant up we want the system to keep
    working. The easiest way to do this is to use a virtual box plugin to
    install the tools, then use the tools to sync the /vagrant directory,
    rather than falling back to rsync on every boot of the VM. The rsync
    looses all the writes since the last boot, forcing a full reprovision.
Vagrantfile 3.64 KiB