Is there a way to only update existing files?

Unclear is from my perception as of course it's clear to you :slight_smile:

So you have 3 remotes? A B C ? What is the significance of "Remote?

So this means A copies to C.

Ok

Meaning you want to copy from C->B and ensure B is now in sync?

No update is not implied as normal flow, folks copy from A->B and A updates everything in B and you don't want to skip newer files as that would be a copy.

rclone isn't rsync so it's a bad compare on how things operate as they operate very differently.

Rclone copy/sync is really one way. You have to pick a source of truth and decide what you want to do with changes. If you have a method to exclude them, you can use exclude.

You can skip newer files on the destination or you can overwrite them.

I'd avoid comparing as they operate very different from each other as noted above.

Good post on some applications:

Which. may fit your use case.

There is a feature request out there for 2 way sync as well which might be it but I can't seem to locate the issue offhand.