cygrunsrv -I "RSYNC" -d "Rsync daemon" -p rsync.exe -a "--config=rsyncd.conf --daemon --no-detach" -f "Fast incremental file transfer"
This command will create Rsync daemon service on Windows 7
To start service you can type
cygrunsrv.exe --start rsync
To stop service you can type
cygrunsrv.exe --stop rsync
3 comments:
Hi, when I try to start the service it returns this:
cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: the service has not been started.
Does it work on Win 2k8 R2?
Thanks
Luka
Check your Windows log and find something like: "sshd: PID : Possible duplicate cygwin1.dll:"
rename/delete another cygwin1.dll
Yessss, in my case there was another cygwin1.dll in Vmware\Infrastructure\....\Linux
Thank you so much! :-)
Post a Comment