From: Wayne Davison Date: Fri, 15 Dec 2006 22:31:10 +0000 (+0000) Subject: For protocol 30, the sender uses the new idev_node() hashfile X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8cae71ebc3aaddb61068cb1b5ae279f1e8f90b68?hp=8cae71ebc3aaddb61068cb1b5ae279f1e8f90b68 For protocol 30, the sender uses the new idev_node() hashfile routine to keep track of which item is the first one in a particular hard-link cluster. It then abbreviates the sending of any follow-on items in the cluster, reducing transfer bytes. It also omits the sending of any dev+inode data to the receiver, saving even more xfer bytes (since the receiver can associate the entries based on the the group's index number that is sent when abbreviating an entry). ---