mirror of
https://github.com/restic/restic.git
synced 2026-03-18 03:55:57 +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.