Need help in restricting the Bandwidth weekdays to upload the local files to azure blob, my aim is to run the script continuously but from Monday to Friday between 6 Am to 5 PM the Bandwidth should be 1k all other time it should run 90M but it is not happening, it is taking 90M for all the time.
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.0
os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
os/kernel: 10.0.17763.3650 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.21.1
go/linking: static
go/tags: cmount
Are you on the latest version of rclone?
yes
Which cloud storage system are you using? (eg Google Drive)
Azure Blob
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Please find my observations rclone command with below switch, script runs fine with bwlimit morning times but in evening 17:00 time the speed is not jumping from 1K to 90M , after 17:00 i need to stop the script and run it again then it is taking 90M and it will be back to 1K in morning, not sure if this is a bug.
Try a simple test like the one I did above and report back the results. Note that rclone only checks the bandwidth limit every minute so you may have to wait up to a minute for it to change.
Hi Nick, I tried but same issue so i checked on different system and it worked fine not sure what could be the issue. Anyway thank you very much for your help on this.