<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Tom Rosenfeld wrote:
<blockquote
 cite="mid:v2yd726cd731004120424n4bed67cat4701625586defe86@mail.gmail.com"
 type="cite">
  <div dir="ltr"><br>
  <br>
  <div class="gmail_quote">On Mon, Apr 12, 2010 at 9:41 AM, Tom
Rosenfeld <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:trosen@bezeqint.net">trosen@bezeqint.net</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div class="h5">
    <div dir="ltr">Hi,<br>
    <br>
I am a great fan of rsync for copying filesystems. However I now have a
filesystem which is several hundred gigabytes and apparently has a lot
of small files. I have been running rsync all night and it still did
not start copying as it is still building the file list.<br>
Is there any way to get it to start copying as it goes. Or do any of
you have a better tool?<br>
    <br clear="all">
Thanks,<br>
-tom<br>
    <br>
    <br>
    </div>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
Thanks for all the suggestions!<br>
  <br>
I realized that in my case I did not really need rsync since it is a
local disk to disk copy.</div>
</blockquote>
Please note that rsync from local to local is just a glorified cp. It
does not do file comparisons at all.<br>
<blockquote
 cite="mid:v2yd726cd731004120424n4bed67cat4701625586defe86@mail.gmail.com"
 type="cite">
  <div dir="ltr">It was also pointed out that ver 3 of rsync now does
start to copy before it indexes all the files. Unfortunately, it is not
available on CentOS 5.<br>
  <br>
  </div>
</blockquote>
wget <a class="moz-txt-link-freetext" href="http://samba.anu.edu.au/ftp/rsync/src/rsync-3.0.7.tar.gz">http://samba.anu.edu.au/ftp/rsync/src/rsync-3.0.7.tar.gz</a><br>
tar xvzf rsync-3.0.7.tar.gz<br>
cd rsync-3.0.7.tar.gz<br>
./configure<br>
make<br>
su<br>
make install<br>
<br>
Shachar<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>