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 2>>c:\rsync\log\file2.log
the second redirection "2>>" redirects all errors info two a sec
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
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 /cyg
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 /cygdrive/g/users/bco/test/
bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log
The proble
Hi everyone!
I'm trying to do something along those lines:
rsync --rsh=ssh --archive foo:/data/* bar:/data/
Where foo is on the other side of a firewall, bar has no network connection
to foo, and the machine I'm executing this on can connect to both of them.
Unfortunately, copying from remote