2022-08-23 23:21:01 +00:00
|
|
|
Bugfix: The `stats` command miscalculated restore size for multiple snapshots
|
2022-05-07 12:33:53 +00:00
|
|
|
|
|
|
|
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
|
2022-08-23 23:21:01 +00:00
|
|
|
across multiple snapshots and thus ignored many files. This has now been fixed.
|
2022-05-07 12:33:53 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3736
|
|
|
|
https://github.com/restic/restic/pull/3740
|