A laptop, a coffee, and disaster recovery

Why you should have an effective backup strategy

Download the whole article as PDF

Write a full post in response to this!


Last week, my laptop died a sudden spectacular death-by-drowning, as a full cup of coffee poured into its keyboard. It emitted a pop sound, and the screen and the power shut off.

What would your reaction be? Mine was to immediately unplug the power cord and remove the battery. Then I took it over to the sink and poured out the coffee. Remembering tales of people flushing keyboards with water, I ran some fresh water over the keys and then set to work. I removed the keyboard, the palm rest, a few of the inner cards, and let it sit without power for several hours. Apparently, not long enough.

Later that day, anxious to find out whether it was really dead or just comatose, I plugged it back in, crossed my fingers, and pressed the power button. The power light came on, I heard the fan start, and for a second or two, I was hopeful. But then… another pop, and it was dead. No further cleaning, drying, or care could resuscitate it over the next few days, so it’s currently back at the IBM factory going through open-heart surgery, if not a total replacement.

Being prepared for disasters can make life easier if the event actually occurs

What can go wrong?

Obviously, if I didn’t have a good backup of my data, such an event could have been catastrophic to my business. As it was, the loss of my laptop was merely an expensive hassle. Actual events such as this one can provide a good reality check for your disaster recovery strategies.

Many things can happen that have a similarly disasterous effect. Being prepared for disasters can make life easier if the event actually occurs. Let’s take a quick look at some possible computer disasters:

  • Coffee fries the laptop.
  • A service technician copies sensitive data from your computer.
  • Your laptop is stolen.
  • Your data is erased by a malfunctioning airport X-ray machine.
  • Your house burns down.
  • Your PDA is stolen.
  • A virus infects your files, and your recent backups.

Which of these disasters could make you go out of business? Or subject you to identity theft? Or to a lawsuit from your customers for leaking their information?

Many things can happen that have a similarly disasterous effect. Being prepared for disasters can make life easier if the event actually occurs

Several issues come into play here, and you need to consider all of them:

  1. Loss of use of your equipment.
  2. Compromise of sensitive data.
  3. Loss of data, including corrupt backups, deleted files, or important files you change accidentally.
  4. The overall risk of any of these events.

These are some of the considerations to be made when planning your disaster recovery strategy, and I’ll get into more detail in future issues.

How do I back up my data?

There are several approaches to doing backups. It used to be that most places would get a tape-drive and put entire system backups on a schedule to run overnight. Tapes aren’t always reliable, though, and it can be very difficult to retrieve individual files.

These days there are a lot more options. Writable CDs and DVDs provide a cheap way to create permanent backups, and create historical archives. USB thumb drives make for a simple way of instantly making a copy of important files. Large hard drives are cheap to buy, and when installed in an external drive enclosure or removable casing, become the most economical way to back up large sets of data.

If you have a Local Area Network (LAN), you can backup important files by simply copying them to other computers. If you’re in an office environment, I highly recommend having a server, and concentrating your backup efforts onto the server instead of individual workstations.

The best backup system is one you don’t have to think about at all. Ideally, your laptop or workstation should have no data that’s not also stored somewhere else. We’re all human afterall and the more work it is to do a backup, the less likely you are to have done one when you need it. So how did I do, when my laptop died?

The best backup system is one you don’t have to think about at all. Ideally, your laptop or workstation should have no data that’s not also stored somewhere else

Painful self-analysis

I probably rely on my laptop for a wider variety of data than most people. An important part of your backup strategy is identifying what data needs to be backed up, how often, and where. Here’s a list of what was on my computer:

  • Email
  • Contact addresses
  • Calendar/Schedule
  • Password database
  • Sensitive customer files
  • Sensitive business data
  • Finances
  • Non-sensitive customer files
  • Non-sensitive business documents
  • Prototype databases for web application projects
  • Prototype web applications under development
  • The operating system and application software
  • Configuration details about the machine itself
