Non crypt to crypt --ignore-existing (will it work?)

I am just trying to confirm that I understand how this works correctly.

First a brief rundown of my setup.

I have remote A which is uncrypted.

I have remote B which has some of A in it however its crypted.

If I do an rclone copy remotea: cryptedremoteb: --otherflags --ignore-existing will it skip of other crypted versions of what is already there.

To further clarify if remote A has a file that is lets say hello.txt but remote B has the same file but crypted and its name and directory are also obfuscated will it be ignored?

it is always easy to test. Add -vv --dry-run to your command and look at results.

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