How does rclone copy handle multiple requests between same source path and destination path?

I can imagine the following situations:

  1. Same or different users running the rclone copy command simultaneously
  2. Say rclone copy is run every few mins and the first rclone copy is not done.

Just wanted to know the behavior in these situations.

Thanks

  1. Same as any other command line copy program. You'd probably get some overlap depending on how you run things.

  2. Same as above. You can over run things.

It really depends on specifically what you are running and what you'd want to happen. Generally, if you are copying something, it depends on who gets there first as that's generally the issue with any copy program unless there is some file locks or a higher level of conflict control.

Rclone copy is going to be like your standard Windows/Linux copy command though so what you'd expect to happen with those, it would be the same thing.

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