Merge pull request #2668 from MichaelEischer/fix-stats-blobs-crash

stats: Fix crash in blobs-per-file mode on missing blob
This commit is contained in:
MichaelEischer
2020-04-18 17:21:26 +02:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Don't abort the stats command when data blobs are missing
Runing the stats command in the blobs-per-file mode on a repository with
missing data blobs previously resulted in a crash.
https://github.com/restic/restic/pull/2668