Backup systems – I’ve been in the computer field long enough to accumulate some experience that could be useful here. I’m thinking about long-term storage (unless that’s of no concern). Can you read backup data from years ago, and if not, how will things be in the future?
I have backed up on cassettes (modified audio), floppies (all sizes and formats), tape cartridges (various shapes, sizes, formats), ZIP cartridges, CD, DVD, and hard drives, although I haven’t yet used external USB hard drives. As you can imagine, reading the first few on this list is difficult or impossible now. CD/DVD/Bluray looks like a viable medium for the long term. I would stay away from proprietary tape systems just because they are proprietary.
Any backup scheme that requires special software (or hardware) to read data is not good for the long term. CD/DVD/Bluray looks good as long as you write in a standard directory format.
So here’s my current backup plan. First, I separate system files from data files by partition or drive. The system files are hard to backup and restore, and they work best as an image backup – If my system crashes, I can plug in a system backup disk and be running as fast as it takes to boot up.
You can buy plastic drive cases called “mobile racks” that make ordinary, internal hard drives into plug-replacements (with the power off, not hot). USB external units might be equivalent as long as your system can boot from them, but aren’t USB drives slower than bus-mounted units? That could be a drawback for system files.
Then I back up data files (only) to CDs or DVDs. Haven’t tried Bluray, but it is the next logical size when the prices come down. All my backups are done with standard writing software, not proprietary backup schemes, and that is important!
Now the only problem is: how do you find a file you want to restore with multiple disks lying around? I wrote a program long ago that I still use that keeps a humongous master file of all file names from all (removeable) disks. Whenever I make a new backup disk, I add those file names to the master file. I use a database manager program to search thru records. A master file like this is a must or your data is as good as lost. I imagine there are indexing utilities available in the shareware world that do this, but I haven’t looked for them since mine works so well.