Displaying 1 result from an estimated 1 matches for "name_md5".
Did you mean:
name_map
2007 Sep 23
0
A preliminary design for an external DB for rsync
...atching certain requirements. This allows a
link-by-hash algorithm, as well as the finding of alternate basis files.
The checksum keys are not unique because there may be identical files
that aren't hard-linked together (depending on options and hard-link
limitations).
-----
TABLE: name_map
name_md5 byte(16) (DB-specific)
name text
disk_id int32
ino int64
mtime int64
ctime int64
mode int16
uid int32
gid int32
acls_id int64 NULL-OK (omit?)
xattr_id int64 NULL-OK (omit?)
PRIMARY KEY: name_md5 (or name) (unique)
KEY: disk_id + ino (unique)
This table allows the caching of file informat...