Re: A nasty ataraid experience.



Bruce M Simpson wrote:
[...]
I also now understand that I can't rely on RAID alone to keep the
integrity of my own data -- there is no substitute for backups,

That's 100% true. RAID -- even true hardware RAID -- is
*never* a substitute for backup. Consider:
- Fire.
- Theft.
- Lightning strike or power surge.
- The cleaning woman knocks the tower over.
- ...
In all of those cases, chances are that both disks in the
RAID mirror die. Also, as you mentioned, it doesn't
protect agains human errors ("rm *" in the wrong directory
and similar things).

Backups should always be made to media that can be taken
offline and stored in a safe place: Tape, optical disks,
hard disks in swappable drive trays, or external drives.

I just wish there were realistic backup solutions for individuals
trying to do things with technology right now, without paying over
the odds, or being ripped off.

I think the best solution is to use standard hard disks
in external enclosures (USB, Firewire, eSATA). They're
fairly cheap these days and easy to handle. Furthermore
they're quite fast.

For a very simple backup solution I recommend to buy at
least two USB disks and use them alternating, so you
still have a good backup on the shelf when something
catastrophic happens while the other one is connected
to your computer.

As for the backup software, I simply use "cpdup" (from
ports/sysutils/cpdup) to duplicate the file systems.
It's fast (copies only changed files), and you can
easily restore files after an "rm *" by simply copying
them back with cp. (The only gotcha is that cpdup
doesn't preserve "holes" in sparse files, but cases
are rare where you need that.)

Of course you can also treat the disks like tapes and
dump(8) to the raw device (or tar, cpio, whatever),
if you prefer.

YMMV, of course.

Best regards
Oliver

--
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd

"We will perhaps eventually be writing only small modules which are identi-
fied by name as they are used to build larger ones, so that devices like
indentation, rather than delimiters, might become feasible for expressing
local structure in the source language." -- Donald E. Knuth, 1974
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Trouble Backing Up
    ... Every time I tried looking through help files, I was always referred to the 'system disks' that I don't have. ... I called the store back when I bought my computer and they told me the same thing, that Win XP is 'partitioned' with everything I need in case I want to restore or recover my system, but here's problem #1: I wanted to use backup, but it wasn't automatically installed. ... I was to open a certain file from the 'mystery disks' and find the backup program and install it that way. ... I've had a Support Ticket out with Norton for 2 weeks now and so far, all I've gotten in return was the automated message everybody gets when you first send the request for support! ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Anyone seen this before?
    ... with an Adaptec 2110S RAID controller and a pair of disks. ... drive and home brewed cpio backup with a DVD writer and Microlite ... When testing the RE2 disaster recovery CD boot ...
    (comp.unix.sco.misc)
  • Re: House on Fire... Do You Rescue the Computer?
    ... in the US, anyone on Cable, DSL, or FIOS gets unlimited uploads. ... I backup anything user-created/original and not easily replaceable. ... I have bootable recovery disks that restore the running software, another drive that restores data and the updated files within the Program Files hierarchy. ... Or if he thinks he does, uses weak keys anyway because they're easier to type every time he wants to access his data. ...
    (sci.electronics.design)
  • Re: failing & corrupt hdisks & mirror... restore VGs from tape?
    ... brought the system down, physically removed the disks, ... tried to restore vg01 from the tape backup that we had (tape backup ... using restvg for this, and various smitty restvg, smitty lvm methods ...
    (comp.unix.aix)

Loading