This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: installing rsyncd


On Tue, Jun 05, 2012 at 12:47:38PM -0500, carolus wrote:
> The Cygwin README for rsync says:
> 
> 2) to install service: ("cygrunsrv --help" for help)
>    cygrunsrv -I "rsyncd" -p /usr/bin/rsync -a '--daemon --no-detach'
> 
> This command seems to run OK with no messages, but then ps does not
> show rsyncd or rsync.

This is because the above command only installs the service. You
should be able to query its state using:

cygrunsrv -Q rsyncd

And start it with:

cygrunsrv -S rsyncd

Also, it should be there if you check in mmc -> services though the
Windows native facilities.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]