1
0
mirror of https://github.com/restic/restic.git synced 2024-07-10 09:54:13 +02:00
restic/changelog/unreleased/issue-3736

9 lines
389 B
Plaintext
Raw Normal View History

Bugfix: `stats` fix restore size calculation for multiple snapshots
Since restic 0.10.0 the restore size calculated by the `stats` command for
multiple snapshots was too low. The hardlink detection was accidentally applied
across multiple snapshots and thus ignored many files. This has been fixed.
https://github.com/restic/restic/issues/3736
https://github.com/restic/restic/pull/3740