

Transfer Files over the Network Fast with Robocopy in Windows 10 You can use /MT switch to reduce the amount of time required for the replication process to complete. If you are transferring user data without permission to get all the files of user, the files copy will fail, so you need Backup Mode enabled by /B switch to fix the issue.

Restartable Mode enabled by /Z switch allows you to resume the transfer from the point of failure, so you don’t need to restart the operation from the beginning. E switch copies any subdirectories including empty subdirectories. S switch copies only the subdirectories containing the data, ignoring any empty subdirectories. If you need to copy a group of files, you may also need to copy subdirectories that may exist. With /COPY switch, you can specify exactly which parts of the file to copy, which gives you a way to ensure that replicated data retains information.

Therefore, this section will explain which switch you are likely to use most often. Read this post to get the methods to fix this error - Fixed – the Parameter Is Incorrect Copying Files (Focus on 2 Cases)Īlthough Robocopy is useful, it is a bit complex to use. Tip: Sometimes, you may receive an error message saying “The parameter is incorrect” when you are copying files to a USB flash drive, SD card, pen drive or external hard drive. Thus, if you want to transfer large files faster and more reliably, Robocopy is a great choice for you. However, if you need to perform complex or large file copy operations, the process can take you a long time. When you want to copy a few files, copy is always your choice. With more than 80 switches, Robocopy is a powerful enough tool to transfer files. In Windows Vista and Windows Server 2008, Robocopy was first introduced as a standard feature. Starting with Windows NT 4.0, Robocopy serves as part of the Windows Resource Kit. Robocopy replaces Xcopy in function with more options. It is a command-line directory or you can regard it as a file replication command tool in Windows. Robocopy is also called as Robust File Copy. Further Reading: Robocopy VS MiniTool ShadowMaker.

