Correct #2531 (stats restore-size calculates hard links incorrectly)

This commit is contained in:
David Potter
2020-01-07 17:05:16 -08:00
committed by Leo R. Lundgren
parent 23055aaadf
commit 71900248ab
2 changed files with 20 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
Bugfix: Fix incorrect size calculation in `stats --mode restore-size`
The restore-size mode of stats was counting hard-linked files as if they were independent.
https://github.com/restic/restic/issues/2531