Hi, My project is on a Windows machine on L;\projectname
I'd like to sync this with my Ubuntu Virtualbox vm through vagrant using rsync my vagrantfile has this line config.vm.synced_folder ".", "/vagrant", type: "rsync", rsync__exclude: [".git/", "db/test.sqlite3"] but this causes the following error: ... rsync: change_dir "/l/sharedrive" failed: No such file or directory (2) .... How do I tell rsync of vagrant that the source folder is L:\sharedrive, not /l/sharedrive? I'm using the rsync that comes with cygwin... Is there anyway I can tell any of the player above that the path names should be translated between windows and posix styles? Thanks! -- 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/2015683a-37b8-4227-a953-3a0bb90fd269%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
