Back Up HD to External at fixed time?

Albino_BlacMan

Veteran Member
Messages
1,007
Solutions
1
Reaction score
35
Location
CA
So I just got a Dell XPS laptop. I keep all my images on 2 external harddrives. Is there anyway I can get one external harddrive to copy itself to the other one everynight at like midnight? I don't want to do the whole RAID thing (I don't think) because I assume it would slow everything down since the two HD's are external and one is only USB 2.0 (and I don't even know if you can do RAID with an external)

Any thoughts on how I could make this work
--
Chris
 
Well an obvious solution is to use an XCOPY command which you run using Task Scheduler.

Or any other folder synchronization tool that you can run from the command line.
 
Alright you've proven that I'm totally illiterate when it comes to computer talk. Link to somewhere that would tell me how to do this?
--
Chris
 
Well an obvious solution is to use an XCOPY command which you run using Task Scheduler.
Hey Sean, it's time to ditch XCOPY. It's a hangover from DOS for goodness sake ;-)

Seriously, Robocopy is hugely better and it's installed by default with Windows 7.

Here's an overview with examples:

http://social.technet.microsoft.com/wiki/contents/articles/robocopy-and-a-few-examples.aspx

Aides from being newer with lots more options, Robocopy understands modern file attributes including NTFS ACL's, junction points and more. And if you really want to get fancy, it can be used in conjunction with VShadow and the Volume Shadow Service.
 
Hey Sean, it's time to ditch XCOPY. It's a hangover from DOS for goodness sake ;-)
Point well taken. The truth is I've never really used any of these bulk copy tools, I know them only be reputation. And I always assumed that Robocopy was a third-party program (which perhaps it was at one point). Now I know better.

Thanks for chiming in!
 
Get an alarm clock.
So I just got a Dell XPS laptop. I keep all my images on 2 external harddrives. Is there anyway I can get one external harddrive to copy itself to the other one everynight at like midnight? I don't want to do the whole RAID thing (I don't think) because I assume it would slow everything down since the two HD's are external and one is only USB 2.0 (and I don't even know if you can do RAID with an external)

Any thoughts on how I could make this work
--
Chris
 
Point well taken. The truth is I've never really used any of these bulk copy tools, I know them only be reputation. And I always assumed that Robocopy was a third-party program (which perhaps it was at one point). Now I know better.
It first appeared with the Windows NT Resource Kit so it's mature without being too old and decrepit. A bit like us, eh? ;-)
 

Keyboard shortcuts

Back
Top