restic check doesn't show progress on large repos
Describe the bug Backup and restore show progress in Backrest. But check does not and on a big repo it can take 8+ hours to run.
To Reproduce Click on check on your repo
Expected behavior See progress like backup and restore show
Platform Info
- Any platform
- Backrest Version v.0.18
Additional context I imagine it's here that it would need to be adjusted but really don't know the code well enough to make a PR https://github.com/garethgeorge/backrest/blob/3ab62710a1e2278ab93479d0204fd86d33d436dd/pkg/restic/restic.go#L313-L333
And thanks for backrest. I'm loving it!!
Screenshots
at first i though its because --json is missing but that doesn't seem to as it doesn't give continuous progress like backup
so maybe the log output needs to be flushed more frequently? not sure why it is but would be cool to fix it ;)
Noticed that --json was recently added to check actually which definitely was exciting to see added, but unfortunately it doesn't seem to support incremental progress the way restore and backup do. I'd love to see that added upstream or if I find some bandwidth it may be something I'll look at.