You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the project directory get's rsync'ed to /vagrant in the server that gets spunned up in GCE. I noticed that the /vagrant doesn't get rsync'ed back to the project directory when vagrant destroy is executed. Would it make sense to have this happen? Thanks.
The text was updated successfully, but these errors were encountered:
I would suggest filing a feature request with vagrant itself to support it in their rsync implementation.
The current custom syncing mechanism stays with this provider currently only until NFS capability gets sorted out: hashicorp/vagrant#6781
... or I write some hack in to disable NFS, but I'd rather avoid that to be honest ...
Deduping on #175 since that issue is more general.
Currently Vagrant doesn't implement bi-directional sync yet. However, people report that at least 2 plugins achieve that (like vagrant-unison or vagrant-scp): hashicorp/vagrant#3062
If you have any issues with interoperability - let me know and I'll do my best to see if I can make it work.
Hi,
I know the project directory get's rsync'ed to
/vagrant
in the server that gets spunned up in GCE. I noticed that the/vagrant
doesn't get rsync'ed back to the project directory whenvagrant destroy
is executed. Would it make sense to have this happen? Thanks.The text was updated successfully, but these errors were encountered: