Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Hardware & Tweaking > Storage & Networking

Need a Good Program to Transfer Large Amount of Files from PC To Ext HDD

View Poll Results: Was this useful?
Yes 0 0%
No 1 100.00%
Voters: 1. You may not vote on this poll

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 10-06-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Need a Good Program to Transfer Large Amount of Files from PC To Ext HDD

I just recently bought an external HDD. I have GIGs!!!!!! of MP3s that i have bought off of iTunes, pictures, and many other items of personal value and I want them off my Desktop and on that external HDD. but for this to happen i have to sit for hours in front of the computer and select files to transfer over manually. a few at a time so i dont lock up the computer. i dont have the time to do this nor the patience. Is there a program i download that will do this automatically for me? Just one program to securly copy or even move from PC to Hard drive by telling it to move or copy these certain directories to this ext HDD one by one without me being there.

P.S. It getting closer to winter time so its the perfect temperature set that sucker next to an open window on the second story of my apartment to prevent from over heating while it does this it over night. -
Reply With Quote
  #2  
Old 10-07-2008
giyad's Avatar
TechSpot Member
 
Location: USA
Member since: Aug 2005, 131 posts
ummmm... i've never heard of a program that will copy things for you, im not even sure what it would do.

I think you should just select all the files you want to copy and then leave it over night, thats what I just did with my crap.
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 10-07-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
BurstCopy is a small but simple program. looking for something with a little more reliability as in been around longer/higher version number for dependability.
Reply With Quote
  #4  
Old 10-07-2008
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,600 posts
shell script works fine:

sample
dir _junk_1
10/07/2008 09:18 AM 6,430 dir_list.txt
1 File(s) 6,430 bytes
2 Dir(s) 8,543,711,232 bytes free
dir _junk_2
10/07/2008 09:18 AM <DIR> .
10/07/2008 09:18 AM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 8,543,711,232 bytes free

move _junk_1\* _junk_2\

dir _junk_2
10/07/2008 09:18 AM 6,430 dir_list.txt
1 File(s) 6,430 bytes
2 Dir(s) 8,543,711,232 bytes free

if you need better selectivity that moving EVERYTHING in the source directory,
then just use move _junk_1\*.mp3 _junk_2\

As you will have different drives and need <dla>path names, the last tweek becomes

move _junk_1\* X:\somewhere\_junk_2\
where X is the drive letter you chose
Reply With Quote
  #5  
Old 10-07-2008
king21092's Avatar
TechSpot Member
 
Location: Kentucky
Member since: May 2008, 70 posts
System specs
Just highlight all the folders you wish to transfer and drag them over the ext HDD, I don't see any reason your computer should lock up.
Reply With Quote
  #6  
Old 10-07-2008
Newcomer, in training
 
Location: Tucson, AZ, USA
Member since: Oct 2008, 33 posts
I'd agree with king, if your system locks up trying to move something like that there is a more serious issue, your drives need cooling.
Reply With Quote
  #7  
Old 10-07-2008
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,600 posts
Actually, there's a Preparing to Copy ... alter that occurs when the whole job can not be done in memory.
Spooling the list of directories to HD then adds to the pain by reducing freespace.

LOCK up should not occur, but it frequently does
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #8  
Old 10-08-2008
TechSpot Booster
 
Location: Illinois, USA
Member since: Feb 2007, 651 posts
System specs
This post makes suggestions for PowerDesk Pro and XXcopy

Definitely "copy".
Do not use "move" -- Any glitch can screw up things - loss of source files.

Many conditions abort "copy" under Windows Explorer. One glitch is easy to overcome. Multiple problems drives you nuts.

PowerDesk gives side-by-side views that help overcome glitches.

XXcopy has a recursive feature that often better identifies copy failures. Very few conditions abort the copy. Errors are the count of failures to copy files. Customizing cmd window captures more output from the program. Command syntax can be a challenge.

Quote:
xxcopy src-spec dest-spec /clone

May meet your needs. 'Cookbook' commands are understandable.
Customized commands require practice to get the syntax right.
Reply With Quote
  #9  
Old 10-08-2008
tipstir's Avatar
TechSpot Guru
 
Location: USA
Member since: Jan 2006, 2,282 posts
System specs
Quote:
Originally Posted by Auguss View Post
I just recently bought an external HDD. I have GIGs!!!!!! of MP3s that i have bought off of iTunes, pictures, and many other items of personal value and I want them off my Desktop and on that external HDD. but for this to happen i have to sit for hours in front of the computer and select files to transfer over manually. a few at a time so i dont lock up the computer. i dont have the time to do this nor the patience. Is there a program i download that will do this automatically for me? Just one program to securly copy or even move from PC to Hard drive by telling it to move or copy these certain directories to this ext HDD one by one without me being there.

P.S. It getting closer to winter time so its the perfect temperature set that sucker next to an open window on the second story of my apartment to prevent from over heating while it does this it over night. -

I use teracopy (freeware) there is also the one you pay for also. The freeware version replaces XP/Vista Copy which allows you to use part of your RAM as a file buffer (256KB) to help speed-up file transfers. (30MB/s) I use this on MP3 to SD flash cards, USB jump drives, USB HDDs, GIG network, Fast network 100mb/s and wireless G at 54mb/s daily. Without it I would have to wait. On the GIG prior timing I am getting a few 2 minutes less on larger files. Still everything helps. The program will not work on Server OS only Client OS.
Reply With Quote
  #10  
Old 10-08-2008
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,600 posts
Quote:
Originally Posted by rf6647 View Post
Definitely "copy".
Do not use "move" -- Any glitch can screw up things - loss of source files.

Many conditions abort "copy" under Windows Explorer. One glitch is easy to overcome. Multiple problems drives you nuts.
Strongly agree
Reply With Quote
  #11  
Old 10-09-2008
HillJack's Avatar
Newcomer, in training
 
Location: Calgary, Canada
Member since: Feb 2006, 28 posts
Nothing beats Robocopy for this sort of thing.
Reply With Quote
  #12  
Old 10-09-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Quote:
Originally Posted by rf6647 View Post

Definitely "copy".
Do not use "move" -- Any glitch can screw up things - loss of source files.

Many conditions abort "copy" under Windows Explorer. One glitch is easy to overcome. Multiple problems drives you nuts.

PowerDesk gives side-by-side views that help overcome glitches.

XXcopy has a recursive feature that often better identifies copy failures. Very few conditions abort the copy. Errors are the count of failures to copy files. Customizing cmd window captures more output from the program. Command syntax can be a challenge.

im looking to avoid the "glitches" you meantioned here as in failing to copy for some reason or even holding up the process by asking to copy the read only file or any other windows alert that may come up.
Reply With Quote
  #13  
Old 10-09-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Quote:
Originally Posted by tipstir View Post
I use teracopy (freeware) there is also the one you pay for also. The freeware version replaces XP/Vista Copy which allows you to use part of your RAM as a file buffer (256KB) to help speed-up file transfers. (30MB/s) I use this on MP3 to SD flash cards, USB jump drives, USB HDDs, GIG network, Fast network 100mb/s and wireless G at 54mb/s daily. Without it I would have to wait. On the GIG prior timing I am getting a few 2 minutes less on larger files. Still everything helps. The program will not work on Server OS only Client OS.
JEEZE i used TeraCopy. nothing better! It uses RAM to move files. It also has a nice little buffer feature to adjust how much RAM you want to use, up to 20MB! Transfered(COPIED) 12.5 gigs of Music in 23 minutes.Also has a shell extension feature in the right click menu to make ease of use, also a delete original files option! This program has to be the greatest! I got the pro version and found a serial for it after using the freeware version.
Reply With Quote
  #14  
