Best method for backing up to external hard drive

jooleyen

New member
Local time
4:13 PM
Messages
18
I looked through the tutorial section on how to perform a backup, but I'm afraid the problem is not knowing which method to use based on what I want to accomplish.

So here it goes.
I have a 500GB internal hard drive which I run my OS from on my laptop.
I also have a 640GB external hard drive which I like to use for extra videos and stuff that I don't want on my main drive.
I want to back up my computer's hard drive onto my exteral drive. I also want to keep all of my preferences for my programs. BUT, I also want to keep folders on my external hard drive that I maintain myself like my extra videos and stuff that isn't on my main drive. Every time I perform a backup, I would like my external drive to only update those files that have changed on my main drive and keep everything else.

I have Acronis True Image 2010 and am not sure which setting I should use in it or if the program is completely unnecessary in the first place.

So what should I do and which software should I use?
Thanks in advance.
 

My Computer My Computer

Computer Manufacturer/Model Number
Dell Studio XPS 1647
OS
Windows 7 Ultimate 64bit
CPU
Intel Core i5 M 430 2.27GHz
Memory
4.00 GB
Graphics Card(s)
1GB ATI Radeon HD 4670
Screen Resolution
1600x900
Hard Drives
500GB
In order to keep your applications and your preferences...you will need software like Acronis which can "image" your computer.

For your data files...and your extra movies and such...I would suggest something like robocopy with the /mir switch. This mirrors everything on the source drive with the destination drive. This way when you delete from C:\data it also deletes from F:\data.

Here are some examples lines you could put in a batch file.
robocopy C:\users\stanley\music H:\Backups\laptop\Music /mir /dst

robocopy C:\users\stanley\Downloads H:\Backups\laptop\Downloads /mir /dst

robocopy C:\users\stanley\pictures H:\Backups\laptop\pictures /mir /dst


As requested, robocopy only updates, copies or deletes files that are new, changed or removed.
 

My Computer My Computer

Computer Manufacturer/Model Number
Self-Built in July 2009
OS
Windows 7 Ultimate x64
CPU
Intel Q9550 2.83Ghz OC'd to 3.40Ghz
Motherboard
Gigabyte GA-EP45-UD3R rev. 1.1, F12 BIOS
Memory
8GB G.Skill PI DDR2-800, 4-4-4-12 timings
Graphics Card(s)
EVGA 1280MB Nvidia GeForce GTX570
Sound Card
Realtek ALC899A 8 channel onboard audio
Monitor(s) Displays
23" Acer x233H
Screen Resolution
1920x1080
Hard Drives
Intel X25-M 80GB Gen 2 SSD
Western Digital 1TB Caviar Black, 32MB cache. WD1001FALS
PSU
Corsair 620HX modular
Case
Antec P182
Cooling
stock
Keyboard
ABS M1 Mechanical
Mouse
Logitech G9 Laser Mouse
Internet Speed
15/2 cable modem
Other Info
Windows and Linux enthusiast. Logitech G35 Headset.
Back
Top