Clone a windows server volume over a network — NOT make an image

acronisrobocopywindows-server-2008

I have a 5TB volume (non-bootable) on a Windows Server 2008 box. I need to copy it to another server over the network. Because the volume has 30 million files, filesystem copy tools like robocopy will take forever; I need a block-level copy. The source volume has to stay online during the copy — so booting to Linux is not an option.

Acronis has to go from old volume -> image -> new volume.

What will let me go old volume -> new volume, without the image step in the middle?

Best Answer

You can use Richcopy or another multithreaded copy program and set your number of threads (in Richcopy: File Copy setting) to at least 8 or 16, and set the directory search to 4 or 8. We've used this method many times to copy millions of small files.