Skip identical option

I was copying files from one large directory into another. I expected to have a bunch of duplicate files.
DO has an option to skip identical files. Unless I am mistaken, it is supposed to copy ALL but the same files. In my case it behaved the same way as just "SKIP", ie would only skip 1 file at a time until the next prompt.

Is it a bug?

I am using the latest beta on Windows 8.1 64 bit.

Thanks.

You can use Copy WHENEXISTS=skip instead, which should do what you want.

The Confirm File Replace Dialog includes both Skip All and Skip Identical options, in the drop-down attached to the main Skip button.


Re Abr's suggestion, you do not have to use a different command just to skip multiple files, although you can if you want to (the only advantage being that you don't have to wait for the first Replace-File prompt). The command Abr suggests will skip all conflicting files, whether or not their dates/sizes are the same, which may not be what you want.