Changes

Jump to navigation Jump to search
New page: When I install cygwin, openssh, rsync and vim as described in this article, rsync is installed in /bin, not in /usr/bin. Thus, the command I needed to run to create the rsync service was:...
When I install cygwin, openssh, rsync and vim as described in this article, rsync is installed in /bin, not in /usr/bin.

Thus, the command I needed to run to create the rsync service was:

cygrunsrv --install "rsyncd" --path '''/bin/rsync''' --args "--daemon --no-detach" \
--desc "Starts a rsync daemon for accepting incoming rsync connections" \
--disp "Rsync Daemon" --type auto

instead of:

cygrunsrv --install "rsyncd" --path '''/usr/bin/rsync''' --args "--daemon --no-detach" \
--desc "Starts a rsync daemon for accepting incoming rsync connections" \
--disp "Rsync Daemon" --type auto

[[User:Mmccarn|Mmccarn]] 18:32, 26 May 2008 (MDT)

Navigation menu