Old 10-09-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Quote:
Originally Posted by jobeard View Post
Actually, there's a Preparing to Copy ... alter that occurs when the whole job can not be done in memory.
Spooling the list of directories to HD then adds to the pain by reducing freespace.

LOCK up should not occur, but it frequently does
Lock up rarely do occur but when transfering large amount of file it can cause windows to fail also, but what doesnt?
Reply With Quote
  #15  
Old 10-09-2008
TechSpot Booster
 
Location: Illinois, USA
Member since: Feb 2007, 651 posts
System specs
xxcopy is very much like a Unix command - if that has any meaning to you. The command switches lets you anticipate those annoying pop up messages that suspend the copy. Proper settings avoid those challenges.

The clone is easiest to use when your source specification is a directory and all its subdirectories and the destination is another directory. Clone challenges at the very beginning so you see the location (path) of source and destination, as well as, the challenge to create the new directory for the destination. After that it just keeps on chunking through the files & directories.

If the destination is a freshly formatted drive & the source is a complete drive, Temporary Internet Files can cause problems since Content.ie5 among others collects files with more than 255 character filenames. I forget how the secret-hidden system restore points are handled. Of course they are useless. If the source is the Window OS drive, then certain files currently opened by the OS don't copy.

Cntl-C and the ESC key are used to abort commands.

Last edited by rf6647; 10-09-2008 at 09:41 AM. Reason: word choice
Reply With Quote
  #16  
Old 10-10-2008
hoy hoy is offline
Newcomer, in training
 
Member since: Aug 2008, 5 posts
if ur trying to copy a large file but ur pc is to slow or poor memory try to copy 1 by 1.
Reply With Quote
  #17  
Old 10-10-2008
k.jacko's Avatar
TechSpot Booster
 
Location: Nottingham, UK
Member since: May 2007, 649 posts
System specs
i've had this problem before where you copy loads and bugger off to bed. Then come to the pc in the morning and it hung up the 2nd file cos it asks me a question about this that and the other.
So i just do multiple batches, that way something should at least transfer without issue.

jobeard et all, can you not create a script and use it as a sheduled task?
Reply With Quote
  #18  
Old 10-14-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Quote:
Originally Posted by hoy View Post
if ur trying to copy a large file but ur pc is to slow or poor memory try to copy 1 by 1.
I have/had over 5,276 mp3s and over 600 pictures, copying one by one would be too astringent for what i need/needed to move.
Reply With Quote
  #19  
Old 10-14-2008
Newcomer, in training
 
Member since: Oct 2008, 16 posts
Quote:
Originally Posted by k.jacko View Post
i've had this problem before where you copy loads and bugger off to bed. Then come to the pc in the morning and it hung up the 2nd file cos it asks me a question about this that and the other.
So i just do multiple batches, that way something should at least transfer without issue.

jobeard et all, can you not create a script and use it as a sheduled task?
Just use TeraCopy also has a shell take over feature for your windows copy. great program. i tried XXCopy and Robocopy. still TeraCopy toppled them over.
Reply With Quote
  #20  
Old 10-14-2008
LNCPapa's Avatar
TS Special Forces
 
Location: Duke University, North Carolina, USA
Member since: Feb 2002, 2,165 posts
System specs
I used teracopy in Win XP as well - though it's really not necessary in Vista anymore. I never found anything better for XP though.
Reply With Quote
Reply

Tags
copy, copy files, windows copy
Thread Tools

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
Large File Transfer Tool:qoodaa alligator Introduce yourself 1 07-08-2008 09:48 PM
How to transfer large files between 2 computers? macx Windows OS 4 05-17-2008 10:51 PM
Files and settings transfer wizard, how do i retreive .dat files Andrew Cummings Storage & Networking 2 06-26-2006 04:40 PM
Adding large amount of new ram. Dayus Other Hardware 3 05-11-2006 08:24 PM
Rename a large group of files through DOS poertner_1274 Windows OS 5 04-12-2005 05:47 AM


All times are GMT -4. The time now is 06:26 AM.