Copying files that don't exist already - Robocopy syntax? Or other?

R

Robert

I was told I could use robocopy to copy all the files from one drive to
another which aren't already there, that is, where there is no matching file
path and name. In other words, copy so no file is replaced. I have
installed robocopy (and some other stuff that came with it). Does anyone
know the syntax to do this? (Or have another suggestion?)

Robert
 
V

VanguardLH

Robert said:
I was told I could use robocopy to copy all the files from one drive to
another which aren't already there, that is, where there is no matching file
path and name. In other words, copy so no file is replaced. I have
installed robocopy (and some other stuff that came with it). Does anyone
know the syntax to do this? (Or have another suggestion?)

Robert

Run "robocopy /???" in a command shell.

I'm guessing you want to use the /XN parameter.

So you don't want newer versions of a file in the source folder to
overwrite older versions of a file in the destination folder? But then
why were the newer versions of the file created?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top