Done, I have disabled completly the rsync for now. For the record, we were using

     net-misc/rsync 2.6.9-r5

on Linux Gentoo. The call in the bash script was as below:

rsync --stats --human-readable                        \
       --recursive --compress --times --links --delete \
       --cvs-exclude                                   \
       --exclude=_share/                               \
       --exclude=old-m2-repo/                          \
       --exclude=old-m2-repo2/                         \
       --exclude=*.pl                                  \
       --exclude=*.zip                                 \
       --exclude=*.war                                 \
       --exclude=*.rar                                 \
       --exclude=image-2.3.1-SNAPSHOT.*                \
       --exclude=.*                                    \
       --exclude=org/opengis/geoapi/2.0-tiger/         \
       --exclude=org/opengis/geoapi/pending-SNAPSHOT/  \
       --exclude=HEADER.html                           \
       --exclude=DirectoryJavadocs/                    \
       rsync://lists.refractions.net/m2 repository

The email that I receive daily sometime looks like:

     Number of files: 34706
     Number of files transferred: 74
     Total file size: 1.38G bytes
     Total transferred file size: 165.95K bytes
     Literal data: 27.64K bytes
     Matched data: 138.31K bytes
     File list size: 655632
     Total bytes sent: 3.55K
     Total bytes received: 678.09K

     sent 3.55K bytes  received 678.09K bytes  5.52K bytes/sec
     total size is 1.38G  speedup is 2022.46

Today it was as below:

     Number of files: 34706
     Number of files transferred: 1071
     Total file size: 1.38G bytes
     Total transferred file size: 31.08M bytes
     Literal data: 4.00M bytes
     Matched data: 27.08M bytes
     File list size: 655676
     Total bytes sent: 211.87K
     Total bytes received: 4.00M

     sent 211.87K bytes  received 4.00M bytes  37.40K bytes/sec
     total size is 1.38G  speedup is 327.63


        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to