Wednesday, March 25, 2015

What is Robocopy ?

Robocopy is a command in cmd prompt which is used to copy large file/files between 2 servers.

robocopy \\source path destination path
If you would like to use multi thread(Assume You are using Maximum Multithread)
robocopy \\source path destination path  /MT:128

Example:
robocopy \\MSSQLWORLD.ABC.DEF.GHL.COM\Z$\FULL_BACKUPS Z:\BACKUPS /MT:128

No comments:

Post a Comment