<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,6 +72,11 @@ if [ &quot;$search_err&quot; ]; then
    set -- &quot;$@&quot; &quot;-e&quot; 'ssh: connect to host .*: Connection timed out'
    set -- &quot;$@&quot; &quot;-e&quot; 'rsync error: unexplained error (code 255)'
    set -- &quot;$@&quot; &quot;-e&quot; 'rsync: connection unexpectedly closed'
+   set -- &quot;$@&quot; &quot;-e&quot; 'rsync: send_files failed to open'
+   set -- &quot;$@&quot; &quot;-e&quot; 'rsync: readlink_stat .* failed: File name too long'
+   set -- &quot;$@&quot; &quot;-e&quot; 'IO error encountered .* skipping file deletion'
+   set -- &quot;$@&quot; &quot;-e&quot; 'rsync: read error: Connection reset by peer'
+   set -- &quot;$@&quot; &quot;-e&quot; 'rsync error: error in rsync protocol data stream'
 fi
 
 # known error strings:
@@ -103,6 +108,7 @@ fi
 if [ &quot;$search_warn&quot; ]; then
    # warn on non-zero exit code
    set -- &quot;$@&quot; &quot;-e&quot; 'Finished backup (rsync return code: [^0]'
+   set -- &quot;$@&quot; &quot;-e&quot; 'rsync: file has vanished'
    set -- &quot;$@&quot; &quot;-e&quot; 'WARNING: .* failed verification -- update discarded (will try again).'
 fi
 # known warnings:
@@ -113,9 +119,12 @@ fi
 # Interesting strings in the logs: informational
 # ----------------------------------------------
 if [ &quot;$search_info&quot; ]; then
+   set -- &quot;$@&quot; &quot;-e&quot; 'Number of files: [[:digit:]]*'
+   set -- &quot;$@&quot; &quot;-e&quot; 'Number of files transferred: [[:digit:]]*'
+   set -- &quot;$@&quot; &quot;-e&quot; 'Total transferred file size: [[:digit:]]* bytes'
    set -- &quot;$@&quot; &quot;-e&quot; 'total size is [[:digit:]]*  speedup is'
    set -- &quot;$@&quot; &quot;-e&quot; 'Backup lasted: [[:digit:]]*:[[:digit:]]\{1,2\}:[[:digit:]]* (h:m:s)$'
-   set -- &quot;$@&quot; &quot;-e&quot; 'send [[:digit:]]* bytes  received [0-9]* bytes  [0-9]* bytes/sec$'
+   set -- &quot;$@&quot; &quot;-e&quot; 'sent [[:digit:]]* bytes  received [0-9]* bytes'
 fi
 
 # info includes:
@@ -123,4 +132,6 @@ fi
 # [u0160.nshq.ch.netstream.com] 2007-08-20-18:26:06: Backup lasted: 0:43:34 (h:m:s)
 #[ddba012.netstream.ch] sent 3303866 bytes  received 1624630525 bytes  122700.92 bytes/sec
 
+#echo Parameters: &quot;$@&quot;
+
 grep &quot;$@&quot;</diff>
      <filename>tools/ccollect_analyse_logs.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>84c732bfc0db1372e249c70a9080afb652846c22</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Drolet</name>
    <email>ccollect_mgr@drolet.name</email>
  </author>
  <url>http://github.com/telmich/ccollect/commit/4af94d9e71f3e76b2190b8a9d6563d15e1c1d09d</url>
  <id>4af94d9e71f3e76b2190b8a9d6563d15e1c1d09d</id>
  <committed-date>2009-10-30T02:18:58-07:00</committed-date>
  <authored-date>2009-10-30T02:18:58-07:00</authored-date>
  <message> traps more errors and warnings.

Signed-off-by: Nico Schottelius &lt;nico@ikn.schottelius.org&gt;</message>
  <tree>952ef246599d6b36b2c9c95c98e3ab954f554680</tree>
  <committer>
    <name>Nico Schottelius</name>
    <email>nico@ikn.schottelius.org</email>
  </committer>
</commit>
