Help Mirroring 2 External Hard Drives

dpriest

Distinguished
Dec 30, 2008
83
0
18,630
I touched on this at the end of another thread I created. I am running windows 7 home premium 64 bit, with 16GB RAM, Intel i7-4770 Haswell processor on an ASUS H87-E motherboard.The boot drive is a Samsung 840 EVO SSD 120GB and I have another internal drive which is a 1TB Seagate Barracuda. I apologize if all this info is not necessary. Anyway, I have 2 2TB drives that are in external enclosures and I have them connected to the PC via e-SATA cables. These drive enclosures alos have USB 2.0 in addition to the e-SATA, but no USB 3.0. One drive is going to be used to stream media to Apple TV devices and for other computers in the house to be able to access media and the other is for backup. I would like to mirror the data from one drive to the other but I am afraid I know nothing about this subject. I am looking for advice on the best way to do this. All help is greatly appreciated.
 
Solution
just use something like synctoy to regularly synch the two drives.

Mirroring is a term used in a raid1 array, which would require some changes to your OS to make work and to be honest it's a right pain if you want to change back to not having raid.
just use something like synctoy to regularly synch the two drives.

Mirroring is a term used in a raid1 array, which would require some changes to your OS to make work and to be honest it's a right pain if you want to change back to not having raid.
 
Solution
You need to understand what you are asking properly first.

Mirroring in Raid = taking a hard drive and keeping a second live copy of it at a very low level (tiny fragments of a file).

I don't think you need that.

A backup = copying the content of a hard drive to another drive, very easy to maintain and update, any files that change are updated - synctoy.
A cloned partition = a single copy of the whole hard drive, when you want to make another copy you copy all of it, rather than just the bits that have changed. these use the partition software.

Which do you want to do, I'm thinking you want a backup.
 
I told you I was a newbie to this :) I will be adding, removing data on one external hard drive. All of my media will be on that drive (photos, music, movies) plus a folder where I store other data such as MS office documents, etc. Whatever files or folders I add, remove or modify, I would like to have all of that data on the other external drive. I would like to do this in the most automated way possible instead of manually copying and pasting individual files, folders, etc. I have Acronis True Image Home 2011 that I used to clone my SSD when I first did a clean install of Windows 7. I hope this clearly states what I want to do.
 
I would not recommend using anything to live sync the two drives. Anything accidentally deleted would also be deleted on the backup drive and be lost.

I suggest you have synctoy or robocopy run on a schedule several times a day.

I started with Synctoy but have moved to robocopy after having some issues with Synctoy. Robocopy is command line driven so may be more difficult for you to work with. Synctoy is very easy to learn and understand but it does not have a built in scheduler so I've linked a guide below.

Synctoy guide: http://www.pchell.com/support/synctoy.shtml

How to schedule synctoy: http://www.howtogeek.com/howto/25046/schedule-synctoy-to-run-automatically-with-task-scheduler-in-windows-7/

robocopy guide: http://burpee.smccme.edu/studenthowtos/robocopy.htm
 
Sweet. I will give this a go. I am not going to be changing my data that often, so should I still schedule the backup several times a day? The drive I am using for backup will be off most of the time unless I make changes to the other drive. Then I will turn it on to backup. My main external drive will not be running 24/7, but rather when people in the house want to access media from it. That reminds me, is there a way to protect the data on the drive so people accessing it from other computers can read it, but cannot delete or modify it?
 
How often you schedule it depends on what you want. I myself have 3 'syncs'. Once after my wifes soaps record (4pm), another after she goes to bed (midnight) and a final one (4am) the first two are writes only (only copies new files to the backup drive) so if she accidentally deleted something I can still restore it. The 4am backup is a full sync deleting any files that aren't on the source.