Script to run a cycle of rclone commands on each newly added folder

Hello,

I'm trying write a bash script in Ubuntu 18.04 to cycle multiple rclone move commands on each newly added folder to a directory. Is this possible?

For example:

Folder is moved into the parent directory, so execute rclone move remote1:/
Folder2 is moved into the parent directory, so execute rclone move remote2:/

And so on until it reaches the number of remotes that I've specified.

Any ideas on how to accomplish this in a script?

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