mitchellh / vagrant-google

Vagrant provider for GCE.
Apache License 2.0
334 stars 100 forks source link

Support bi-directional rsync #175

Open cometta opened 7 years ago

cometta commented 7 years ago

Would be great if this feature is supported.

Temikus commented 6 years ago

@cometta We're switching to Vagrant's standard rsync transport again in #181
Vagrant doesn't implement bi-directional sync yet. However, if you take a look at the FR for it, lower down you will see people reporting several plugins that seem to work (like vagrant-unison or vagrant-scp): https://github.com/hashicorp/vagrant/issues/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.