cwRsync on windows

Stuart Halliday StuartH at ecs-tech.com
Thu Jan 3 13:22:05 GMT 2008


> and how can I make sure that 
> cwRsync is even running. I have checked the services I could not find.

If you mean from an external site then make a dummy location in rsyncd.conf

ie

[dummy45678]
path = /cygdrive/e/dummy
read only = true
list=no


This is not visible in a rsync list unless you know its name. So you can
test for the existence of itself.

If you meant internally test for rsync running, simply write a batch file
using:
 
NET START > %temp%\list.tmp
Find /I "rsync" %temp%\list.tmp

treat accordingly.





This email is the property of ECS Technology Ltd.
This company is registered in Scotland with company number 212513. 
VAT registered GB 761 7456 12  
http://www.ecs-tech.com/




More information about the rsync mailing list