[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: Movie server / large scale file copy
- Subject: Re: Movie server / large scale file copy
- From: "Paul" <paul@xxxxxxxxxxxxxxxxx>
- Date: Sat, 07 Nov 2009 11:49:54 -0000
SNAP also an Exchange admin and often use ESEutil. Most Windows copy
programmes, including Robocopy, do the job buffered which is great for
small files but very bad for large files. In the case of large files you
need to do it unbuffered to get maximum speed and not crash your OS because
it runs out of resources.
Have a look at TeraCopy (http://www.codesector.com/teracopy.php)
it is GUI based reports failures, is unbuffered and shows the transfer
rate, oh and best of all it is free for home-users
Paul
--- In ukha_d@xxxxxxx, "i_lowe" <ianlowe@...> wrote:
>
>
>
> --- In ukha_d@xxxxxxx, "Phil Harris" <phil@> wrote:
> >
> > I think RichCopy is a later version of RoboCopy?
> >
> > Phil
> >
>
> I can add something to this one.. I used to be something of an
exchange guru and it was a common trick to use eseutil (exchange DB
maintenance app) to move big files around, because it's faster (on reliable
connections).
>
> <http://blogs.technet.com/askperf/archive/2007/05/08/slow-large-file-copy-issues.aspx>
>
> Robocopy is resilient, but still buffered - richcopy is unbuffered.
>
> Robocopy is my tool of choice - I keep a 2TB Western Digital NAS box
as a backup, and keep it synced up with my main media server by runnig
robocopy with /MIR (mirror) and /TBD (wait for the network name to come
back before retrying if the machine stops responding).
>
> The 'Robo' is for 'Robust', not 'robotic'.
>
> Richcopy is awesome if you want files to get from A to B as quickly as
humanly possible, and you know the network connections are good (ie, not
wireless)
>
> only word of caution with robocopy - the Mirror option is *dangerous*
- it produces a proper mirror - and will delete files from the destination
which don't exist in the source.
>
> I.
>
------------------------------------
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|