Robocopy, what's the total time to run the copy?

Solution 1:

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