mirror of
https://github.com/restic/restic.git
synced 2025-06-01 14:28:24 +00:00

The `stats` command checks inodes to not count hardlinked files multiple times into the restore size. This check applies across all snapshots and not only within snapshots. As a result the result size was far too low when calculating it for multiple snapshots and it would vary depending on the order in which snapshots were listed.