robocopy.exe question

Z

zerbie45

Hello guys,

I copied a folder structure with robocopy, using the syntax robocopy
source destination /MIR /SEC but certain files failed to copy. How can
I run robocopy again to copy the skipped files only ?

Thanks in advance,
zz
 
P

Pegasus \(MVP\)

Hello guys,

I copied a folder structure with robocopy, using the syntax robocopy
source destination /MIR /SEC but certain files failed to copy. How can
I run robocopy again to copy the skipped files only ?

Thanks in advance,
zz

I don't know the robocopy syntax by heart but you could
certainly do it with xcopy:

xcopy /d /s /e /y /c /h /r /o /k "Source Folder" "Destination Folder\"
 
Z

zerbie45

I don't know the robocopy syntax by heart but you could
certainly do it with xcopy:

xcopy /d /s /e /y /c /h /r /o /k "Source Folder" "Destination Folder\"

Hello Pegasus,

thank you for your help, but I do need to use robocopy....

Regards,
zz
 
P

Pegasus \(MVP\)

Hello Pegasus,

thank you for your help, but I do need to use robocopy....

Regards,
zz

That's fine. Just study the robocopy help file in detail - I'm sure
your answer is right there.
 

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

Similar Threads

Robocopy not working as expected. 1
Robocopy quotation marks erro 3
Robocopy working differently on my new NAS 1
Robocopy log problem 1
Robocopy utility 1
background task 1
robocopy - XP kit 2
Robocopy problems 10

Top