Asset 19
Fast data copy with robocopy
Be careful with robocopy as it can be unforgiving. However, to mirror one directory to the other is a snap with this command:  
robocopy c:\ x:\ /MIR /R:0 /W:0

Robocopy will copy the entire source directory and ignore errors.