mirror of
https://github.com/restic/restic.git
synced 2026-05-22 18:15:23 +00:00
6de6cc6c75
Co-authored-by: Paulo Saraiva <paulo.saraiva@cern.ch>
8 lines
415 B
Plaintext
8 lines
415 B
Plaintext
Enhancement: Show progress bar for `restic stats`
|
|
|
|
Previously, running `restic stats` would only give progress updates for loading the index.
|
|
Now it displays progress for how many snapshots, files, and blobs were processed so far.
|
|
This lets users better understand if the command is working as expected or where it is hanging.
|
|
|
|
https://github.com/restic/restic/issues/5689
|
|
https://github.com/restic/restic/pull/5705 |