Bandwidth Limit Switches for Cloud Tasks

simon_lefisch

Dabbler
Joined
May 24, 2020
Messages
24
Hello everyone,

Been a while since I've posted. I came across an issue that I can't seem to figure out. I'm sure there's an obvious solution but that what these forums are for...to have another set of eyes.

So I just recently reconfigured my NAS. I had all my stuff backed up to my Google Business drive (or whatever they call it now) before wiping my NAS and I have downloaded my files. I configured a Cloud Task to backup all my files (I have a different configuration now to it has to upload everything like it's a brand new backup). I am trying to set bandwidth limits for certain days so I followed the Rclone documentation here. However every time I go to save the config, I get the following error:

Screen Shot 2021-07-07 at 2.44.12 PM.png


I've tried all different variations but still no luck. Has anyone been able to set bandwidth limits for specific days? If so, how did you do it? Or does TrueNAS not support day-specific limits and is more of a global setting?

Any help or insight would be greatly appreciated.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,702
does TrueNAS not support day-specific limits and is more of a global setting?
My guess would be that the person who developed the TrueNAS interface for it hadn't counted on anyone using that rclone functionality.

I guess you can do one of 3 things:

1. log a bug report
2. log a feature request (maybe a bit nicer, but similar to 1)
3. set a cron task to run your own home-baked rclone command line with the switches that you want.
 

simon_lefisch

Dabbler
Joined
May 24, 2020
Messages
24
My guess would be that the person who developed the TrueNAS interface for it hadn't counted on anyone using that rclone functionality.

I guess you can do one of 3 things:

1. log a bug report
2. log a feature request (maybe a bit nicer, but similar to 1)
3. set a cron task to run your own home-baked rclone command line with the switches that you want.
Sorry for the late reply. Thanks for the info. Yea I may run my own Rclone command so I can use those switches as they would def come in handy. Thanks for the info! :smile:
 
Top