Re: logging on client side on NT

2002-09-13 Thread jw schultz
On Fri, Sep 13, 2002 at 12:15:59PM +0200, [EMAIL PROTECTED] wrote: Hi, I would like to log whatever happens with rsync on client side when it runs with Cygwin on NT4. First, I just did a redirect of the screen output to a log-file: rsync -rtv --delete --modify-window=2 --stats

Re: logging on client side on NT

2002-09-13 Thread bart . coninckx
Actually, we're not running bash, I just have rsync.exe and the necessary Cygwin dll's in one folder and run everything in CMD.EXE. I will however look into CMD.EXE's capabilities of redirecting everything to a file, but I'll probably (once again) will run into the limits of using Win32, because

RE: logging on client side on NT

2002-09-13 Thread bart . coninckx
I just did actually: you have to do a redirecton to two different files, like this: rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/ bee2bs01::d/test/ c:\rsync\log\file1.log 2c:\rsync\log\file2.log the second redirection 2 redirects all errors info two a second