How can I prevent the copy task from overwriting existing files?

When using the copy task I am trying to copy files into an existing file structure, but I don’t want the files being copied to overwrite any existing files. No matter what duplicatesStrategy I use it seems that it is always overwriting the existing files. Is there any way to prevent a Copy task from overwriting existing files?