I've been attempting to find the ideal shared folder method since I started using Vagrant a couple years ago, and after noticing rsync support in Vagrant 1.5, I thought the perfect solution (for me) had finally arrived—it works on Mac/Linux/Windows (with Cygwin, in Windows' case), so one share can be configured for all the developers on my team.
It also has an 'auto' setting that—I thought—would kick in every time I did `vagrant up`. Apparently, though, that's not quite what the rsync__auto setting does in the Vagrantfile. It could just be a naming conflict, but I was under the impression that the "rsync__auto" configuration would effectively start the "rsync-auto" command after a vagrant up... but that's not the case. My ideal would be that this was the case—and if not, maybe it would be possible to either add a new option "rsync__after-first-boot" or something like that, and make "rsync__auto" start rsync-auto automatically... or if that's not something desirable, the documentation could be a little more clear... -Jeff Geerling -- 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]. For more options, visit https://groups.google.com/d/optout.
