2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 15:18:31 +00:00
2024-07-26 11:28:55 +02:00

9 lines
342 B
Plaintext

Bugfix: Correct hardlink handling in `stats` command
If files on different devices had the same inode ID, the `stats` command
did not correctly calculate the snapshot size. This has now been fixed.
https://forum.restic.net/t/possible-bug-in-stats/6461/8
https://github.com/restic/restic/pull/4503
https://github.com/restic/restic/pull/4006