Checksum-caching on server

Wayne Davison wayned at samba.org
Tue Nov 16 16:17:46 MST 2010


On Sun, Nov 14, 2010 at 9:27 AM, Rene Bartsch <ml at bartschnet.de> wrote:

> I want to know if is it possible to generate checksum digest files on the
> server, meanwhile?


See the 3 patches in the patches tar file that implement different kinds of
checksum caching:

   - checksum-reading.diff -- reads checksums out of a .rsyncsums file (see
   included perl script tool).
   - checksum-writing.diff -- based on checksum-reading.diff, it tries to
   update the checksum file on the fly.
   - checksum-xattr.diff -- looks for checksums in a special extended
   attribute (see included perl script tool).

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.

..wayne..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20101116/e62d57f7/attachment.html>


More information about the rsync mailing list