Robocopy shows what seems to be the time it took to do the copy...but it shows two, which of the two is the right one?

robocopy time used

1 Answer

Robocopy shows what seems to be the time it took to do the copy...but it shows two

The time under the total column is the sum of:

Copied Time - spent copying files (excluding retry wait times)
FAILED Time - spent waiting between retries for failed operations
Extra Time - spent scanning directories and performing other functions

Source: How to view the robocopy results correctly? - Microsoft Community

total - copied = failed + extra 
4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy