2024-08-30 12:58:32 +00:00
|
|
|
Enhancement: Display progress bar for `restore --verify`
|
2024-08-11 20:25:21 +00:00
|
|
|
|
2024-08-30 12:58:32 +00:00
|
|
|
When the `restore` command is run with `--verify`, it now displays a progress
|
|
|
|
bar while the verification step is running. The progress bar is not shown when
|
|
|
|
the `--json` flag is specified.
|
2024-08-11 20:25:21 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4795
|
|
|
|
https://github.com/restic/restic/pull/4989
|