Sync multiple remote?

Hi, is there a method or command to use sync for multiple remote?

something like:
rclone sync C:\Users\123\Desktop\test AAA:BBB, CCC:DDD, EEE:FFF

to avoid writing this:
rclone sync C:\Users\123\Desktop\test AAA:BBB
rclone sync C:\Users\123\Desktop\test CCC:DDD
rclone sync C:\Users\123\Desktop\test EEE:FFF

Not that I am aware of. I think scripting it is your best bet

You can set up a union remote with the all policy with all 3 backends in.

This isn't perfect but it might be good enough!

hi,

copy and paste that into a batch file.
if you need help about how to do that, please ask.

how do I use the all command?
I have a normal and encrypted "remote" in the configuration file.

You'll see an example in this thread

You'll also see a potential caveat to the method!

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