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.
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.
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.
Teracopy .
, . Microsoft (BITS). , . :
, , -, SharpBITS.NET, .
CopyHandler , .
, http://itrnsfr.com . , 2 , .
Source: https://habr.com/ru/post/1702940/More articles:Debugging JVM crashes on Windows - javaHow do you promote the use of common components in your organization? - shared-librariesMDX Расчет времени между событиями - sqlC ++ Passing a dynamically allocated 2D array by reference - c ++Проблема ActionMailer - правильный синтаксис отправки PDF-вложений - ruby-on-railsUsing stdio to read and sort data on Linux - cWhat kind () to override in ASP.NET MVC Controller? - asp.net-mvccalling C # from C ++ com add-in - c ++Javascript or php - what is the most efficient for updating? - javascriptSQL Special Order - sqlAll Articles