Restic takes a long time

I’m not sure why the same wrong claim gets repeated over and over again. The deviceID is not and never was relevant to decide whether the backup command rescans a file or not.

That github issue is exclusively about unnecessary metadata duplication, but not about unnecessary rescans of files (those are very different things even though the issue completely mixes them up).

Something similar is also available in restic 0.17.0 by setting the feature flag device-id-for-hardlinks via RESTIC_FEATURES=device-id-for-hardlinks=true.

It’s SHFS not SSHFS. Unraid seems to use a homegrown fuse filesystem, however, there appears to be very little documentation for it. I’m wondering how inodes are handled in that filesystem. Are those stable or not? If not, then you must use --ignore-inode.

3 Likes