mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 07:41:03 +00:00
731b3a4357
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.
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
Bugfix: Correct hardlink handling in `stats` command
|
|
|
|
If files on different devices had the same inode id, then the `stats` command
|
|
did not correctly calculate the snapshot size. This has been fixed.
|
|
|
|
https://github.com/restic/restic/pull/4503
|
|
https://forum.restic.net/t/possible-bug-in-stats/6461/8
|