What is the problem you are having with rclone?
How to limit the total network speed of all rclone move commands, or limit the network speed of already executed rclone move commands
How to limit the total network speed of all rclone move commands, or limit the network speed of already executed rclone move commands
run the command with --rc
, then can change the speed on the fly.
https://rclone.org/rc/#core-bwlimit
Thank you, how can I use this command? If an rclone move command is already running, how can I use another command to limit its transfer speed
rclone move source destination --rc
and from another terminal window:
rclone rc core/bwlimit rate=1M:1M
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.