It sounds like what you want is a simple RAID1 array.
This "merges" two disks into one such that any data written to the combined disks is actually written to both disks. If one disk dies then you still have the data and can rebuild the RAID array when you replace the broken disk.
Note that Time Machine is generally a better way to manage backups in the long run.
I was of the impression that time machine only does back up of the Mac hard drive
thank you, but the RAID 1 method seem to require to erase disk first whereas i was hoping to just sync what i already have on one to another
i am also seeing some recommendation on some app called DropSync
rsync -avP --dry-run --delete /Volumes/first_external_name/* /Volumes/second_external_name/
I use rsync on my server to do exactly what you want and I schedule it to run automatically using Cronnix (free GUI front end to crontab editor).
I found the following video very helpful:
He starts talking about setting up the backup script at 4:30. He also explains how to setup Cronnix to automatically schedule your task.
Cronnix, here:
https://code.google.com/p/cronnix/
wow......thanks. well illustrated.
i am now stuck on which method to pick from everyones input
You could also do it manually. Copy every file after file. Should keep you occupied.
well said...but not too keen with an excess of 1 terabyte data
Easy if you compress all the files to an .ace and copy that one file.
But the rsync is the appropriate approach, CarbonCopyCloner just uses a nice GUI to do it for you.
remember i also want to keep exact copy of any changes that happens on one seamlessly without me having to be too cognizant of it
just as feedback..........
none of these solutions worked for me.
i think something to do with my hard drives (Seagate and WD)
i had taken the safest route by buying the dropsync app
but the syncing did not go for long
on close investigation i saw that even transferring files manually was triggering an error message "The operation can’t be completed because an unexpected error occurred (error code -50)"
so i am doing one file at a time till i get the 1TB backed up sometimes even with failure because of this error
What file system do the backup drives use? Mac OS Extended or Windows NT File System?
Have you formatted them yourself with Disk Utility?
I ask, as what you experience is not a normal behaviour.
You could try some of the methods laid out here, especially the ones regarding sleep: https://discussions.apple.com/thread/4412045
Is there a way to keep two external drives in sync so that whatever changes you make on one automatically backs the same to the second such that if one fails you automatically have same copy and don't lose anything.