Correct #2537 (cmd_stats file counting issue)

This commit is contained in:
David Potter
2020-01-07 10:33:58 -08:00
committed by Leo R. Lundgren
parent 8bf6a3af97
commit 23055aaadf
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Bugfix: Fix incorrect file counts in `stats --mode restore-size`
The restore-size mode of stats was failing to count empty directories and some files with hard links.
https://github.com/restic/restic/issues/2537