patch draft for extended attributes on linux

Wayne Davison wayned at samba.org
Thu Jun 26 02:06:26 EST 2003


On Wed, Jun 25, 2003 at 10:34:38AM +1000, Martin Pool wrote:
> There is no mtime for xattrs, so they are transferred every time as
> part of the file list.

One possibly better solution would be to create some kind of CRC of the
xattr data (MD4/MD5/whatever) and send just that in the file list for
each file.  This would allow you to figure out when to update the xattr
data, but the protocol would need to be modified to send the xattr data
during the file-update phase (and possibly to allow the reciever to
request just an xattr update without doing a file update).

..wayne..



More information about the rsync mailing list