old-www/LDP/sag/html/backups.html

186 lines
4.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>On the importance of being backed up</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Linux System Administrators Guide"
HREF="index.html"><LINK
REL="UP"
TITLE="Backups"
HREF="backups-intro.html"><LINK
REL="PREVIOUS"
TITLE="Backups"
HREF="backups-intro.html"><LINK
REL="NEXT"
TITLE="Selecting the backup medium"
HREF="backup-media.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux System Administrators Guide: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="backups-intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 12. Backups</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="backup-media.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="BACKUPS"
></A
>12.1. On the importance of being backed up</H1
><P
> Your data is valuable. It will cost you time and effort
re-create it, and that costs money or at least personal grief
and tears; sometimes it can't even be re-created, e.g., if it
is the results of some experiments. Since it is an investment,
you should protect it and take steps to avoid losing it. </P
><P
> There are basically four reasons why you might lose data:
hardware failures, software bugs, human action, or natural
disasters. Although modern hardware tends to be quite reliable, it
can still break seemingly spontaneously. The most critical piece
of hardware for storing data is the hard disk, which relies on
tiny magnetic fields remaining intact in a world filled with
electromagnetic noise. Modern software doesn't even tend to
be reliable; a rock solid program is an exception, not a rule.
Humans are quite unreliable, they will either make a mistake, or
they will be malicious and destroy data on purpose. Nature might
not be evil, but it can wreak havoc even when being good. All in
all, it is a small miracle that anything works at all. </P
><P
> Backups are a way to protect the investment in data.
By having several copies of the data, it does not matter as much
if one is destroyed (the cost is only that of the restoration
of the lost data from the backup). </P
><P
> It is important to do backups properly. Like everything
else that is related to the physical world, backups will fail
sooner or later. Part of doing backups well is to make sure
they work; you don't want to notice that your backups didn't work.
Adding insult to injury, you might have a bad crash just as
you're making the backup; if you have only one backup medium,
it might destroyed as well, leaving you with the smoking ashes
of hard work.
Or you might notice, when trying to restore, that you forgot to
back up something important, like the user database on a 15000
user site. Best of all, all your backups might be working
perfectly, but the last known tape drive reading the kind of
tapes you used was the one that now has a bucketful of water
in it. </P
><P
> When it comes to backups, paranoia is in the job
description. </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="backups-intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="backup-media.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Backups</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="backups-intro.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Selecting the backup medium</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>