Tuesday, April 3, 2012

Copying Files using Robocopy

Robocopy “C:\source_directory” “E:\destination_directory” /MIR /XA:SH /XD AppData /XJD /R:5 /W:15 /MT:32 /V /NP /LOG:Backup.log

/MIR      Mirror Copy
/XA:SH Exclude System and Hidden files
/XD       Exclude Folder
/XJD     Exclude link joints
/R /W     Retries and wait
/MT      Multi-threading
/V         Verbose
/NP       Do not show percentage
/LOG    Log file

No comments: