How to automatically upload to gdrive after Sonarr/Radarr downloads

What is the problem you are having with rclone?

Hello!

I'm using : rclone mount gdrive: X:

Sonarr and Radarr are configured to download ( https://gyazo.com/15900d25b76d2ac282b6613c4ebdb6cd ) directly to my X: according to what I'm downloading.

After the download is complete, while it's uploading to my X: , it's only using around 160Mbps out of my 600 Mbps upload speed, wich is very bad.

My question : Is there any automated rclone script that can instantly upload (using full speed) local downloaded files (from Sonarr/Radarr) to my gdrive X: and then delete them locally?

I hope its clear, english is not my main language..

Thanks!

What is your rclone version (output from rclone version)

rclone v1.47.0
- os/arch: windows/amd64
- go version: go1.11

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 Pro 64 bit

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

Google drive (Unlimited Team Drive)

I'd update to the latest as as number fixes since the version you are using is quite old.

Google Drive seems to cap around 30-35MB/s per file so you are getting ~20MB/s which isn't that bad. The way around it is doing more transfers at a time, but if it's working for you now, I'm not sure I'd change much other than letting it upload.

You can add --drive-chunk-size to something like 128M or 256M or 1G depending on how much spare memory you have. That should help when it uploads single files.

Thanks for your time, I'll give a try to --drive-chunk-size !