The best way to transfer large files on Windows

I often have to transfer large files> 50 GB sometimes> 100 GB between drives, both internal and external, during the backup of our email servers. What is the best way to transfer these files? Command line such as XCOPY? Perhaps something reliable enough to continue the transfer if interrupted due to time limitations or network problems.

+3
source share
6 answers

Check out robocopy . Material from Wikipedia:

robocopy, or "Robust File Copy," is a directory replication command line command. It was available as part of the Windows Resource Kit and introduced as a standard feature of Windows Vista and Windows Server 2008.

+9
source

For free, I use SyncToy (from Microsoft). Thus, if something fails, it does not cancel the entire transfer.

The next best for IMHO's non-recurring tasks is XCopy.

+2
source
+1

, . Microsoft (BITS). , . :

  • -

, , -, SharpBITS.NET, .

+1
0

, http://itrnsfr.com . , 2 , .

0

Source: https://habr.com/ru/post/1702940/


All Articles