cygwin + rsync 2.6.3-1

Paco Martinez Rodriguez pmartinez at heraldo.es
Fri Apr 22 16:56:21 GMT 2005


I 'm redirecting the output of an rsync run to another one log file 

I will apply your suggest..

Thank you 1!


-----Mensaje original-----
De: Wayne Davison [mailto:wayned at samba.org] 
Enviado el: viernes, 22 de abril de 2005 18:48
Para: Paco Martinez Rodriguez
CC: rsync at lists.samba.org
Asunto: Re: cygwin + rsync 2.6.3-1

On Fri, Apr 22, 2005 at 05:18:27PM +0200, Paco Martinez Rodriguez wrote:
> My PC executes -in batch mode-daily rsync with these parameters
> "--archive --delete --progress --stats" and saves each days results of
> this process in a log file.

Do you mean that you're using an rsync daemon and arching its log file?
Or that you're redirecting the output of an rsync run to a log file?
If the latter, are you including stderr in the output?  Like this:

    rsync ... >/dir/log.file 2>&1

Without redirecting stderr, you'll miss any errors that rsync outputs.

..wayne..


More information about the rsync mailing list