Copying Large Files

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 06:55, 14 March 2009 by Mike.Dow (talk | contribs) (New page: == Overview == You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range. You are finding that it is slow (mb/sec) or fails. == Option 1 == Use Es...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

You need to copy a very large file - at least in the gigabyte, often hundreds of gigabytes range. You are finding that it is slow (mb/sec) or fails.


Option 1

Use Eseutil. This is the solution recommended by Microsoft - technically, the Enterprise Platforms Support Windows Server Performance team. You can check out the article here.

It is a command-line program. The usage for file copies is: eseutil /y <srcfile> /d <destfile>

Option 2

A client of Galen's has used CLF with success.