Hallo,

we use the cygwin-rsyncd.


On some machines the users describe a "slow machine"
while the rsyncd process is running.


On my machine with cygwin installed I added
"nice" to lower process priority of rsyncd successfully
by changing the following command from
  cygrunsrv.exe -I rsyncd -e CYGWIN=nontsec -p c:/cygwin/bin/rsync_backuppc.exe 
-a "--config=c:/rsyncd/rsyncd.conf --daemon --no-detach"
to
  cygrunsrv.exe -I rsyncd -e CYGWIN=nontsec -p c:/cygwin/bin/nice.exe  -a "-n 
20 c:/cygwin/bin/rsync_backuppc.exe --config=c:/rsyncd/rsyncd.conf --daemon 
--no-detach"



On machines without cygwin installed 
- nice is not included in cygwin-rsyncd package.
- nice from cygwin distribution asks for a undefined symbol
- "CMD /C START /LOW c:\cygwin\bin\myservice.exe" - not a good solution

Is it possible to add "nice" to cygwin-rsyncd package ?

Another way might be to add '--nice' to cygrunsrv 
- I know this is the wrong place to ask for that ?


 

Greetings

Alfred Koebler
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to