Jeff,
I remember looking into this long ago, and I recall that fuse makes up its
own fake inode numbers, which creates exactly the problem you noticed -
hardlinked files don't show the same inode number. The Git issue you
mentioned reports that problem.
Craig
On Sat, May 23, 2020 at 8:52 PM wr
It seems like backuppc-fuse correctly lists the number of hard links
for each file *but* the corresponding inodes are not numbered the
same.
For example:
#Native file system
ls -il /usr/bin/pigz /usr/bin/unpigz
564544 -rwxr-xr-x 2 root root 116944 Dec 27 2017 /usr/bin/pigz*
564544 -rwxr-xr-x 2 r