Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rclone check --progress should show hashing and other progress #7724

Open
eharris opened this issue Apr 4, 2024 · 1 comment
Open

rclone check --progress should show hashing and other progress #7724

eharris opened this issue Apr 4, 2024 · 1 comment

Comments

@eharris
Copy link
Contributor

eharris commented Apr 4, 2024

What is your current rclone version (output from rclone version)?

rclone v1.66.0-DEV

  • os/version: debian 12.5 (64 bit)
  • os/kernel: 6.1.0-14-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.21.8
  • go/linking: dynamic
  • go/tags: cmount

What problem are you are trying to solve?

When using rclone check with --progress, the per-file displayed info should show stats similar to how uploads/downloads are displayed (e.g. data rate, estimated time to completion, etc) while the file data is being read and checksummed.
Also, it would be nice if there was a whole-process progress indication similar to the Transferred line for remote transfers.

Currently, while the files are being read from disk and hashed/checksummed, the display simply says the filename and "checking" with no progress indication other than the number of files already checked and elapsed time, no eta, no per-file progress.

How do you think rclone should be changed to solve that?

Add per-file progress information shown for rclone check --progress.
Show whole operation ETA display, size, and transfer rate.

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.
@eharris eharris changed the title rclone check --progress should show hashing progress rather than just "checking" rclone check --progress should show hashing and other progress Apr 4, 2024
@eharris
Copy link
Contributor Author

eharris commented Apr 22, 2024

I just came across #2749 which may be related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant