Robocopy C:\Folder1 C:\Folder2 /MIR /dcopy:T #11 To copy a directory using /IPG to limit bandwidth usage. General rule of thumb /IPG:750 will use roughly 1Mbps. Robocopy /ipg:750 /z /r:3 /w:3 /tee /LOG+:c:\robolog.txt //server1/share //server2/share
Robocopy Options and Switches: http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx