On Thu, 20 May 2010 23:38:24 +0000, Andrew Gideon wrote:

> Copying this volume takes hours...far more than other volumes of similar
> size.  I blame the much larger amount of directory traversal (and
> comparisons between source and destination) that are occurring.

BTW, running a trace on this shows a huge amount of time spent on:
        
        lstat64(...)=ENOENT
        link(...)=0
        
for different files.  It's not that these are slow, but there are so many 
of these!

        - Andrew
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to