up vote 3 down vote favorite
1
share [g+] share [fb]

I need to copy data from/to very large volumes (2TB) on a Windows 2008 Server. Are there any tools I should consider using that maximizes throughput (hopefully with a resume-function)?

I've always used copy/paste, wich have worked fine when I don't need resume - but this copy operation probably needs some pausing at intervals.

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

I personally really like robocopy. In Server 2008 they added multi-threaded copy to it.

http://blogs.msdn.com/granth/archive/2009/12/07/multi-threaded-robocopy-for-faster-copies.aspx

Ross

link|improve this answer
VERY nice find, thank you! – pauska Dec 8 '09 at 21:34
feedback

I would try TeraCopy: http://www.codesector.com/teracopy.php

link|improve this answer
feedback

If the source data may change during transfer (ex. live file server) I would consider DFSR. If not, simply use xxcopy. Read the documentation carefully because there are LOTS of parameters to turn on and off depending on your needs (preserve ACLs, timestamps, enable pause function, etc.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.