Rclone Copy from Z to A

I'm currently using this command to copy files from one cloud to another:

rclone copy -v --stats 5s --transfers 100 "dropbox:" "scaleway:"

i'm using this command in a server and it copies all the files from A to Z

i want to use this same command in another server but i want to copy everything from Z to A.

so would be two servers copying the same files to speed up the proccess.

or can you guys suggest any other idea to make this proccess faster?

That already exists. Here is the link.

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