Does anyone know if it's possible to have "one way" replication set up between the host shared folder and the synced folder on the guest VM?
What I mean is, suppose that you have an Ubuntu guest VM that has the folder /etc which has been configured to sync with the host folder D:\Vagrant\Test\Application\etc. On the *host* I have a single .ini file that I would like to be able to easily edit and, of course, that gets synced onto the guest. The problem is of course, that as soon as vagrant loads up the guest VM in the environment and then sets up the synced folder with the host, all of the existing files in the /etc/ folder on the guest are deleted, because they don't reside on the host. Ideally what I'd like to achieve is to have all the existing files on the guest remain in the /etc/ folder, but have the host files residing in D:\Vagrant\Test\Application\etc to be synced (Host > Guest) Does anyone know if this is possible? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/d638bbfe-5e63-4caf-bd98-55d6b80440a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
