--bwlimit not working?

Hello,
I can't fix bwlimit, command:
--bwlimit 10M:1M

I also tried this:
--bwlimit "04:00,44M 08:00,1B:80M"
but that doesn't work.

hello and welcome to the forum,

sorry, not seeing a bug.

rclone ls . --bwlimit 10M:1M -v 
INFO  : Starting bandwidth limiter at 10Mi:1Mi Byte/s

when you posted, there was a template of questions, most of which you did not answer.
hard to help without that info.

latest rclone is v1.58.0, make sure to use that.

and please copy/paste the text direct from the terminal, not hard to read tiny screenshot snippets.

1 Like

ok thank you,
I was on v1.50, That's worked after upgrade.

Just one question, do you have a solution to block totally upload during the day, and unlock the night?

I want to download my torrent the day and upload to gdrive the night (reverse config in qbt).

to stop downloading with qbt, not sure what rclone can do about that?

if you want to run rclone on a schedule, can use cron.

New problem, since i use the last version (v1.58) or v1.57, I can't mount gdrive.
logs:

sudo /usr/bin/rclone mount GDrive0Encrypt: /mnt/hdd/shared/gdrive0 --allow-other --allow-non-empty --dir-cache-time=240h --poll-interval=15s --umask=002 --cache-dir=/mnt/hdd/cache --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 1G --buffer-size 16M --vfs-cache-mode=writes --vfs-cache-max-size=1000G --vfs-cache-max-age=72h --bwlimit="04:00,44M:80M 08:00,1B:80M" -vv
2022/04/12 19:58:50 INFO  : Starting bandwidth limiter at 1:80Mi Byte/s
2022/04/12 19:58:50 DEBUG : rclone: Version "v1.57.0" starting with parameters ["/usr/bin/rclone" "mount" "GDrive0Encrypt:" "/mnt/hdd/shared/gdrive0" "--allow-other" "--allow-non-empty" "--dir-cache-time=240h" "--poll-interval=15s" "--umask=002" "--cache-dir=/mnt/hdd/cache" "--vfs-read-chunk-size" "32M" "--vfs-read-chunk-size-limit" "1G" "--buffer-size" "16M" "--vfs-cache-mode=writes" "--vfs-cache-max-size=1000G" "--vfs-cache-max-age=72h" "--bwlimit=04:00,44M:80M 08:00,1B:80M" "-vv"]
2022/04/12 19:58:50 DEBUG : Creating backend with remote "GDrive0Encrypt:"
2022/04/12 19:58:50 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/04/12 19:58:50 DEBUG : Creating backend with remote "GDrive0:"
2022/04/12 19:59:50 DEBUG : pacer: low level retry 1/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&driveId=0AVA&prettyPrint=false&supportsAllDrives=true": net/http: TLS handshake timeout)
2022/04/12 19:59:50 DEBUG : pacer: Rate limited, increasing sleep to 1.221951985s
2022/04/12 20:00:50 DEBUG : pacer: low level retry 2/10 (error Get "https://www.googleapis.com/drive/v3/changes/startPageToken?alt=json&driveId=-&prettyPrint=false&supportsAllDrives=true": net/http: TLS handshake timeout)
2022/04/12 20:00:50 DEBUG : pacer: Rate limited, increasing sleep to 2.135824969s
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.4.0-107-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: static
- go/tags: none

as i noted up above,

need to post the redacted config file.

and unless you are 1000% sure, best to remove --allow-non-empty

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