Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get cwRsync Working With Vagrant On Windows #6297

Closed
dac514 opened this issue Sep 22, 2015 · 1 comment
Closed

Get cwRsync Working With Vagrant On Windows #6297

dac514 opened this issue Sep 22, 2015 · 1 comment

Comments

@dac514
Copy link

dac514 commented Sep 22, 2015

Hi.

Getting cwRsync to work with Vagrant on Windows is a pain.

This issue is a follow up to: #3230 and #4586

Reading comprehension 101:

cwRsync is a standalone version of rsync for Windows that doesn’t require Cygwin to be installed. I don’t have Cygwin installed because Git For Windows includes Git Bash and this is “good enough.” With a regular standalone cwRsync installation Cygwin will never be in the PATH and Vagrant will never add the required /cygdrive prefix.

Feature request

Following the advice (hacks) in the aforementioned tickets I was able to get it working, but it's not ideal. Looking at the Vagrant source it seems like it's trying to be too clever by detecting the environment when really all we need is some customization options. Specifically, ability to set drive prefix.

More info:

http://kizu514.com/blog/get-cwrsync-working-with-vagrant-on-windows-10/

Thanks

@mitchellh
Copy link
Contributor

This should all work very easily out of the box now! (with cwRsync on the PATH)

@hashicorp hashicorp locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants