l3uddz / cloudplow

Automatic rclone remote uploader, with support for multiple remote/folder pairings. UnionFS Cleaner functionality: Deletion of UnionFS whiteout files and their corresponding files on rclone remotes. Automatic remote syncer: Sync between different remotes via a Scaleway server instance, that is created and destroyed at every sync.
GNU General Public License v3.0
338 stars 48 forks source link

Schedular for pause or speed limits #103

Closed Vandiliz3r closed 2 years ago

Vandiliz3r commented 3 years ago

Good Day,

Can you please assist/point me in the correct direction.

Is it possible to pause or limit the sync speeds?

If not would it be possible to add as a feature as I would like to limit upload speeds during the day and pause when I am home.

Regards

fuzxi commented 3 years ago

Yes, this is possible by adding --bwlimit (with arguments) in the rclone extras section of the remotes you want to schedule.

See https://rclone.org/docs/#bwlimit-bandwidth-spec for details.

saltydk commented 2 years ago

Rclone flags can handle most of this so closing the issue.