Is it possible to copy files and only compare by file name? So if a file in src already exists by name in destination it would skip/ignore.
--size-only compares by name and size only. I think --size-only --ignore-size may do what you want.
Humm. Okay, thank you. I will try that out.