<div class="gmail_quote">On Sun, Nov 14, 2010 at 9:27 AM, Rene Bartsch <span dir="ltr">&lt;<a href="mailto:ml@bartschnet.de">ml@bartschnet.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I want to know if is it possible to generate checksum digest files on the server, meanwhile?</blockquote><div><br></div><div>See the 3 patches in the patches tar file that implement different kinds of checksum caching:</div>
<div><ul><li>checksum-reading.diff -- reads checksums out of a .rsyncsums file (see included perl script tool).</li><li>checksum-writing.diff -- based on checksum-reading.diff, it tries to update the checksum file on the fly.</li>
<li>checksum-xattr.diff -- looks for checksums in a special extended attribute (see included perl script tool).</li></ul><div>The checksum-writing patch is only lightly tested, and might have issues.  The other patches are pretty simple, and will work based on the cached checksum info.</div>
</div><div><br></div></div>..wayne..<br>