Skip to content

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

Open
xipmix wants to merge 1 commit into
backuppc:masterfrom
xipmix:master
Open

Explain a bit more what to do in the rsync-comes-from-cygwin case#11
xipmix wants to merge 1 commit into
backuppc:masterfrom
xipmix:master

Conversation

@xipmix

@xipmix xipmix commented Jul 25, 2021

Copy link
Copy Markdown

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

Comment thread README.md
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
Copy Markdown

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.

Comment thread README.md
--desc 'Starts an rsync daemon listening for incoming connections'
c:\ net start rsyncd
```

Copy link
Copy Markdown

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