Best way to copy large amount files
5 pts.
0
Q:
Best way to copy large amount files
I have 50 GB of files on an iServer that was copied onto an external hardrive.  What is the best way to copy these files onto a Seagate NAS Server.  The external HD is plugged into the USB and appears as a drive.  Should I use xcopy is DOS or can I drag and drop in windows SP?

Software/Hardware used:
Seagate NAS Server and an external HD
ASKED: Oct 1 2009  8:43 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
you can used robocopy or teracopy

http://www.codesector.com/teracopy.php

http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx

----------------------------------------

xcopy and drag and drop are basically the same thing. You can do either. By the way do you mean iSeries?
Last Answered: Oct 2 2009  5:01 PM GMT by Mshen   23535 pts.
Latest Contributors: Bbb   745 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Brian Wang   0 pts.  |   Oct 5 2009  10:20PM GMT

If you are sure you don’t have files open or locked, you can use xcopy if you want to preserve file attributes (assume that your NAS boxe support extended attributes). If you don’t care about attributes, drag/drop is fine.

If you know that som files might be open or locked by some applications, you will need to use some other tools like robocopy. It will create Volum Shawdow Copy for you then copy the open files.

If you want tools to backup up those files to you NAS box, you can look at NetCDP at <a href="http://www.netcdp.com" title="http://www.netcdp. " target="_blank">www.netcdp.com</a>, which lets you backup your files continuously to NAS box, including open files.

 
0