Rclone bwlimit in conf file

What is the problem you are having with rclone?

i use this script to backup windows pc with restic and rclone

i have problem when backup starts because i have small upload band.
i would limit band with rclone, but i can't understand how integrate bwlimit in script.

my goal is write bwlimit option in rclone.conf .
can i do that?

thank you in advance

Run the command 'rclone version' and share the full output of the command.

1.58.1

Which cloud storage system are you using? (eg Google Drive)

google drive

Unfortunately, not everything can go into the rclone config file.

How does rclone get called? You can just pass the extra flag for the bwlimit as that's probably the easiest way.

yes i undestand, but script is too much complex for me...

there is a file called config.ps1 with
$ResticExe = Join-Path $InstallPath $ExeName
i think can i edit with
$ResticExe = Join-Path $InstallPath $ExeName -o rclone.args="--bwlimit 1M"

i will try... i hope this work
thank you

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