1
0
mirror of https://github.com/rclone/rclone.git synced 2026-03-02 03:11:15 +00:00

fs: add --bwlimit-file flag to limit speeds of individual file transfers

This commit is contained in:
Nick Craig-Wood
2020-06-20 16:10:02 +01:00
parent 8bf265c775
commit 26001d520a
4 changed files with 41 additions and 0 deletions

View File

@@ -422,6 +422,20 @@ change the bwlimit dynamically:
rclone rc core/bwlimit rate=1M
### --bwlimit-file=BANDWIDTH_SPEC ###
This option controls per file bandwidth limit. For the options see the
`--bwlimit` flag.
For example use this to allow no transfers to be faster than 1MByte/s
--bwlimit-file 1M
This can be used in conjunction with `--bwlimit`.
Note that if a schedule is provided the file will use the schedule in
effect at the start of the transfer.
### --buffer-size=SIZE ###
Use this sized buffer to speed up file transfers. Each `--transfer`