Don't miss out on the other pages!
12next ›last »

Write a full post in response to this!

Similar articles

0

Do you like this post?
Vote for it!

Copyright information

Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved.

Biography

John Locke: John Locke is the author of the book Open Source Solutions for Small Business Problems. He provides technology strategy and free software implementations for small and growing businesses in the Pacific Northwest through his business, Freelock Computing.

admin's picture

I hope you took out the Harddisk

Submitted by admin on Wed, 2006-03-29 05:24.

Vote!
0

From: Phil Trickett
Url: www.trickett.info
Date: 2005-05-14
Subject: I hope you took out the Harddisk

Before washing the laptop under the tap!

Nice article.

Would be nice to see how you use your encrypted partitions, and a couple of other things mentioned in the article.

Good luck with the laptop!

Phil

Data recovery services's picture

Well, yea, washing your

Submitted by Data recovery services (not verified) on Thu, 2007-10-11 17:57.

Vote!
0

Well, yea, washing your laptop under the tap pretty much leaves him with no chance... I know loosing data is a living hell, I have been through this and trust me, I never want to see it repeating. I even developed a phobia for it, if you search my bag you will understand.

admin's picture

Take out HD, copy it

Submitted by admin on Wed, 2006-03-29 05:26.

Vote!
0

From: Mik Yelrem
Url: Cox.net
Date: 2005-05-14
Subject: Take out HD, copy it

If your laptop dies from coffee, and the Hard Drive (HD) is not damaged, then you should be able to take out the HD, put it into one of those adapters that make it so that you can plug it into an IDE cable. Then connect it into your Desktop in an open IDE connector, then boot your Linux from a CD or Floppy (like Knoppix, your boot floppy for Linux, if you made one, or some way to bypass the possibility that the desktop will try to boot from the laptop HD). Then you can use dd to copy your whole hard drive to another drive. True, maybe you need to go buy another drive to copy to, but if you really want your configuration back in a form where it will work just as before, assuming no HD damage from the coffee, you have to copy the drive to another drive.

Another thing you can do is get a USB hard drive case with the USB circuitry in it, and put your laptop HD into that. Then you can plug that into a working computer and pretty much copy what you want into some disk space on the host computer.

Probably the best thing would have been to just take out the hard drive, then get the laptop fixed while using a different hard drive (used just to make sure the repair worked), or buy a new hard drive to be used for this repair. But keep the original HD that was in the laptop at your house. Then, when you get back the working laptop, just put in the original HD, and since it is going into the exact same type of computer, it should just work fine.

Sure it may cost some for the extra hard drive, if you have to get one, but you get your data and configuration all back just fine, and no worries about anyone else getting your data. At the repair shop perhaps all they will have to do is to put in some new components and just keep the old HD and it will work.

For data security people should buy a backup hard drive, and periodically copy the main drive to the backup drive. The Knoppix Hacks (O'Reilly) book describes how to do these things.

Using these techniques perhaps we can avoid shipping away our important data. It may cost more, but it may be well worth it. Then, even if coffee takes out the HD too, you still have everything up to the last backup date, and you can run from the backup hard drive.

Anonymous visitor's picture

airport x-ray

Submitted by Anonymous visitor on Wed, 2007-01-03 01:31.

Vote!
0

i am almost positive that my computer was bit by a malfunctioning airport x-ray machine. has this happened to anyone else?

is my data lost forever?

Anonymous visitor's picture

um

Submitted by Anonymous visitor on Thu, 2007-02-08 12:49.

Vote!
0

you didn't give us enough information

raid data recovery's picture

Please don't mention me

Submitted by raid data recovery (not verified) on Thu, 2007-10-18 18:29.

Vote!
0

Please don't mention me again about loosing data, the last time I have through this it was a endless nightmare and I know I am not the only one saying this. Having an good backup strategy is a "must" for all of us.