How to make a script using rclone?

how to make a script using rclone?

I already have 3 remote tasks
A1 > A1dest
A2 > A2 test
A3 > A3dest

after the A1 run the task is finished then proceed A2 and so on

can you answer these questions?

What is your rclone version (output from rclone version)

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

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

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

rclone v1.51.0-068-g2b268f97-beta

  • os/arch: linux/amd64
  • go version: go1.14

linux lubuntu 19.10, 64bit

google drive

rclone copy A1: A1dest: -P

have you ever created a batch file in linux?
as with any batch file on any operating system, each command is executed one at a time in order.
when the the first rclone is done running, the second rclone is run, and when the second rclone is done running, the third rclone will run

rclone copy A1: A1dest: -P
rclone copy A2: A2dest: -P
rclone copy A3: A3dest: -P

no, i'm newbie on linux

yes, that wanna i do

this is a forum focused on using rclone, not how to use linux and create batch scripts.
but there are many helpful posters and they might reply to you.

in the meantime, you can read these:

thx for the references,

how to show command rclone in terminal?
i didn't see

perhaps watch some videos on youtube

https://www.youtube.com/results?search_query=linux+command+line++for+beginners

https://www.youtube.com/results?search_query=linux+scripting+tutorial+for+beginners

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