Backup Basics – Safety First, Paranoia Second
For me, backing up data isn’t an unpleasant chore. It’s a deeply satisfying contribution to peace of mind. However, I’ve long distrusted backup products. Why? Perhaps due to anecdotal tales of recovery woes, or maybe because I’m just an untrusting control freak. I want something simple, which has led to many years of devising fiendishly complicated backup regimens.
Before switching to Ubuntu, I wrote a VB program for my Windows backups. It relied on a rotating set of rewritable CDs and DVDs. I wasn’t overly ecstatic about this system, but it gave me multiple copies and versions of my data, and there was some rejoicing.
In GNU/Linux, I cobbled together a truly Rube Goldbergian contraption involving bash scripts, rsync, and rdiff-backup, backing up to USB drives ranging from 4GB to 2TB, distributed among different floors of my house, a safety deposit box at my bank, and my pocket. It was (and is) quite baffling, but it results in magnificently excessive redundancy and a wonderfully secure feeling. For the five or six times I’ve actually had to restore a file, I’ve always been able to retrieve the desired collection of bits with minimal fuss, accompanied by a warm feeling of validation.
These techniques required a lot of oversight and effort, which gave me a lot of time to ponder how terrifically backed up my data was, but it grew tiresome. I determined that with my switch to a Mac, I’d simplify.
Backups on a Mac start with Time Machine. Wow. What a neat program. It’s the opposite of my previous way of doing this. I’ve read some caveats here and there, but my requirements are simple: I just want the ability to retrieve files, and I’d like multiple generations of the file. If my machine crashes, I won’t rely on the backup to restore the operating system and applications. I simply want my data safely preserved. Time Machine — so far — seems to work seamlessly, and offers up an easily navigable view of your backups. It feels like a fun and momentous event every time I “enter the Time Machine.”
So that’s my local backup situation. With all the 2TB drives laying around, I may rotate among two or three of them, and maybe still want to run one of them to the bank now and then… oh, no. Are things getting gnarly again?
How often do I want hoof it to the bank, really? Why not look at online backup services? My mistrustful nature has had me avoiding the cloud, but my job at The Nerdery has opened my eyes to the benefits. So I’m currently using free trials of CrashPlan and Backblaze. Both work well, and, oh man, what a deliriously good vibe you get with frequent shipments of your precious bytes to a location elsewhere. Since I don’t know if I can trust any one vendor, obviously I will have to use at least two. (This is keeping it simple, of course. Not complicating things at all.)
Speaking of trust, what about my more sensitive information? All those Swiss bank accounts, launch codes that the Pentagon asked me to keep safe, and so on? I can’t put these out there with any kind of encryption where I don’t control the keys, no matter how much the cloud promises discretion, security and unbreachability.
For that I’m using my old standby, EncFS, a FUSE-based encrypted filesystem. I like it because it works at the file level, making it easier for backup programs to handle encrypted files, and saving me from dealing with containers. It exposes meta information, but this isn’t a concern for me. The program is free/open source. I don’t know how extensively it’s been audited, but I prefer to believe it’s secure. I’ve been using it heavily for six years, so I trust its reliability and robustness, at least. I think it’s more effective than a placebo, although I haven’t run clinical trials.
I tried to make the EncFS installation harder than it needed to be by compiling from source, which sent me down the dependency rabbit hole, before discovering the good people of MacPorts have already prepared it nicely for us.
My paranoia satisfied, I’m pretty well settled now with my new backup rituals. Although I’m also experimenting with putting a few key files on Dropbox. And Google Drive. And there are still surplus USB drives floating around. Surely some rsyncs are called for, just in case?
I clearly won’t be satisfied until my system and myself are completely occupied with backing up data, which will thankfully halt the generation of new data to worry about.
Backup problem SOLVED.


Matt Tonak on February 12th, 2013
My backup strategy has 3 parts: Time Machine to my Time Capsule router at home, Carbon Copy Cloner at work, and CrashPlan in the cloud.
Time Machine is great. The hard drive went out in my wife’s laptop recently. I bought a new one, installed it, and went through Time Machine’s restore process. It restored everything down to to the browser cookies. It’s like nothing ever went wrong.
I have Carbon Copy Cloner setup to make a bootable image of my laptop every time I plug in my external drive. Since I have the USB cord next to my power cord, I never forget to plug it in.
Scott Carpenter on February 12th, 2013
Hey, Matt! It’s good to hear Time Machine worked so well for a total restore. Ideally we’d never have to pull anything off of the cloud backup. At work I’ve been using GDrive for everything, for backup and so that I can get at my stuff anywhere.
Larry Stein on February 13th, 2013
I have spent a lot of time helping companies install high-grade backup solutions, so you think it would make sense that I would want a decent level of backup for my personal data. That is what you would think, but it took a near-catastrophic experience several years ago to wake me up to the fact that I have data and files that are priceless and worth any cost to protect. It was not enough that I had a drive on my home network to backup my laptop, and here is why.
The first clue is that I had “a drive.” What would happen if that one drive failed? Well, I woke up one morning to find that when I tried to access the drive from my laptop, I got a message that the drive could not be accessed (BTW, this was Windows XP at the time). Innocently, I thought maybe it was just Windows being its usual finicky self, so I rebooted. With that not solving the problem, the next step, you guessed it, was to power cycle the hard drive. This is where panic set in. Have you ever heard the sound of a crashed hard drive? There isn’t much of one at all. Just a clicking and then silence.
All of a sudden, reality started crashing in (no pun intended). That drive contained, among other things, every single digital photo I had taken in the past 10 years, and I did not have any of them on my laptop any more because of the space they occupied.
I had worked with disaster recovery services at the corporate level, but I was desperate. I contacted one of the more well-known companies, OnTrack, just to see how much this was going to run me. First, let me say that they are one of the most professionally-run companies out there. They were up front about the potential costs, and their process is flawless. The upshot is that after $1700 in fees, they were able to recover every single byte of data from the drive, sending it to me on a new external USB drive.
What did I do as a result of this experience? I replaced the single drive with a hardware-mirrored 2-drive network-attached storage system (NAS). I also signed up for Carbonite to store this precious data in the cloud and to provide access from anywhere. When one of the drives in my NAS failed recently, I was calm and collected, because I was able to hot-swap it without skipping a beat.
Now do I worry about my data? Well, admittedly, I do, just like the possibility of a Zombie Apocalypse. But at least I know that a lot of things would have to fail this time. Wait, do I have copies of these photos on DVDs? Hmmm… I had better go take care of that right now!
Scott Carpenter on February 13th, 2013
I liked having stuff on DVD also to get an optical alternative, but it became too tedious and I gave up on it. I used to consider the possibility of a large EMP blast taking out my home and bank copies at the same time, but soon I’ll have cloud redundancy to help ease that concern.
Back up on February 19th, 2013
I am using comodo back up to keep my files safe & secure.