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:[EMAIL PROTECTED] Enviado el: viernes, 22 de abril de 2005 18:48 Para: Paco Martinez Rodriguez CC: rsync@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.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html