Feature: Flag to just show rate of transfer (and not files being transferred)

Feature request: A flag, like --progress that just shows the rate of transfer (in GiB/MiB/etc. per second).
Recently, I was running an rclone command with --transfers 10000 (lots of small files), I want to see the overall rate of transfer, I don't care about the specific files being transferred.

Try --stats-one-line with --progress - that will do pretty much what you want I think

  --stats-one-line                      Make the stats fit on one line

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.