Merge pull request #2702 from MichaelEischer/fix-backup-dir-count

backup: Fix reporting of directory count in summary
This commit is contained in:
MichaelEischer
2020-08-29 11:29:21 +02:00
committed by GitHub
5 changed files with 58 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Report correct number of directories processed by backup
The directory statistics calculation was fixed to report the actual number
of processed directories instead of always zero.
https://github.com/restic/restic/issues/1863