mirror of
https://github.com/restic/restic.git
synced 2025-03-13 19:41:10 +00:00

inodes are only unique within a device. Use the HardlinkIndex from the restorer instead of the custom (broken) hashmap to correctly account for both inode and deviceID.