Include link counts and inode numbers in metadata dumps.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 8 Aug 2007 17:00:00 +0000 (10:00 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 8 Aug 2007 17:00:00 +0000 (10:00 -0700)
commitedad8fa9c588be3f698dc029ded9b2c5cf4a99dd
tree7f1af732650fe27206dab1a316e66684f60abcc4
parent4c7c830e38130011d1f5cc68934a31619e3b8a85
Include link counts and inode numbers in metadata dumps.

When the link count on a file is greater than one, include the link count
and a representation of the inode number (actually, inode number and
device).  This will provide all information which should be needed for
detecting hard links at restore time.  The backup program itself does not
identify hard-linked files and treat them any differently--since storage
for identical files can be shared, the storing a hard-linked file multiple
times should still be relatively efficient.
format.txt
scandir.cc