2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-08-28 20:56:03 +02:00
restic/changelog/0.10.0_2020-09-19/pull-2668
2020-09-19 17:37:59 +02:00

7 lines
235 B
Text

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