On  3 Jul 2001, [EMAIL PROTECTED] wrote:
> I'm using rsync-2.4.6 to sync web content between AIX boxes and Perl to
> check the output of the log files (from the --verbose option) for
> problems/errors encountered during synchronization.
> 
> Anyone aware of a list of possible errors that could be reported
> back/encountered? i.e what regular expression/s should I be searching for
> other than "/error/i" to indicate errors?

  $ grep FERROR rsync/*.c

will give you all the error messages, I think.  I'm not sure if
they'll all end up printing 'error' to the log.  I suspect not in some
cases.

It could be nice to make the output more systematic and amenable to
parsing by scripts.  Amongst other reasons it would help in
implementing things like the kioslave discussed last month.

Bonus points for saying "no worries mate" ;)

-- 
Martin 
VA Linux Systems

Reply via email to