forked from TrueCloudLab/restic
5 lines
209 B
Text
5 lines
209 B
Text
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
|