我的學習手記

(File Server Migration) Using robocopy for file copy and synchronize

Posted by Billy.F in November 11, 2009

Robocopy.exe C:\folder1 D:\folder2 /e /copyall /w:1 /r:1

 

The “/e” specifies to copy everything, including subfolders.  The “/copyall” switch specifies to copy security and file attributes.  The “/w:1” switch specifies to wait 1 second before retrying a file if access denied.  The “/r:1” switch specifies to retry a failed file 1 time before moving on. 

No Comments to "(File Server Migration) Using robocopy for file copy and synchronize"

Write Comment

Calendar

November 2009
M T W T F S S
« Oct   Dec »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

PowerGUI