Month: April 2013

Dealing slow performance of Robocopy in windows 2008 R2

Ran into this on my current engagement, here is the rundown:   source server windows 2008 (non R2) Destination Windows 2008 R2 Robocopy with the following commands: robocopy \\”source server”\E$\”source path” \\”destination server”\d$\”destination path” /e /mir /XD “$RECYCLE.BIN” “System Volume Information” “pagefile.sys” /sec /MON:1 /np  /mt /tee /log:c:\logs\backup_log.txt   I used the version of robocopy …