Wednesday 29 February 2012

Robocopy (Robust File and Folder Copy)

What is Robocopy ?

Robocopy, or "Robust File Copy", is a command-line directory replication
command.  Normally it used to copy folders and files from one location to another location without network error.   Also it is bit fast when compare with normal copy.


Syntax :
robocopy "\\SERVERNAME\G$\MS_SQLServer\SQL2005\9000\Latest SP4 Express and hotfix" "F:\Software" /E

Source options
                /S : Copy Subfolders.
                /E : Copy Subfolders, including Empty Subfolders.

No comments:

Post a Comment