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

Explain a bit more what to do in the rsync-comes-from-cygwin case #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xipmix
Copy link

@xipmix xipmix commented Jul 25, 2021

I would have found this text helpful as I had installed cygwin well before discovering this project and was loath to uninstall it.

You will need to start a 'cmd' window as the administrator.
The commands you will need to run will look something like this:
```
c:\ cygrunsrv --intall 'rsyncd' --path /usr/bin/rsync \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few typos here. --intall should be --install. --auth should be --auto.

--desc 'Starts an rsync daemon listening for incoming connections'
c:\ net start rsyncd
```

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also help to mention that the rsyncd.conf file must be installed in the expected location (/etc/rsyncd.conf), and the rsyncd.secrets file is also required. And that the ssh and host keys should be set up to the account that will be making contact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants