Slashdot Mirror


Affordable Home Backups for 10-100G Systems?

MichaelJames asks: "Ok, I have my MP3's streaming, all our digital pictures up, and a file server running on one machine in the basement. What would be the best way to do simple backups of the system and data? Get a tape drive Get a CDRW or DVDRW to backup the MP3 and pics, but use the old Zip drive for the file server data?" With drives in the 10-20 gig range only getting smaller and less expensive, what are we to do for backups, that have yet to scale well in the same range. For home systems with up to 100G of storage, what do you use to back up that much data, with a solution that's affordable to the average computer user? Have DVD writers become cheap enough for serious consideration as a backup media?

5 of 690 comments (clear)

  1. Tarballz! by rantenki · · Score: 5, Informative

    I have a 100BaseT network, and a server computer that resides in a different room from the rest of my systems. I rotate backups using those aluminum drive caddies. A pair of 60G drives turned out to be MUCH cheaper than the equivalent size tape backup. Every day, I rotate out the drive at the end of the day, and swap with the other. The spare I keep in a fireproof safe. Just tarball the appropriate directories. Done. Poof. Much faster than the average DDS3 tape drive too. Runs at night and I don't even notice it.

  2. Hard drive . . . rsync by pete-classic · · Score: 5, Informative

    A lot of people have mentioned that disk to disk backup seems to be the best way to go.

    I agree.

    What hasn't been mentioned is rsync, which makes disk to (local or remote) disk backups fast and easy.

    It is trival to set up a second disk that is a "stale" mirror of your primary disk(s) that backs up nightly, and will boot off a floppy. This captures some of the advantage of RAID (quick recovery) while being an actual backup, not just fault tolerance.

    Rsync can use ssh as a transport, so you can securely back up remote disks as well.

    -Peter

  3. RAID is _not_ backup ! by morzel · · Score: 5, Informative
    I've seen some commenting that creating a RAID array will suffice to secure your data, but that's really not true:

    RAID offers good protection for some things: hardware failure (ie: HD crash) and uptime. That aren't the only woes, however... You can loose data in a lot of ways:

    Disaster (fire, quake, flood, nuff said)

    Hardware failure (disk, controller, ...)

    OS failure (FS corruption, ...)

    Application failure (User space applications malbehaving, virii, ...)

    User failure (accidental deletes, experimental children - trust me on this one ;-)

    RAID will protect you from the second, but will happily add nothing in case of any of the other failures. Backing up to another media is a necessity.

    Adding an extra disk (or two, or three), and some tar/cpio cronjobs will add basic protection. (No disaster recovery for you, unless it's off-site :)
    Removable harddrives (firewire, frames, ...) are a plus, but more cumbersome.

    Tape is considered a more 'trustworthy' backup medium because the mechanism and data storage are separated (ie: tape drive / tape), while in a HD it's in one single package, and it's not as easy to replace the logic board/stepper motor if this flunks. With tape it's easier: just get a new tapedrive.

    Anyhow: don't rely on RAID to save your data - it won't.

    --
    Okay... I'll do the stupid things first, then you shy people follow.
    [Zappa]
  4. Try DLT... by bani · · Score: 5, Informative

    There are two ways you can go relatively cheaply, and IMHO a far better solution than CD-R or CD-RW.

    Pick up a DLT2000XT (15gb native) off ebay for about $200. Tapes are dirt cheap, about $5/ea and the media is extremely durable, nearly indestructible.

    Pick up a DLT1 (40gb native) off ebay, about $500. Tapes are moderately expensive at around $20/ea, but again the media is extremely durable.

    DLT is industrial strength backup, the drives are built like tanks and the tapes can take incredible abuse.

    Its all standard SCSI and works great with linux, no problems whatsoever.

    I considered buying hard drives for backups, but they are far too fragile for long term backup and off-site storage. Most drives arent designed to be spun up and down lots of times either.

    Last thing you need is for your backup harddisk to go splat when youre trying to power it up to restore your main system from a data loss.

    With DLT, this isnt likely to happen.

  5. Re:Hard Drive == Long Term Backup by Ogerman · · Score: 5, Informative

    Since when is a harddrive not a semipermanent media that can be easily taken off site? I'm surprised this comment got modded up so high. And since when are tapes such a reliable media compared to a hard disk? So burn-in the drive for a few days before using it for backups. And use a S.M.A.R.T. utility to diagnose the drive before each backup to reduce the chance that something is getting ready to fail.

    Your best option is to put all data on a 2-disk mirrored RAID and use another drive as a removable for an off-site or fire-safe backup. The probability of 3 hard disks failing simultaneously, one not in use, is so incredibly small it's laughable. And for that non-zero chance, if it happens, you can pay to have the spindle of one of the failed drives transferred to a new drive in a clean room.