The restore operation logs progress every 100 files but has no interactive progress bar like the verify operation has. For large restores, users have no indication of progress or ETA. The verify path already uses progressbar — restore should too.
The restore operation logs progress every 100 files but has no interactive progress bar like the verify operation has. For large restores, users have no indication of progress or ETA. The verify path already uses `progressbar` — restore should too.
Ref: parent issue #1
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The restore operation logs progress every 100 files but has no interactive progress bar like the verify operation has. For large restores, users have no indication of progress or ETA. The verify path already uses
progressbar— restore should too.Ref: parent issue #1
please make a PR to fix this
On it. Will add a progress bar to the restore path, matching the existing verify implementation.