Using --drive-stop-on-upload-limit to change account

What is the problem you are having with rclone?

I've always used rclone to do a daily backup to one GDrive account, but now that I've got more than one paid account, I'm trying to find a way or a script to change the account when the flag --drive-stop-on-upload-limit is reached, is that possible? Because when the rclone hit the limit it literally kills the run.

I saw a code called autorclone, but I didn't understand how to configure it to use multiple accounts and not a group.

What is your rclone version (output from rclone version)

rclone v1.56.0

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

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone move -v --drive-stop-on-upload-limit .... && rclone move -v --drive-stop-on-upload-limit ...

I'd think it would be easier to have two removes (one for each user) and just upload to the second remote once the first stops.

Just use something like GitHub - l3uddz/crop: CLI tool to harvest your media crop and plow the cloud with it

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