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
New synced folder type: rsync - Does a one-time one-directional sync to the guest machine. New commands vagrant rsync and vagrant rsync-auto can resync the folders.
Are all the other rsync changes up to and including 1.6.3 also only referring to sync being one-directional sync?
There is minimal support for synced folders. Upon vagrant up, vagrant reload, and vagrant provision, the AWS provider will use rsync (if available) to uni-directionally sync the folder to the remote machine over SSH.
Synced folders enable Vagrant to sync a folder on the host machine to the guest machine, allowing you to continue working on your project's files on your host machine, but use the resources in the guest machine to compile or run your project.
Just to clarify is rsync up to and including 1.6.3 only one-directional?
https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md
states:
Are all the other rsync changes up to and including 1.6.3 also only referring to sync being one-directional sync?
Also https://github.com/mitchellh/vagrant-aws/blob/f8525a265a83aa2d32e25c46f1ceae6f82d887a4/README.md
first mentions:
then later states:
http://docs.vagrantup.com/v2/synced-folders/index.html
states:
However:
#3062
has 2 solutions to make syncing bidirectional:
Steven Merrill
smerrill
https://github.com/smerrill/vagrant-rsync-back
Alex Rodionov
p0deje
The above is probably also related to:
#4111
The text was updated successfully, but these errors were encountered: