Re: --no-detach option?

2001-11-22 Thread Andre Pang
On Tue, Nov 20, 2001 at 03:05:32PM -0800, Jos Backus wrote: How about adding a --no-detach option (to be used in combination with --daemon) to rsync so it can be run under Dan Bernstein's daemontools' supervise? If there's interest I'll provide a patch. I'd be interested in this; sure. The

Re: Another way to setup Rsync as an NT Service

2001-11-22 Thread JF Paradis
Here is how: Use the KILL.EXE from the NT Resource kit. On my systems, I use the NT scheduler to run batch files (using the default AT or the GUI WINAT.EXE from the NT resource kit). At the start of each batch file, I use: c:\bin\KILL.EXE rsync This ensure that rsync is not already running!