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?

690 comments

  1. Hard Drives by Tackhead · · Score: 5, Insightful
    > 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?

    Given that a 100G hard drive is cheaper than any removable media solution, why not just buy another hard drive and install it in a removable (not hot-swappable, just removable) rack?

    Racks are $20 at my local Fry's, and inserts for other hard drives are $10.

    1. Re:Hard Drives by cats-paw · · Score: 1

      That's the ticket.

      I got me a firewire set-up.

      Plug in 30GB - backup - unplug -turn off.

      Takes about 6min.

      --
      Absolute statements are never true
    2. Re:Hard Drives by Marvin_OScribbley · · Score: 4, Informative

      This will also work for laptops. I recently purchased an external drive enclosure with a PCMCIA connector (also available in Firewire and USB), and a separate 3.5" hard drive. The cost of the two together was less than these external drives they advertise for backing up your notebook, plus I can reuse the drive enclosure for any 3.5" hard drive.

      The drive enclosure was a bit more expensive than the rack mentioned above (under $100 with shipping) however it did come with a two sets of enclosures - one for the drive itself to use externally, and another to put in a PC cabinet if you want to hot swap the drive with it instead of using the card slot.

      --
      I'm not a journalist, but I play one on slashdot
    3. Re:Hard Drives by Stoutlimb · · Score: 3, Informative

      I did exactly just that for a small office that I consult for. It backs up the entire server hard drive, and all critical information on all networked workstations, such as e-mail, etc... And for the backup software, I simply used Powerquest's DataKeeper software, that happened to come free on a driver disk for a Firewire hard drive bay I bought on a whim and never used. Compared to the tape back-up and other options, this was a no-brainer, both in the price and ease of use departments. Running the backup was reduced to a one-click wonder app, perfect for the "mature" staff in this office. ;-)

      Does anyone have a better bang/VS/buck solution? I know CDRW's are quite cheap, but one has to factor in speed, as well as human intervention. Swapping disks requires attention, which requires a wage. The backup system simply is launched every friday after work, and does it's thing on it's own time, without need for people. And with 100GB, no sanely priced tape drive comes close.

    4. Re:Hard Drives by robbyjo · · Score: 1

      That's true. Hard drives are cheap nowadays. However, storing data in hard drives can risk your data, namely in bad sectors problem. Don't rely on MTBF scores, they're not too reliable.

      You'd probably want to have the backups in any flavor of DVD discs -- 8.5 G for double sided discs, about $10-20 each. DVD lifetime is claimed to be 50+ years(?).

      Or, alternatively, you can make a IDE-disc based RAID system to overcome data losses.

      --

      --
      Error 500: Internal sig error
    5. Re:Hard Drives by Uruk · · Score: 2, Redundant

      One of the reasons that hard drives are lousy back up medium is because they don't address some of the needs of serious backup systems.

      Sure if it's removable then you're probably mostly OK, but if some power accident fries your box, and your backup hard drive is in there, oh well.

      Another principle of good backups is to have another copy in another location, since having an extra hard drive won't help you if your house burns down.

      For average users, I think the only real solution to backups is going to come when network storage is dirt cheap and bandwidth is just as cheap. God how I'd love to backup my data with one entry in a crontab:

      0 * * * * scp -r / myaccount@bigcheapstorage.com:/home/myaccount

      (Using the SSH keysystem to avoid entering passwords, of course) :)

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    6. Re:Hard Drives by c.r.o.c.o · · Score: 3, Interesting

      I just hate it when somebody posts exactly what I was going to post. Had to erase a good two minutes of typing because of it. :)

      Anyway, that is exactly what I am doing. I have a 13Gb hdd for the system, and a 40Gb for storage (mp3s, movies, etc). Also I have a burner and one of the removable racks you mention. And in it, there's an identical 40Gb hdd used solely for backups. I keep it safe, and I plug it in every few days to copy the new stuff to it, remove the old, etc. I know that ideally I should have more backup space than hdds I'm using, but I never really run out of space. I am always writing the very important files to CDs, sometimes in duplicate. Call me paranoid, but after losing 3 years of data because of a hdd crash and a cheap CD which refuzed to be read, I'm not taking any chances. Also, all the stuff I don't need often (less than once a month) goes to CD.

      One very, very important thing though. Don't cheap out on the removable racks. Make sure that at least the lid on the one you get is mettal, and there's at least a fan in the hdd tray. All racks have one fan on the rack itself (the part that gets mounted in the case). But make sure you have another one in the tray.

      I used to have a rack made out of plastic completely, and with only one fan. My Maxtor 7200rpm drive was getting HOT. And I do mean hot! Then one day I ripped the IDE cable from its mount, and I had to buy another rack. This one is with metalic lid, and 2 fans inside. Now the hdd doesn't even get warm. And the difference in price between the racks was $10 canadian (about US$7.5).

      Those few extra bucks are probably going to prolong your hdd life by quite a bit.

    7. Re:Hard Drives by Loligo · · Score: 1

      >Given that a 100G hard drive is cheaper than any
      >removable media solution, why not just buy
      >another hard drive [...] ?

      Because part of the idea of a serious backup solution is having multiple incarnations of backups. While this might be overkill for a home backup solution, bear with me...

      What good is it to back up every week if the data you backed up Saturday night was corrupted Saturday afternoon and overwrote last Saturday's GOOD backup?

      -l

    8. Re:Hard Drives by FatRatBastard · · Score: 2

      It also fails if you need to go back and grab a file from 6 months ago. Tapes and a good backup schema help take care of that.

      Of course, the poster was looking for a home backup, so data retention probably isn't high on his/her list.

      I have way too many god damn machines on a home network (windows, linux, Solaris/Sparc, OSX, etc) so simply backing up to a seperate drive doesn't look like it would cut it. Tapes would be best for a med/large *home* network, but it ain't exactly the cheapest. It might be worth looking at e-bay, dot bomb auctions to see if you can pick up a tape drive for cheap.

    9. Re:Hard Drives by tuxlove · · Score: 2, Informative

      Don't rely on MTBF scores, they're not too reliable.


      That's actually pretty funny - the reliability metric isn't reliable.

      I agree, don't trust hard drives. They're a bad solution for backups, as they don't store as well as real backup media. However, RAID systems are also not suitable because you can't archive data in case your system burns, and it doesn't protect you from filesystem corruption or inadvertent "rm -rf" commands.

      They're steep in price, but DLT or AIT are optimal. The newer models are capable of 100GB, except you can't get that much on there if the data is uncompressible (like MP3s are). If you wanted to be able to back up less than 100GB, you could probably get an older DLT/AIT for a grand or less. I've seen 8 or 10-slot AIT changers for less than $3kUS, a config which can store almost a terabyte. If you can afford that kind of cash, you probably won't have to worry about backups for a long time to come.

    10. Re:Hard Drives by Doppler00 · · Score: 1

      and scratches or dust on a DVD are not a problem? I have even had problems with CDROM backups that have had scratches or write problems with them.

    11. Re:Hard Drives by silicon_synapse · · Score: 2

      Hard drives was of course my first thought. They're cheap and widely supported. The problem though is that there are so many moving parts that can break. With something like a tape drive or DVD-Rs or something, the media is separate from the drive. If the drive goes bad, the media/data are still intact. Just remember redundancy is important whatever you choose to use.

    12. Re:Hard Drives by SecretAsianMan · · Score: 2, Insightful

      And then your house catches on fire, and your data is gone. Go with hot-swappable, and keep a weekly backup offsite.

      --

      Washington, DC: It's like Hollywood for ugly people.

    13. Re:Hard Drives by Anonymous Coward · · Score: 0

      Ecrix Tape drivers from VXA.com are the best solution I've found, 33/66 GB of storage per tape and the
      drive is SCSI and around 500$ on sale. I've just restored my WinXP box from scratch, it worked like a charm. It also backs up my FreeBSD fileserver. If you have 100GB of stuff you really should get an autoloader. Or else find out what you really need to backup.

    14. Re:Hard Drives by Anonymous Coward · · Score: 0

      I have 500GB free on my raid, and a full ds3 connect, you can backup your data on my system for 60$ a month :P

    15. Re:Hard Drives by cowbutt · · Score: 3, Informative
      Given that a 100G hard drive is cheaper than any removable media solution, why not just buy another hard drive and install it in a removable (not hot-swappable, just removable) rack?

      Some thoughts:-

      1) IME, Racks cause heat build-up and kill HDDs. I won't use them and I recommend others don't either.

      2) If you're going to permanently mount and power the drive, then it stands as much chance of dying through power cycles and usage as your main drive.

      3) If you're going to leave the drive unpowered most of the time, then you probably won't bother backing up because it'll require a shutdown, an opened case, a boot and another shutdown.

      IMHO, If you're going to use another drive, you might as well go for RAID and have the backups done automatically and continuously.

      --

    16. Re:Hard Drives by autumnpeople · · Score: 1

      So we shouldn't trust MTBF figures on HD, but we should believe that DVDs will last 50 years? How did that figure get worked out? My bet is MTBF calculations. That sounds like much the same thing to me...

    17. Re:Hard Drives by Dyolf+Knip · · Score: 2

      Good point. So we need one drive that is a realtime mirror, another drive that is backed up once per week and another once per month? Assuming that the backups are securely stored offsite, nothing short of an EMP is going to hurt that data. But quadrupling (at least!) the cost of his storage was probably not what the poster had in mind...

      --
      Dyolf Knip
    18. Re:Hard Drives by swanky · · Score: 1

      Just out of curiosity, how would open files be handled by this program?

    19. Re:Hard Drives by Stoutlimb · · Score: 2

      They are skipped, and the "error" is logged. :-|

      Presumably they are caught in the next backup cycle. Anyone have a better idea?

    20. Re:Hard Drives by questforme · · Score: 1

      I currently store all of our business files on a completely different computer in the warehouse. Better than the situation before where where everybody had a portion of the business files on their computer, to confusing. I also backup up the data to a different computer. I store it on hard drives because the data is constantly updated making a CDR or DVD-R not ideal.

    21. Re:Hard Drives by Anonymous Coward · · Score: 0

      Backing up MP3's? Isn't that kinda like getting veterinary care for a hamster?

    22. Re:Hard Drives by Drakino · · Score: 2

      They're steep in price, but DLT or AIT are optimal. The newer models are capable of 100GB, except you can't get that much on there if the data is uncompressible (like MP3s are). The newest DLT drives, dubbed SuperDLT do 110GB uncompressed. AIT right now is at 50gb uncompressed. For my linux server at home, I picked up an external 15/30 DLT drive, plus 8 10 gb tapes for $250. Well worth it, just keep your eyes open for deals like this.

    23. Re:Hard Drives by Metrol · · Score: 2

      Presumably they are caught in the next backup cycle. Anyone have a better idea?

      Yeah, shut down networking. On an NT box bring to a halt both the workstation and server services with the net command. For Linux simply kill Samba or NFS, depending on what you're doing. The idea is to bring the box to a "restricted state" so every darn thing gets backed up.

      This kind of networking shutdown is easily scripted, and is the only reasonable way I know of to work around file locks on a live server. Mind you, doing this in the middle of the day will most likely get torches lit and pitch forks sharpened as the natives tend to get a wee bit restless on ya.

      --
      The line must be drawn here. This far. No further.
    24. Re:Hard Drives by comcn · · Score: 2, Interesting

      0 * * * * scp -r / myaccount@bigcheapstorage.com:/home/myaccount

      Great idea, but why use scp? rsync does exactly the same thing, but in a far more efficient way, as most of the files in your whole directory tree (/) are unlikely to change every day.

      Something like (and I also wouldn't run it every hour for my size of fs...)

      0 1 * * * rsync -aze ssh / account@backupmachine:/home/bigstoragearea/
    25. Re:Hard Drives by Brian+Feldman · · Score: 1

      > 3) If you're going to leave the drive unpowered most of the time, then you probably won't bother backing up because it'll require a shutdown, an opened case, a boot and another shutdown.

      Why would you bother doing that? I just nearly toasted a few drives that have lots of important data on but had no back-ups, so I went to Circuit City and bought an 80GB ATA drive for $200 to back everything up to. I vowed if I could restore my system, I would devise a real back-up plan. Now, I have one:

      1) Buy an extra hard drive bigger than the sum total of the existing local storage. This is cheap, very cheap, and as fast as any other possible backup solution.
      2) Buy a lockable, power-switched caddy to mount in the system. I just got two off eBay for $30-some dollars, which means I can easily make yet another backup elsewhere if I install the caddy there.
      3) Find a way to be able to make a copy of the filesystems in a stable state. There should be a way. For example, I run FreeBSD; this means I can create a "snapshot", a copy-on-write disk image of any given FFS filesystem, which will remain quiescent while I back it up, and allow the system to continue operation. At worst, you could revoke write access to all programs running on a given filesystem, remount it read-only, and copy it directly then.
      4) When time comes to make a back-up, simply stick the drive in, power the drive on, tell your ATA controller to attach to it, mount it, and perform backup procedures for each filesystem. When finished, unmount the filesystem, have the ATA controller detach the drive, and power it down and remove it.
      5) Take the drive somewhere else for off-site storage. Repeat with N more drives depending on level of assurance desired.

      Simple, eh? Cheap. Fast. Do you know of any flaws with this?

      --
      Brian Fundakowski Feldman
    26. Re:Hard Drives by benbean · · Score: 1

      Yeah but if you back up / then your private ssh key gets stored nicely on the remote server and you blow your security. ;-)

      --
      It's a Unix system - I know this.
    27. Re:Hard Drives by gotmypantson · · Score: 1

      I use an external USB2.0 HD enclosure with a plain old cheap IDE drive. It's hot-swappable due to the USB-ishness, and the USB2 transfer speeds are very good. When I end up needing more than 80GB of backup in the future, I'll just swap in a larger IDE drive.

      Adding offsite backups would be as easy as getting another drive/enclosure and taking it to a friend/neighbor's house between backups.

    28. Re:Hard Drives by Anonymous Coward · · Score: 0

      Hard drives are NOT an effective backup solution. What if your backup hard disk fails? It IS possible. The best thing you can do is back up to two (2) different sources and store a copy in a fireproof safe. Usually tapes are used because they are relatively inexpensive and can back up 40GB of data no problem.

    29. Re:Hard Drives by Stenpas · · Score: 1
      In another location in case of a fire? I'd recommend that for the generic PC, but for one of Apple's G4s, you're fine even if there is a fire.

      That's not an isolated case either. Another Powermac got toasted and lived to tell about it and the pictures to prove it (Babelfish translation, site is in spanish).

      Although I am a mac freak, I would have NEVER thought that a Powermac would be able to withstand THAT kind of heat/damage. Even though the outside will look like a warzone has taken place, be assured that your data will be safe.

    30. Re:Hard Drives by xanadu-xtroot.com · · Score: 1

      If the drive goes bad, the media/data are still intact.

      Yea, that's true. Untill one day someone deleted something they shouldn't have and you go to restore it only to find that the drive was FUBAR'ed but still sending errorlevel 0 (meaning "Good Backup"). No errors, no nothing, good finishes is all that was reported. Just a tape that was worth as much as the lint in your pant's pocket.

      Yes, I had this happen not 8 months or so ago...

      NT box, of course...

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    31. Re:Hard Drives by agallagh42 · · Score: 2

      That's what ya get for not checking the little box marked "verify written data". Just cause it's a gui doesn't mean it's idiot proof...

      --
      Carpe Cerevisi - Seize the Beer
    32. Re:Hard Drives by agallagh42 · · Score: 2

      Doesn't work so well on a file that is accessed 24/7 (database files for example). That's why most decent backup programs (like backupexec) offer an "Open File backup" option. Costs a bit more, but worth it.

      --
      Carpe Cerevisi - Seize the Beer
    33. Re:Hard Drives by bienfaissant_digital · · Score: 1

      maybe because HDDs are not reliable as removable media. when stored on the shelf for many years they might go bad... cds you can stick in a case and leave them on the shelf for a very long time and nothing will happen.

    34. Re:Hard Drives by psamuels · · Score: 2
      Yeah, shut down networking. On an NT box bring to a halt both the workstation and server services with the net command. For Linux simply kill Samba or NFS, depending on what you're doing.

      Call it a bug or a feature, but Linux (along with other Unix flavors) will never deny read access to a file due to locking. That is, it doesn't have mandatory r/w locks. (Someone correct me if I'm wrong - perhaps some Unices out there do have these.) Throw in the fact that in Linux/Unix you can rename or delete open / locked files (due to the Inode Paradigm) and I call it a very handy feature rather than a bug.

      You might still want to shut down server processes, simply to ensure a consistent state of their data files. A well-written server process will use journaling / checkpointing to ensure disk file consistency at all times (think: what happens if you get a sudden power failure or system crash?) but perhaps not all server apps are well-written.

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
    35. Re:Hard Drives by psamuels · · Score: 1
      Yeah but if you back up / then your private ssh key gets stored nicely on the remote server and you blow your security. ;-)

      Not to mention /proc/kcore, which is rather large and rather useless. (:

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
    36. Re:Hard Drives by walt-sjc · · Score: 1

      HELLO - The question revolves around HOME backup. Bringing your system down to single user mode is exactly in order here... The idea of backing up opened files is silly. The files are in an unknown state. Any "options" to enable that are not really doing you any favors.

      You also only need to backup minimal parts while in single user. Most big archive / home partitions can be remounted read-only during a backup. You do partition your disk, don't you? Linux isn't DOS, and some things are MUCH easier with a good partition layout.

    37. Re:Hard Drives by xanadu-xtroot.com · · Score: 1

      ummm... I don't use the GUI. I write scripts. Yes, I have mine verify the writes. All still exited with errorlevel 0. I didn't know. Luckly (so to speak) it was only a couple weeks. So I didn't miss much (not much activity on that LAN).

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    38. Re:Hard Drives by nolife · · Score: 1

      I found a very cheap solution for backing up my +20GB of mp3's. Its redundant, off site and best of all -- completely free --. I found two friends that were willing to bring over 30GB drives and make a backup for me. Actually one had a bare drive and the other plugged his Windows machine in and pulled them from my samba box.
      Funny thing though, when he was done my collection had grown from 18GB to over 25GB's?

      --
      Bad boys rape our young girls but Violet gives willingly.
    39. Re:Hard Drives by Anonymous Coward · · Score: 0

      Getting caddies to allow me removable harddisks is exactly the approach I am embarking upon.

      What else gives you as much storage as quickly and cheaply?

    40. Re:Hard Drives by Anonymous Coward · · Score: 0

      Totally agreed.

      Here's my sad backup history:

      Syquest Sparq drive (now defunct): My drive broke. Got it fixed, rescued a few important files before it croaked again. I have 5 1GB Sparq disks I use for paperweights now (and I play racketball with the drive).

      IOmega ZIP Drive: Got the "click of death" syndrome on my drive after awhile. For those who don't know, this fries your disks if you try and use them in a COD'd drive. I have 12 100MB ZIP disks I use for paperweights now (the drive is an okay boat anchor).

      MS Backup (from Win95): In this case, I believe faulty software was to blame. Backed up 11 1.44MB floppies with this software. Tried restoring it after reformatting my system. Perpetual "insert last disk of the backup set" message. Surface scanned each disk and all were ok. You tell me what went wrong. 11 more paperweights.

      CDRs: I have had two CDRs become unreadable over time so far. It comes out to about 1.4GB of lost data. 2 coasters.

      I wholeheartedly recommend the hard drive solution. There's really nothing that can go wrong within reason. You don't have proprietary crap hardware to deal with, so you don't have to worry about companies going under when you need more storage or you need something fixed. You don't have fancy backup software to worry about (eg. is it actually going to restore my files after I format or lose my drive?). Unattended backup, too, which saves time. Inexpensive. You can take it off-site. You can buy a few drives if you want and rotate them (just buy 'em every few months to get started).

    41. Re:Hard Drives by battjt · · Score: 1
      I have way too many god damn machines on a home network (windows, linux, Solaris/Sparc, OSX, etc) so simply backing up to a seperate drive doesn't look like it would cut it.

      I think this would be ideal. I have a big linux box that I ba ck up to a w2k laptop, and back up the laptop and another couple desktops to the big linux box. Now a w2k virus/worm wont eat my linux box and a linux bug/worm wont eat my w2k box, so most everything is safe. My big Linux box has plenty of space to store multiple full copies of the w2k boxes.

      The only problem would be if the big linux box and a desktop box were crashed at the same time. This shouldn't happen as they are at different sites (or if the explosion is that big, I don't really care about my mp3s anymore). I still have some management issues of when to delete old backups so I have multiple copies, but that's about it.

      Joe

      --
      Joe Batt Solid Design
    42. Re:Hard Drives by mrfiddlehead · · Score: 1
      Who are thsese moderators? It seems to me that most of the arguments for doing backups iwth hard dirves is that they can be taken offsite. The best solution is to have a 2 drive mirror'd raid and swap the second raid periodically and then take the 2nd drive offsite for storage. This is about ten million times more secure than any home user would normally do, even with tapes.

      You're absolutely right about offsite network backup though, it is definitely the way to go. Only you'd be nuts to use scp to do this, try rsync if you don't want to backup your entire home account every day. I do this on two systems and since I'm only syncing the changes my backups are on the order of 2 or 3 MB uploaded per day. This is a great, first line of defence (in case one accidentally deletes a file, or, ahem, subdirectory tree, or ones entire system gets toasted.

      rsync -v --stats -xrlptgoD --rsh=/usr/bin/ssh --exclude-from=sync-out.exc /home/me me@remote:~/me-at-home

      Real men like command line switches.

      Of course, this is only a single copy. What is really needed is a good network differential backup system.

      One guy (hah!) has a start on it,

      dbak.pl this is a perl script that attemtps to do network differential backups. It's rough around the edges but with a bit of work ...

      --
      :wq
    43. Re:Hard Drives by commanderfoxtrot · · Score: 1

      My relatively modest system runs off a 20GB drive. I run a cron job every morning at 4am to back up the drive to another 1GB drive on the machine which is unmounted at all other times.

      I wrote a backup script which only backs up the changed files since the system was last backed up: these are then put in a tar.gz archive with full filenames and copied across to the 1GB drive only when the process is complete.

      Every month I do a full backup of my data, which along with the previous month's daily backups are copied to CDRW. They usually fit onto a singe disk easily. Why bother backing up the entire Linux filesystem, when it is just the data that is important? I can have a new Redhat 7.2 system installed in half an hour, and get my machine up and running almost as it was in under an hour. It may not have my fancy new custom kernel, but that is easy to recompile (I backup the config files and etc/* &c.) but it saves me great backup complexity.

      The important thing to realise is that the data has variable values. You don't need to backup an entire drive every day: just the data that has changed. Even then, not all data is that important. Balance cost of storage against the low chances of paying someone for an hour to type in again the figures.

      And while I'm here, a cheap £20 networked PC is effectively a hot-swappable IDE connector. Block devices over the network anyone?

      --
      http://blog.grcm.net/
    44. Re:Hard Drives by afedaken · · Score: 1

      Having an NT Box has NOTHING to do with it.

      I've sold my soul to microsoft (MCSE!!) and I've got plenty of reasons to hate NT...

      ...and I've had backups fail on me, with the software in question (CAI ArcserveIT) saying that everything was A-OK.

      But I've never had it happen for more than 4 days worth of data. I make **TESTING** The tapes part of my weekly solution.

      But if you're not TESTING your damn backups at least oncee a month, you're a negilgent administrator, no matter what OS your servers run.

      --
      If there's a castle floating upside down in the sky, then there's a castle floating upside down in the sky.
    45. Re:Hard Drives by Dr.+Mutex · · Score: 1

      Sure, the 500G of empty space will easily compress onto an old AOL diskette.

    46. Re:Hard Drives by tzanger · · Score: 2

      Doesn't work so well on a file that is accessed 24/7 (database files for example).

      Very true. Fortunately all acid-compliant RDBMS will let you "take a pull" off the database to tape. Ferinstance in Postgres I can do a pg_dumpall | bzip2 -1 > backup.bz2 or > /dev/tape. All the data is guaranteed to be in a useful state.

    47. Re:Hard Drives by kiwimate · · Score: 1

      Yep. Most backup software vendors charge hefty sums for "open file" agents or "SQL Server" agents, the latter at least of which has never made much sense to me. Schedule a dump -- backup the dumps with your file backup software. Case closed.

    48. Re:Hard Drives by Ben+Hutchings · · Score: 2

      Why are files locked in the first place? In general, file locking and unlocking is done around changes that need to be atomic. Backing up a file that is in the middle of such a change is not very useful, as it may not be in a consistent state.

    49. Re:Hard Drives by brain159 · · Score: 1
      you never had a pet hamster as a kid, did you?

      *sob*
      *sniff*

    50. Re:Hard Drives by psamuels · · Score: 1
      Why are files locked in the first place? In general, file locking and unlocking is done around changes that need to be atomic.

      True, locking is generally used to ensure consistency across two separate accesses to a file. It is also used to implement mutual exclusion - for example, locking a PID file to make sure only one copy of a daemon is running.

      Backing up a file that is in the middle of such a change is not very useful, as it may not be in a consistent state.

      True again. But what if you lose power? Should the application be able to recover? A well-written one will leave a file in a recoverable state at all times (either via checkpointing / journalling or via atomic rename).

      And in that case, you do want to back up the locked file. Because the lock exists to prevent two applications from overwriting each other's changes. The backup program catches the file in the middle of an update - fine, so that update is rolled back when the file is restored and the server process restarted.

      Decent backup software should have an option to attempt to take locks on all files (to make sure nobody else has them locked). But it should be an option, which is not possible with mandatory locks (like many locks in Windows).

      --
      "How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
    51. Re:Hard Drives by Anonymous Coward · · Score: 0

      How much of the data really /needs/ to be backed up? Most of your drive is filled with:
      - binaries, for which you have the original media (if you're a legitimate user)
      - various "temporary" attachments to email you've already deleted
      - the M/S "recycle bin"

      Do a more selective backup, for only the things you really want to keep and can't readily replace. In all likelihood, it's 10% of the files and 2% of the space on your drive.

    52. Re:Hard Drives by mnordstr · · Score: 1

      If you're going to use another drive, you might as well go for RAID and have the backups done automatically and continuously.

      RAID is only good for a server which needs to have 100% availiability. RAID is not a good backup option for many reasons. For instance, what happens when you get a virus/worm/whatever? It wipes out your data, and doesn't care if the data is on you backup drive.
      RAID also costs alot, and you need two identical HDs. We are talking about a home backup system, RAID is definetely not a home backup system.

  2. Tough problem by phr1 · · Score: 3, Informative

    DVD media is about $6 per 4.7GB disk now, but do you really want to use 20 pieces of media to back up a 100 GB disk?

    One thing some people do is back up their HD to a second HD.

    Zip disks seem practically useless these days--recordable CD is just too cheap and universal by comparison.

    Tape drives are the high-end solution, but expensive.

    1. Re:Tough problem by bonzoesc · · Score: 2

      Back in the day, people would use far more than 20 pieces of media to back up a 60 MB disk.

    2. Re:Tough problem by DAldredge · · Score: 1

      Yes, but the 20+ media didn't cost more than $120.00 USD...

    3. Re:Tough problem by zerocool^ · · Score: 4, Informative

      FYI, if there's anyone out there in retail sales working for a place that sells HP computers, you can log on to HP Info Lab and you can get a $400 rebate for the HP 100i DVD writer. There's also a $50 rebate available, which you can use in conjunction with the $400 rebate. The $50 rebate is available to the general public.

      This brings the price of a DVD burner down to $150, since the drive is 600 coon skins before rebate. At that price, and if the playstation 2 drops in price this christmas, i sense lots of burned games in my future...

      --
      sig?
    4. Re:Tough problem by Anonymous Coward · · Score: 0

      yeah but the media you're talking about cost less than $1 each back then

    5. Re:Tough problem by Anonymous Coward · · Score: 0

      Most PS2 games are released as CDs, with ripped out FMVs.

    6. Re:Tough problem by zerocool^ · · Score: 2

      ok i'm gonna go ahead and bite on this one
      About half of the PS2 games released to date are CD and half are DVD. The most compatible DVD format for PS2 is the DVD+RW (plus RW). Yah. The mod chips for ps2 are still in development, but thus far there are 2 popular ones - the first is easiest and most expensive. It's a USB mod chip, you open the PS2 and solder 3 points together. Put the USB chip in the USB port. Then you get a game shark, boot up the PS2 with the game shark and when it boots, you swap in the burned (cd/dvd). The other way involves no game shark and no swaping games, etc, but it takes 42 solder points inside the PS2, compared with only 5/6 for the PSX. And it's really easy to fuck up, and if you don't get the chip in right, and then remove the chip, the PS2 doesn't work. (friend's expierence).

      ~z

      --
      sig?
    7. Re:Tough problem by SkarTisu · · Score: 1

      The thing is, sure DVD/CD-R media is cheap, but the throughput is less than a hard drive. There's also the need to be physically present to swap media during the backup.

      If this person is going to do incremental backups, then that fact is less important. However, is they're going to do a full 100GB each backup iteration, then "speed is life."

      --
      rm -fr /bin/laden
  3. Maybe it's not fancy, but... by Strange_Attractor · · Score: 5, Funny

    Just get a lot (A LOT) of 1.44MB floppy disks...

    --

    ----
    WWJD...For a Klondike Bar?
    1. Re:Maybe it's not fancy, but... by Anonymous Coward · · Score: 0

      Wouldn't that be about 71,228,572 disks? No prob...! Better get started early though!

    2. Re:Maybe it's not fancy, but... by extremely · · Score: 5, Funny

      I'm pretty sure it is ONLY 71,111 diskettes. =) Which makes a stack just over 1/10 of a mile long...

      --

      $you = new YOU;
      honk() if $you->love(perl)

    3. Re:Maybe it's not fancy, but... by Anonymous Coward · · Score: 0

      Actually it's 71,111.111....

      Meaning that you'd need 71,112 disks to backup a *full* 100 gig hard drive.

      That is of course assuming that the 100 gig drive is truly 100 gig formatted and also that you're using a true gig and not Maxtor's definition of a gig (ie. 1000 meg instead of 1024 meg)

      Other that that slight miscalculation I see nothing wrong with this solution... ;)

    4. Re:Maybe it's not fancy, but... by smaug195 · · Score: 2, Redundant

      You sir, have wayyy too much free time on your hands.

    5. Re:Maybe it's not fancy, but... by chubbyj · · Score: 0, Offtopic

      and a monkey

    6. Re:Maybe it's not fancy, but... by karlm · · Score: 2
      That reminds me of a joke I once heard:



      Q:What do they call a person that uses floppies for backups?


      A:A frantic wreck.

      --
      Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    7. Re:Maybe it's not fancy, but... by gakido · · Score: 1

      Maxtor's definition is actually correct, a gigabyte is really 1 000 000 000 bytes. All drive manufacturers use pure powers of 10 for counting drive space because that's how HDD engineers count and there's no need to go 2^x when you don't have to.(ie there's no ICs to deal with on the magnetic level, or something like that. I'm tired.) It's just assumed when dealing with computer components that giga=2^30, when the textbook definition is 10^8 (if these numbers are wrong it's because I'm too lazy to open xcalc and check)
      No one has really decided on a good nomenclature for differentiating between 1024 and 1000. Gibibyte anyone?

      I'm sorry for being anal, but there's still 45 minutes to kill at work and I can't find another place to weasel into the conversation.

    8. Re:Maybe it's not fancy, but... by HilbertCurve · · Score: 1

      Paper is the way to go. There is nothing like printed copy.

    9. Re:Maybe it's not fancy, but... by VAXman · · Score: 2

      It's just assumed when dealing with computer components that giga=2^30

      Not really. Gigaherz, Megapixel, Gigabit/Megabit are all powers of 10. Hard drive sizes are powers of 10, although file sizes are powers of 2. RAM is always power of 2.

      Some things are just different. Like a floppy disk is 1.44MB, where MB=1024000 bytes (huh?)

    10. Re:Maybe it's not fancy, but... by Anonymous Coward · · Score: 0

      Megapixel: Many digital cameras take photos in 1024x768, or twice that. Those that do take pictures in powers of 10 have widths or heights of 2^x*10^y, as in 640x480 or 1600x1200.

      Gigahertz: My processor is 350 Mhz. But it's actually 348.488 Mhz (according to Linux). What kind of number is that? It's almost exactly 3.33 * 1024 * 1024.

      Megabytes of RAM are certainly 1024*1024 bytes.

    11. Re:Maybe it's not fancy, but... by Anonymous Coward · · Score: 0

      LOL!!!

    12. Re:Maybe it's not fancy, but... by An+Onerous+Coward · · Score: 1

      Doesn't anybody use gzip? You could compress that down to 1/20th of a mile easily.

      --

      You want the truthiness? You can't handle the truthiness!

    13. Re:Maybe it's not fancy, but... by kiwaiti · · Score: 1
      A hydraulic press might also do the trick.

      Kiwaiti

      --
      Member of the Legion Of Microsoft Haters
  4. Cheapest way might be another hard drive... by ncc74656 · · Score: 1, Redundant
    It's been said before, but tape drives are still fairly small compared to current hard drives unless you want to spend thousands for DLT or something similar. With 100GB+ hard drives around $300 or so, you might just want to throw a drive rack and a removable HD in for backup.

    One more thing...First Post! :-)

    --
    20 January 2017: the End of an Error.
    1. Re:Cheapest way might be another hard drive... by codingOgre · · Score: 1

      If you have a dlt7000 (heheheh) you can buy 40-80GB DLT IV tapes for 50 a pop. Not too bad

      --
      Space may be the final frontier, but it's made in a Hollywood basement. --Red Hot Chili Peppers, Californication
    2. Re:Cheapest way might be another hard drive... by nbcjones · · Score: 4, Insightful
      Dangerous. As long as it's plugged in to a computer, there's a chance it'll get fried.

      I once worked at a place where we had a lightning storm. Within a week, about half of the hard drives had failed, out of about a dozen. RAID won't save you then. And how fast can you get replacement hard drives installed, anyway?

      All the affected machines were plugged into good UPSes, too.

      Moral of the story: Always use offline backups.

    3. Re:Cheapest way might be another hard drive... by Sabalon · · Score: 2

      That's why it's a REMOVABLE hard drive. Kinda like the hot-swappable ones that servers have. Just pull it out of the machine and put it someplace safe when not needed - you know, someplace the cat can easily rub against it!

    4. Re:Cheapest way might be another hard drive... by Score+Whore · · Score: 1

      RAID is only useful for hardware failures. And a real (for some definitions of real) RAID arrays have hot swappable drives, hot standby drives, etc. You can yank the drive and restore it without your server ever failing. If you can't replace a drive in 2 minutes + online rebuild time (a performance loss depending on the hardware involved) then you need some help on system design.

    5. Re:Cheapest way might be another hard drive... by FirstOne · · Score: 1
      "I once worked at a place where we had a lightning storm. Within a week, about half of the hard drives had failed, out of about a dozen. RAID won't save you then. And how fast can you get replacement hard drives installed, anyway?"

      "All the affected machines were plugged into good UPSes, too. "

      The hard drives were likely damaged by the pressure shock wave of a nearby strike.
      I.E. Heads touched spinning media while running and contaminated the mechanism.

      I've been bitten by tape backups, which initially backup'd/verified up successfully.
      Only to discover bad spots on the tapes after a disk crash!
      Warning! NT/W2K/XP/Veritas backup aborts restore tape operation after encountering the first nonrecoverable tape media error! Ten(10) year old technology exists to skip over bad spots, but is not implemented on the previously mentioned M$ based products. Needless to say, no more M$ products.

      Until DVD-R's/RW media/drives come down in price.
      I'll continue to use CDR's and CD-RW's at 0.30$/GB and 0.65$/GB respectively.
      CDR/RW drives are fairly fast now, 12 to 16x is typical , got a new 12X-CDR/8X-CDRW drive for $70.
      I would burn all permanent data onto at least three(3) master sets of CDR's, and the volatile incremental data onto 10 sets of CD-RW's.

      I would make sure you can restore an entire image of your data with any combination of one permanent, and one incremental set. Note: Make sure your CD burning software supports a verify option, (like Nero), very important!

    6. Re:Cheapest way might be another hard drive... by ShortSpecialBus · · Score: 1

      Where the hell do you buy your hard drives? Black market in Communist China?

      Even Best Buy has 100+GB HD's for ~$180-280USD
      The one I was at yesterday had a 120GB Western Digital for $180. I asked why it was $75 cheaper than the 100GB one, and nobody knew, and figured Best Buy was trying to get rid of it

      So, $300 for a 100GB hard drive is an insane price. Even newegg has some 100GB hd's in the under $250 range. And, as I said, check your local best buy for a good deal.

      --
      //FIXME: Bad .sig
    7. Re:Cheapest way might be another hard drive... by Stalcato · · Score: 1

      Easy enough; just get a firewire HD and only plug it in during the backup/restore. Firewire's fast enough that the backup time won't be noticably longer due to it's being an external drive and it's proper plug & play so assuming your firewire ports are easy to get to, that would be a simple solution.

      D.

    8. Re:Cheapest way might be another hard drive... by Anonymous Coward · · Score: 0

      Moral of the story really is:

      Have some UPSs and good line filtering (read: surge protectors).

  5. raid 1 by Anonymous Coward · · Score: 1, Informative

    I'd get a cheap raid card, set up raid 1 simple mirroring and poof... some backup but not off site...

    1. Re:raid 1 by TheViffer · · Score: 1
      You dont even need to go that far. Sofware RAID can also provide you with a cheap alternative.

      Many know that Linux has software RAID, but that is not your only choice.Windows 2000 also provides software driven RAID.

      --
      -- Knowing too much can get you killed, but knowing who knows too much can make you rich.
    2. Re:raid 1 by pete-classic · · Score: 2

      RAID (even RAID1) is not backup, it is fault-tolerance.

      The difference becomes clear when you say ">" when you mean ">>"!

      -Peter

    3. Re:raid 1 by Anonymous Coward · · Score: 0

      Wow. Sad to see this confusion on a tech website. RAID is not for backups. It is for hardware fault-tolerance. Sally Sillyuser deletes a file on a mirror and it's gone. When she does the same on a system with a backup, the files are recoverable.

    4. Re:raid 1 by Anonymous Coward · · Score: 0

      raid is not a backup method. It prevents data loss due to bad disk, but doesnt prevent data loss from stupid users.

  6. More Drives by Liquid(TJ) · · Score: 1, Redundant

    Seems to me that, anymore, the only cheap solution that's got any speed to it is more hard drives. OF course, if you're looking to do weekly's or something then it's no fun changing out a whole drive for it every week, but then it's not THAT much work either...

    1. Re:More Drives by Tackhead · · Score: 2
      > OF course, if you're looking to do weekly's or something then it's no fun changing out a whole drive for it every week, but then it's not THAT much work either...

      No work at all if you go removable.

      (Removable drive rack review)

      All of the removable IDE (or SCSI) racks are pretty much the same as the gadget in the review, with minor variations on the theme.

      As a bonus, they make futzing around with other operating systems and/or distros (benchmarking, porting, fooling around) a piece of cake, and are a great way to "use up" those old Other uses - sneakernet with 20G removable media. If you live in an apartment and can't h4x0r j00r w4llz with cable runs, it makes loading content onto your "MP3/DiVX jukebox" computer a snap.

      I've got two on my "main" machine (one to boot from, one to use as a backup / "gigabyte floppy drive"), and one on each of my "media playback" machines.

    2. Re:More Drives by Anonymous Coward · · Score: 0

      Isn't it ironic that the RAID post was labeled redundant..

    3. Re:More Drives by Anonymous Coward · · Score: 0
      Why would I want to do weekly backups? That's waaaay too infrequent, IMHO.

      Personally, what I do is back up my relatively small hard to a removable medium (tape) every month or so, and then I run nightly, compressed incremental backups to a spare hard drive. That way I get offline storage I can use to reconstruct something if my computer completely blows up, and on-line storage that backs up very recent data. It's not perfect, but it's an OK compromise.

      Another solution, if you have a decent network connection, is the buddy system -- send your backups off-site to a friend's hard drive and vice versa. That way, you both have off-line backups, and no removal of tape is needed. For this to work, you either have to trust them, or send encrypted backup data.

  7. raid by geekoid · · Score: 1, Redundant

    since drive are so cheap, maybe systems should start coming with a standard raid set up?
    also you can by many tape solutions.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:raid by darkwiz · · Score: 2, Insightful

      Raid doesn't address one of the other common modes of data loss: catastrophic failure/natural disaster. If your raid gets set on fire, shocked with 1MV lightning, or doused in water, it will probably be completely gone. Offline backups (such as removable, or offsite backups) are much more reliable (it isn't likely your house is going to burn down at the same time your bank is subsumed by a tidal wave).

      Another thing that some of us are looking towards is finding a trustworthy friend to share capacity with. If you each buy the extra hard drive (or have space to spare), and rsync nightly with each other, you can get reasonable coverage, and offsite backup. Just pick one reasonably geographically far from you so your data doesn't get sucked up in the same tornado.

      Or if you don't trust the "friend", use an encrypted filesystem, or crypt the files first.

    2. Re:raid by xant · · Score: 2
      Mirroring isn't backing up. RAID (-5 or -1, at least, not -0) will protect a working system from hardware failure quite nicely. But it won't protect you from user error. The biggest source of failures in my personal experience has been installing software that destroys your partition, installing software that throws your system configuration into chaos and accidentally deleting or overwriting software that you really, really needed for system operation.

      RAID won't protect against those types of accidents. Indeed, RAID will happily mirror your screwup for you, automatically. Real backups, on removable media, are the only way to keep a working copy of your system. A separate, permanent hard drive would work too (although it doesn't provide the mental separation between "secure backup" and "live system" that DVDs or tapes would). The important thing is that you perform your backup manually, at a point when your system is in a "known good" configuration.

      --
      It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    3. Re:raid by HavingToLoginSucks · · Score: 1
      I set up a RAID 1 as ONE PART of my data safety. I did this just recently, the price of RAID has dropped to the point where its just plain irresponsible not to use this tech in some shape or form.

      But since my entire livelyhood sits on that box, data safety is a rather large concern to me. Are you dependant on that data for putting bread on the table, or is it more or less a hobby? That should be your primary question when looking at how much to spend on trying to make your system as fail-safe as possible. I myself go whole hog, tape backup, JAZ backup (what a bad buying decision that was, let me tell you, Iomega can burn in hell), CDR backups, and full hardcopy print, and a UPS that is way beyond my needs. I'm not running a server, this is just for my desk box.

      I haven't put anything of the sort on my "fun" system, my gaming/music/dirty movies machine, mainly because of my decision that the data on that machine is not important enough to me to merit the money or time spent backing stuff up.

      Really, the decision depends only on how important you think the data is.

    4. Re:raid by Anonymous Coward · · Score: 0

      "...also you can by many tape solutions."
      Seems that a word or two got left out; that doesn't make sense as it is.

  8. Veritas by alen · · Score: 1, Flamebait

    Borrow a copy of Veritas Netbackup Datacenter from work. Get a tape drive and some tapes on ebay for cheap.

    1. Re:Veritas by Anonymous Coward · · Score: 0

      What's wrong with GNU tar? I'm pretty sure that GNU won't be sending the feds after me for using their software.

    2. Re:Veritas by shepd · · Score: 1

      They are why I won't do that. :)

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  9. Inexpensive raid motherboard by Anonymous Coward · · Score: 0

    You can get inexpensive (ide) raid motherboards and a couple of big discs. Cheaper than a dvdrw solution (although not as flexible and neato)

  10. Recycle and save the environment! by meckardt · · Score: 5, Funny

    Hey, I've got all these 5 1/4" floppy disks sitting in boxes in a back closet. I bet if I added them all up, they would amount to close to 100 GB.

    1. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      > I probably have 100 GB in 5.25 floppies...
      Unless you have 83,000 of them, no. And if you have 83,000 floppy disks, assuming 20 per inch, that's a stack 345 feet tall, or 57 6ft tall stacks. That's 11500 cubic feet.

      That's a pretty big basement.

    2. Re:Recycle and save the environment! by Sabalon · · Score: 2

      Oh yeah...I've got a box of 5 1/4"'s I've been planning to burn to CD's forever.

      I can just see this as a backup solution ... "Just 4 more weeks and my Groundhog Day backup will be done...oh look - more trick or treaters" :)

    3. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      1 floppy=1.4MB. thus 100GB=71000 Floppies
      3 floppies are about 1cm thick. So there is a stack of 238m length of floppies or, packed in a box you have over 2 cubic meters of floppies packed compact.

    4. Re:Recycle and save the environment! by iceT · · Score: 2
      I bet if I added them all up, they would amount to close to 100 GB.

      I bet they wouldn't! I remember seeing the stack of floppies that = 1 Travan tape.. It was 6 feet high.

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
    5. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      I've got tons of 8 inch floppies from some old IBM system I used to maintain at an Insurance company, each 8 inch floppy held 256k...

      but I don't have 390625 of them (100 gig / 256k ) ... that might be 49 miles of 8 inch floppies in one long line if my math is right...

    6. Re:Recycle and save the environment! by yakovlev · · Score: 2, Interesting

      100GB of 5.25 inch floppies is like 28 cubic feet of floppy disk.

      At:
      2 MB/Floppy=.002GB/floppy
      5x5x1/25 Floppies/inch^3 = 1 Floppy/inch^3
      12x12x12=1728in^3/ft^3

      100GB of 5.25in floppies is:

      100/.002=
      50,000 floppies or

      50,000/1=
      50,000 cubic inches or

      50,000/1728=
      28.9 cubic feet

      That's a heck of a lot of floppy disks, espesically to back up one 5x3x10 = 150 cubic inch hard drive.

    7. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      This would need to be a BIG closet.
      5 1/4" floppies formatted at either 360K or 1.2 mb. If you assume you had ALL high density disks (the 1.2 mb variety), You would require 83,334 disks for a complete backup of 100GB. I unfortunately can't find any 5 1/4" disks here at work, however, if we accept a 3 1/2" disk as weighing ROUGHLY the same (.7 oz on the postal scale), then the total weight of this would be 3645.86 lbs. That is close to 2 tons, as much as a fairly heavy car. I really hope your closet is on the bottom floor!!!!

      -Matto

      P.S. Ok, if they were all low density they would weigh 4 times more, or 12,152 lbs. But who's counting!!!

    8. Re:Recycle and save the environment! by dollargonzo · · Score: 1

      that is NOT 11500 cubic feet...

      QED

      --
      BSD is for people who love UNIX. Linux is for those who hate Microsoft.
    9. Re:Recycle and save the environment! by Amazing+Quantum+Man · · Score: 2

      OK, what about all those 3.5" floppies that I got from AOL???

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    10. Re:Recycle and save the environment! by lordbyron · · Score: 1

      I might be mistaken but the best that 5.25 disk got to was 1.2M per disk and the vast majority are what.... 360K

      Just a note..

    11. Re:Recycle and save the environment! by sopwath · · Score: 1

      You overestimated the actual compacity of the disk. You have to remove 1 index track, 2 spare tracks, and 1 reserved track.

      It should be about 242944 bytes.

      Good luck,
      sopwath

    12. Re:Recycle and save the environment! by BakaMark · · Score: 1
      You would not want to live anywhere near the coast. Sometimes mould gathers on the magnetic surface of the floppy disk rendering it useless.

      Also the idea of using a backup solution is that you can actually find a means to restore the data. 5 1/4" floppy drives are getting harder to find nowdays. 3 1/2" "stiffies" would take up more space.

    13. Re:Recycle and save the environment! by fiftyfly · · Score: 1

      100gb ~ 69444 floppies ~ stack 173.61m tall Assuming 1 floppy ~ 2.5mm thick

      --
      "Sanity is not statistical", George Orwell, "1984"
    14. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      ever get the feelin people on slashdot have WAY too much time on their hands? Yeh? Me too.

    15. Re:Recycle and save the environment! by Dr.+JackAzone · · Score: 0

      another thing is that most of theese are probably not in a very good shape i.e. not useable.

    16. Re:Recycle and save the environment! by Anonymous Coward · · Score: 0

      In addition, if you could write each disk in 30 seconds (probably WAY to fast for floppies), it would take you 29 DAYS to back up the entire drive....:)

  11. Not big enough by paulywog · · Score: 3, Insightful

    I don't really think CDs and DVDs really aren't big enough for regular backup of large sets of files. It's just too inconvenient to have to setup a bunch of different 5GB backups, one per DVD (or swap DVDs). The only convenient solutions are to do what the first poster said: use a second harddrive, they're relatively cheap. Or buy a tape drive to store the backups.

    Personally, I backup to a second harddrive.

  12. Hard Drives by Anonymous Coward · · Score: 0

    have "become cheap enough for serious consideration as a backup media". (I know, technically the '.' doesn't belong there. I'm putting it there, deal with it.)

  13. Tapes are still the way to go by still+cynical · · Score: 5, Interesting

    CD-R/CD-RW are too slow and too small, plan on spending a day or so swapping disks. You can always mirror to another hard drive, get a basic RAID card or just use a Ghost-like program to do manual backups. But tape is still cheaper per megabyte and more reliable. Sure, you can damage a tape, but it's harder to do than with a hard drive. SCSI tape drives are more expensive than another drive, but fast enough, and allow you to keep multiple versions or copies of your backup. Try that with hard drives and you need arrays. Tape starts looking REAL cheap then.

    --
    Ignorance is the root of all evil.
    1. Re:Tapes are still the way to go by 4mn0t1337 · · Score: 3, Informative
      You can find the Onstream ADR 30GB (firewire or ide) for about 200$US.

      Tapes are 113$US (shipped) for a 4 pack.

      For those of you following along at home, that is ~300$US for 120GB of backup.
      400$US for two sets of 120GB.

      Not bad, and it is a DAMN FAST drive...

      --

      ______
      Once: you're a philosopher. Twice: a pervert.

    2. Re:Tapes are still the way to go by SVDave · · Score: 1

      You can find the Onstream ADR 30GB (firewire or ide) for about 200$US.

      That's 30GB compressed. If you're backing up MP3s or images, then you're only going to get 15GB out of that tape.

      For those of you following along at home, that is ~300$US for 120GB of backup.

      That's ~300$US for 60GB of backup. Given that 60GB hard drives go for about $140, that's pretty bad. The tapes by themselves cost nearly as much per GB as hard drives, and then you add in an additional $200 for the tape drive on top of that.

      Not bad, and it is a DAMN FAST drive...

      It's a damn fast tape drive, but compared to a hard drive, it's achingly slow.
    3. Re:Tapes are still the way to go by thogard · · Score: 1

      And the going prrice for two 100gig drives and a removalbe rack is about $600. If your willing to do it with 30 gig drives its even cheaper.

      Remember the 2x compression tape drives claim won't work on just about anything filling up a 100gig drive.

    4. Re:Tapes are still the way to go by 4mn0t1337 · · Score: 1
      That's 30GB compressed. That's ~300$US for 60GB of backup.

      You are right. My mistake.

      --

      ______
      Once: you're a philosopher. Twice: a pervert.

    5. Re:Tapes are still the way to go by Boulder+Geek · · Score: 2
      That's ~300$US for 60GB of backup. Given that 60GB hard drives go for about $140, that's pretty bad. The tapes by themselves cost nearly as much per GB as hard drives, and then you add in an additional $200 for the tape drive on top of that.

      This misses the point. As has been pointed out, hard drives are not a backup medium. If you need to actually have a chance at restoring data, tape is still king, albeit perhaps King Lear in his dotage.

      --
      A well-crafted lie appears unquestionable - Dama Mahaleo
    6. Re:Tapes are still the way to go by KillboyPHD · · Score: 1

      Here's another solution:

      Buy a hard-drive for the initial back-up, = or > than the (compressed) size of the data to be backed up.

      Do the initial back up onto the hard drive.

      Do incremental backups on only data changed since the last back up, on CDRs.

      To restore, restore the initial backup, then restore every CD since.

      I doubt that the average home user (even with their 100+ Gigs of mp3's) changes more than 650 megs of files every month. If they do, a shorter backup cycle is needed.

      --
      Bah weep granah, weep ninny bong!
    7. Re:Tapes are still the way to go by still+cynical · · Score: 1

      The problem with this, and all other hard drive-based backup solutions, is that the hard drive is still on-line on the system. A power surge or failure in the wrong place and your initial backup is toast. And since you're only doing incremental backups from that point, you aren't backing up most system files and applications, which are usually pretty static. To be even reasonably secure and reliable, backups need an off-line component.

      Periodically ghosting to another hard drive, then backing that drive up to tape gives the best of both worlds. You have the data online availible for immediate restoration, and you have offline, older backups in case of system problems, virus issues, or simply deleting a file. If that's too expensive, the off-line-only solution is preferable.

      --
      Ignorance is the root of all evil.
  14. 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.

    1. Re:Tarballz! by BigBir3d · · Score: 2, Interesting

      one problem with tarball or gzip or whatever, if it is corrupted in transfer, you just lost everything in the tarball (1000 files?), instead of maybe one file.

      hard drives fail far to often... tapes break... cd-r/cd-rw only good for a few years... Linus is right, have others mirror it for you.

      me, i keep it on a website, which is not on my machine :-) (not much data though, just a few pictures)

    2. Re:Tarballz! by Anonymous Coward · · Score: 0

      trouble w/ fireproof safes are they are...but not heat proof, tapes melt and HDs warp/smoke.....great for papers but not much else [diamonds and maybe gold] but if you had those, you would not be a sysadmin

    3. Re:Tarballz! by Anonymous Coward · · Score: 0

      As long as you don't compress the tarball with gzip or compress or something you should still be able to untar a corrupted tarball.

    4. Re:Tarballz! by jeremiahstanley · · Score: 1

      BTW: the temperature in a safe like that can get to be the equivalent of the outside temp. Don't plan on that being 100%.

    5. Re:Tarballz! by Anonymous Coward · · Score: 0

      Careful about the safe you use, it must be MEDIA RATED .. if it's not, the safe is simply a false hope. Most, if not all, safes that can be purchased from WalMart and the like are NOT Media Rated.

    6. Re:Tarballz! by spreadthememe · · Score: 2, Interesting

      Fireproof safes are for paper, not for plastic or any sort of sensitive equipment. If a hard drive is heated above (say) 140F for more than a few minutes, the data is gone. Allowing for the fact that home fires typically reach temperatures in excess of 1200F, many of the drive components will melt.

      Fireproof safes protect combustible material from combustion. They do not protect meltable (?!) material from melting. Put your stock certificates and your marriage license in the safe. Put the backup harddrive somewhere else.

    7. Re:Tarballz! by Dwonis · · Score: 2

      That's correct. Another neat thing is that you can index your tar files, and seek wherever you want to extract the appropriate files.

    8. Re:Tarballz! by rantenki · · Score: 1

      Actually I neglected to mention that part. I use a media rated container to hold the tape inside the fireproof safe, but that part of the procedure seemed to be past the scope of the discussion. If you are curious, the device is called a Schwab Media Cooler. I am more concerned with the property theft aspect than fire anyways (I was using this method in a concrete and brick building, almost no fire risk. I just recently moved to a wooden building).

      At least it is better than using RAID. No protection from heat OR theft.

  15. With Onboard RAID controllers being common... by Anonymous Coward · · Score: 0

    features on motherboards, just incorporate a mirror or RAID5 array for your data as a means of "backup" with an added increase in performance!

  16. The question I have to ask... by weslocke · · Score: 5, Insightful

    I have to say that this is coming from someone with a total of around 280gig at the house, but...

    Out of 100gig, how much do you really NEED to back up?

    The vast majority of my space is taken up by MP3s (where I converted my CD collection), but that could easily be replaced. To tell you the truth, of the things that I would need (documents, pictures, etc), I could easily fit it all onto a CDR. Well, maybe two. (I take lots of pictures)

    Basically it boils down to, do you really need to shell out the money for that extra drive?

    :^)

    --

    'Life is like a spoonful of Drain-O, it feels good on the way down but leaves you feeling hollow inside'
    1. Re:The question I have to ask... by Anonymous Coward · · Score: 1, Funny
      I take lots of pictures


      For the love of god, man, please stop posting pictures of yourself to alt.sex.fat

    2. Re:The question I have to ask... by cetan · · Score: 2

      This is exactly correct. There's no reason to back up what one already has on disk. In the event of a disk failure on, say, a Windows machine, there's no reason to need a backup of the whole disk when one has the install disks for the OS, Office, and whatever games you have.

      My backups consist of web design work, and that's basicly it. I have a rolling backup on a CDRW and it works great.

      --
      In Soviet Russia...michael would be rotting in Siberia!
    3. Re:The question I have to ask... by Cro+Magnon · · Score: 1

      Good point! I just backup my /home stuff, my /var/mail, and a few selected files. I use my windows partition for quick & dirty backups (it's pretty reliable as long as Windows isn't running), and my 100M IoMega for safer backups. Anything else, I can restore off my Linux CD.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    4. Re:The question I have to ask... by geekoid · · Score: 4, Interesting

      digital movies can be hard to replace.
      Obsoleted OS's. If someone is usinf win95, and its got all the patches, you may want to back up everything, do to lack of support.
      is replacing 100's of megs of .mp3s really trivial? certainly not impossible, but still a pain.
      The ability to get everything back w/o reinstalling and downloading Service packs and patches is a huge plus to most people.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    5. Re:The question I have to ask... by Anonymous Coward · · Score: 0

      Well, first off the pr0n is essential. That's about 80 gigs. Then, what was the question again?

    6. Re:The question I have to ask... by Anonymous Coward · · Score: 0
      That's acceptable for some things and people. I'm the same way. My backup consists of /etc, /home, /opt, /usr/local and sometimes /mnt/texts and I can get it all on 3 CDs pretty easily. If I go down I can get working again within a couple hours usually (installing the newest Mandrake, then recovering the backup stuff and putting a few tweaks on it take about 2 hours)
      If I had some kind of deadline or something that may be the longest 2 hours of my year though, but it's doable.


      I'm also not keen on replacing the MP3s. It has taken a while to rip them and encode them all. The solution to that is I just burn a new CD with them on it when I get 650MB of them. If I have a crash I can just copy the contents of my 30-35 MP3 CDs back on to a drive pretty quickly. I do the same thing with photos, I'm a little bit more aggressive about that though because they aren't replacable.


      All of this isn't really a solution though. Ideally 100GB tapes will start getting affordable. I really don't like the idea of assuming I have enough to get back to where I'm at. It also takes a few hours of my work to get things back up, I can't just start a tape and come back when it's done, I'm a consultant and my time is worth about $120 an hour so a 3 hour restore costs $360, that's a pretty expensive backup system, assuming that I can get things back to a good working point in 3 hours. If I have two crashes then I'm in the DAT price range and I've got 6 computers in my home office so I'm probably going to have a crash about once a year, or has been my experience. It also doesn't cut it for those who aren't savvy, I consult for a doctor who has about 10GB of real data, he can't spend a day rebuilding machines. I don't really want to spend a day trying to get windows installed and then the half dozen apps he uses and then all of his data restored and the apps correctly configured while he is down either. I can only assume that in 10 years he'll possibly have 30GB to 50GB of real data and so something other than the 8GB traven is going to be needed. It's really nice to be able to have a tape and a boot disk that can restore a system to an exact state.

    7. Re:The question I have to ask... by Anonymous Coward · · Score: 0
      digital movies can be hard to replace.
      There is always the option of paying for them.
    8. Re:The question I have to ask... by Malc · · Score: 2

      For me, it's more than just documents. How long will it take to restore your system by re-installing everything? I installed Win2K 20 months ago... I wouldn't want to have to retrace my steps reinstalling everything from scratch. Some things I would have to go and search on the web for too, which could be very time consuming. On top of that are all the little registry tweaks to customise the environment, and I can't even remember all of those.

      No, I would really like an easy way of mirroring the drive independently of the contents (I have at least 10 partitions and 6 OSes installed). On top of that, I would like to be able to restore that mirror to a larger hard drive (and use something like Partion Magic afterwards to grow partitions to fill the space.)

      I've heard of Norton Ghost... does anybody know if this meets my requirements?

    9. Re:The question I have to ask... by isorox · · Score: 2


      My backups consist of web design work, and that's basicly it. I have a rolling backup on a CDRW and it works great.


      Until you realise all those annoying things like ICQ contact lists, saved games, bookmarks, and config settings all get lost.

    10. Re:The question I have to ask... by Cuthalion · · Score: 1

      Only if they're for sale somewhere.

      --
      Trees can't go dancing
      So do them a big favor
      Pretend dancing stinks!
    11. Re:The question I have to ask... by Robert+S+Gormley · · Score: 2
      Of course if you actually use the "real" ICQ (2001), your contact list is stored server side now, too, saving that annoyance...

      I keep all my bookmarks in a bookmark web app...

      --

      Open Source. Closed Minds. We are Slashdot.

    12. Re:The question I have to ask... by Deadmeat238 · · Score: 1

      I've heard of Norton Ghost... does anybody know if this meets my requirements?

      To a point. Though im not sure how well it handles linux partitions (or whatever other OS you may have installed).

    13. Re:The question I have to ask... by evenmoreconfused · · Score: 1

      Yes, I have to agree.

      99% of your (or at least) my stuff can be recreated from something or somewhere else.

      My home server has a 120GB data drive (actually 2 spanned 60GB drives). This is mirrored - not as a "hot" mirror, but as an automatic update (using RoboCopy - highly recommended) at 2AM every night - by another two spanned drives in the same server. This way, I can recover stuff I didn't really mean to overwrite from last night's copy.

      My "users" (actually my wife and kids) are told that anything they don't save on the server can disappear at any time.

      For longer term, off site stuff I just burn CDs. I take one full backup every six months or so, and then take an incremental backup once or twice a week. The files actually changed each week take far less than one CD. In fact, you could automate it as part of the nightly backup process and leave the CD in the burner all week.

      Of course, I don't have to back up 120 GB. About half is MP3s. Another 30% is apps, drivers, updates etc. downloaded from the web. I usually just back up my digital photos, projects, and documents - less than 20GB.

      I used to do a lot of installing drives just to take a backup, and then moving them off-site. In fact, I used to carry drives all over the world in the eighties because it was the only practial way to move large (for the 80's) amounts of data and apps to customers.

      The problem is that drives that are handled that way really are much more likely to fail. Eventually they get dropped or zapped by static or just plain fail for no reason...

      --
      No. Well...maybe. Actually, yes. It really just depends.
    14. Re:The question I have to ask... by evenmoreconfused · · Score: 1

      Yes, but do the same time calculation for the time and money you spend doing backups.

      Better to spend $12K on backups and $12K on recoveries than $40K on backups and $2K on recoveries.

      --
      No. Well...maybe. Actually, yes. It really just depends.
    15. Re:The question I have to ask... by cetan · · Score: 2

      I did say "basicly" it. ICQ lists take up what? a few k? I don't game so no worries there, and config settings are easily re-instated.

      --
      In Soviet Russia...michael would be rotting in Siberia!
    16. Re:The question I have to ask... by weslocke · · Score: 1

      Well... ummm... err...

      nevermind. /blush

      --

      'Life is like a spoonful of Drain-O, it feels good on the way down but leaves you feeling hollow inside'
    17. Re:The question I have to ask... by james_pb · · Score: 1

      It's only easy to replicate your MP3 collection if it's very small. Ripping hundreds of CDs is a very time-consuming process.

    18. Re:The question I have to ask... by Sloppy · · Score: 2

      Out of 100gig, how much do you really NEED to back up?

      The vast majority of my space is taken up by MP3s (where I converted my CD collection), but that could easily be replaced.

      My situation is similar. I have about 150 Gig of music ripped from CDs, and if I lose it, then I already have it "backed up" on the original media. But do you have any idea how long it took me to do that, the tedium of feeding hundreds of CDs to grip? Just because I don't really lose anything, doesn't mean the situation doesn't suck. Backups aren't just for protecting against info loss, but time loss too.

      BTW, I started ripping my CDs last year and I am still not finished. It's one of those chores that I just hate doing. That's why I wanna backup.

      For now, it's just "In RAID5 We Trust" which will protect against a certain class of hardware problems. I still fear stuff like "rm -rf", though.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    19. Re:The question I have to ask... by Anonymous Coward · · Score: 0

      That sounds like one duuuull household. Did you call an all-hands staff meeting to announce the document storage policy?

    20. Re:The question I have to ask... by Matthew+Weigel · · Score: 2

      I was going to reply with an answer, but someone else gave it better here.

      Backup on Windows is painful, that's all there is to it.

      --
      --Matthew
  17. Another hard drive by Rick+the+Red · · Score: 3, Informative
    That's what I use. As you said, "drives in the 10-20 gig range [are] only getting smaller and less expensive," so buy two and use one as a backup. If your box is full, put the backup drive in an old 486.

    Actually, what I do is make the new (largest one I own) drive the backup drive, put the old backup drive into use as the primary drive, and retire the smallest one. Just make sure the new drive is as large as the others added together.

    CD-R's are OK, but why bother with the hassle? Just run a cron job to copy the files every evening/hour/whatever.

    --
    If all this should have a reason, we would be the last to know.
    1. Re:Another hard drive by jcorgan · · Score: 4, Funny

      ...Just make sure the new drive is as large as the others added together

      So, is this Fibonacci backup method?

      --
      Babies are cute because they have to be.
    2. Re:Another hard drive by Anonymous Coward · · Score: 0

      I had a war with a pentium 100 just trying to get it to use a 10gb drive. I tried everything i could think of: softbios, reflash hardware bios, then softbios again, and the only way i got it to work, was as a slave to a 1.2gb.... WTF???? I still don't know what gives.

      But hooking a 100gb into a 486, that would be even more fun.

    3. Re:Another hard drive by Rick+the+Red · · Score: 2
      Geeze, I didn't think it was that tough. I just used a Promise EIDEMAX 2 controller card (according to Pricewatch it's available for $22). Supports 2 drives up to 128Gig each. If your motherboard has PCI slots there are more choices.

      --
      If all this should have a reason, we would be the last to know.
  18. Onstream by wackysootroom · · Score: 4, Informative

    Onstream 30 or 50 GB ADR Tape backup.

    Pros:
    Can be found for under $100
    Linux Support!

    Cons:
    Tapes are expensive

    1. Re:Onstream by gmhowell · · Score: 1

      I've got one of these. Heck, I even backed up my system once about 7 months ago:)

      Looking at the messages during kernel loading, it seems that support is even getting better for the little buggers.

      My suggestion: put it on a separate IDE channel. I have no idea how much (if at all) it improves the backup speed, but the mental effect is nice.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    2. Re:Onstream by Ichabod · · Score: 1

      At work we had an OnStream, the 50G SCSI version. Linux treated it like a regular SCSI tape, which was nice. However, the drive ended up going bad...actually, out of the 4 OnStream drives we had here (some 30GB, some 50GB, 3 IDE, 1 SCSI) all but 1 was sent back at least once. We also had a few tapes go bad in less than a year. The drive would also do wierd things under Linux, like just hang. Granted, this was RH 6.2 on like kernel 2.2.16, so it may be better now. Overall though I was NOT impressed w/drive or tape quality.

      -ichabod

    3. Re:Onstream by Ichabod · · Score: 1

      Oh, if anyone's curious, we replaced the 50GB OnStream drive w/removeable 40GB HDs. No drive problems, no muss, no fuss, and now any PC can read the backup.

      -ichabod

  19. Mirror the Stuff... by Filberts · · Score: 1

    I've encountered the same conundrum when faced with backing up my machines... Removable media drives seem to be not that cheap. I've actually acquired a backup 80 GB. ATA hard drive, which I use to copy off any important data (.mp3's, video files, etc.) With the large size of DV files (pre-Final Cut 3,) and the amount of footage I like to archive, I've considered purchasing an external firewire drive: Problem is, not all machines have firewire (like my machine @ work that needs backing up, too!)

  20. Get a USB drive by biscuit67 · · Score: 2, Interesting

    I got an external usb drive for $248 for an 80G unit. It's the cheapest, fastest, least hassle way of backing up your data. Yeah, of course, you can buy internal drives at a much lower cost but I also needed a way of carting the data to other machines easily. Even though I don't have a USB2 interface, backing up my 40G or so was complete overnight. I'm sure if I had usb2, it would have only taken 2 or 3 hours. Sure as hell beats tape. Tape is a thing of the past. It's NOT cheap.

    1. Re:Get a USB drive by vought · · Score: 1
      "I got an external usb drive for $248 for an 80G unit. It's the cheapest, fastest, least hassle way of backing up your data."

      Except for a FireWire drive.

      I backup my PowerBook G4 to my desktop G4 each night by plugging in a 6-pin FireWire cable, mounting the PowerBook's drive on the desktop. Then I use the desktop machine as a backup server of sorts. At around 2 a.m., an AppleScript finds the files on the PowerBook that were changed that day and backs them up, to a drive in the desktop machine, directory structure intact. I'm sure folks can put together similar home-baked solutions for Windows or Linux.

      I think FireWire or IDE disks are cheap enough these days that it's silly NOT to invest in them for casual or incremental backups.

      As far as external storage goes, FireWire's much faster than USB, and when I modify 2+GB of image files a day, the speed is nice to have.

    2. Re:Get a USB drive by CaptCosmic · · Score: 1

      A USB Hard Drive is *not* the fastest way to back up your data. Firewire drives are almost as cheap and are *much* faster than USB.

      I had a co-worker who bought a USB drive, then promptly returned it and bought a Firewire one because the USB was way to slow. And having used Firewire drives, I can tell you that they are plenty fast enough for most backup jobs you will ever do.

      --
      -> Capt Cosmic <-
    3. Re:Get a USB drive by biscuit67 · · Score: 1

      I don't know if you've noticed but there IS something called USB 2.0. It's as fast as firewire. I have yet to confirm this though. Since USB is more available on real computers than firewire, it seems the most flexible approach.

    4. Re:Get a USB drive by Anonymous Coward · · Score: 0

      I got a 7200 rpm Seagate 80GB in an Addtronics USB2.0 enclosure plus a USB2.0 PCI card. It is incredibly fast, probably as good as the internal IDE. USB 2.0 is pretty impressive

    5. Re:Get a USB drive by biscuit67 · · Score: 1

      Do you have any performance measurements? I did a simple file copy and timing, got around 990K/sec over USB1 so I'd like to know what improvement there actually is with USB2 before I go out an buy a card.

    6. Re:Get a USB drive by mozkill · · Score: 1

      as far as i know, USB2.0 is about 5% faster than Firewire. why would they have wasted time developing USB2.0 if it wasnt going to out-do the older firewire standard? duh?

      --

      -- Betting on the survival of the media industry is a serious risk. I advise investing elsewhere.
    7. Re:Get a USB drive by CaptCosmic · · Score: 1

      Yes, there is something called USB 2.0. And there are very few computers currently that support it. Most computers out there have USB 1.x which only goes to 12Mb/s. Firewire is 400Mb/s and is a widely available standard. Apple ships all the computers with Firewire, and add-in cards for PCs can be had for less than $50.

      So, in terms of viability, I think Firewire wins out over USB 2.0 at the moment. Afterall, Firewire has a large headstart and is rapidly becoming the standard for high speed device interconnects.

      --
      -> Capt Cosmic <-
  21. Hard Drive by nuxx · · Score: 1

    Since most people here have another box somewhere on the network, the answer is simple. A hard drive. Set up an old machine as a linux box and backup over the network. Even schedule it. Some motherboards will power on at a certain time of day so schedule the thing to power on in the middle of the night, suck your data over, then turn itself back off. Perfect off-line storage, nice and quick, nice and automatic. Or, find an old DLT drive or something. Used tapes, while often still good, are especially cheap. Use the same system... Automated remote backups. You'll just have to go tape switching every time you do a full.

    -Steve

    1. Re:Hard Drive by Lilkeeney · · Score: 0

      That may be a remote backup however, if the box is still plugged into the wall it can still get struck by lightning. If these two computers are in the same building this could be a problem. However, if they are far enough away that a strike will not affect the other computer then yeah, I agree it sounds like a good idea. I may be wrong, but my house got hit by lighting and all of our TVs, stereos, VCRs got fried, even the stuff that was plugged into a surge protector. Just a thought from a young to be Electrical Engineer.

  22. Tape didn't quite catch up... by tcc · · Score: 3, Informative

    Ultrium tapes can backup 100GB Native but the price tag is way out of line for small buisness or home use (5000$+ a 100GB drive, ouch).. same goes with any dataloading systems... The only cheap tape backup I've found that was giving the best storage/price (aside from buying those used DSS 4/8 gig drives) is those 33GB Native VXA drives.

    --
    --- Metamoderating abusive downgraders since my 300th post.
    1. Re:Tape didn't quite catch up... by cwebster · · Score: 1

      dont bother with the DDS2 drives (4/8 gig), they are yet another generation behind. DDS4 (20/40) has been around for a while and DDS3 (12/24) are probably getting cheaper and offer quite a bit more storage than the DDS2 drives.

      I havent had any bad experiences with 4mm tapes, and the tapes themselves arent that expensive, so that would be my reccomendation.

    2. Re:Tape didn't quite catch up... by cichlid · · Score: 1

      >The only cheap tape backup is those 33GB
      >Native VXA drives

      Just the VXA media is $80 for 33Gb.

      DDS3 is $10 for 12Gb, about half what a hard
      disk costs.

      For both the tape drive itself is about $700.

  23. Actually... by JanneM · · Score: 3, Interesting

    First, on a typical system, not all data is really worth backing up; the OS and all applications can be reinstalled in the event of a crash (for Linux, it might even be slightly beneficial, as you'll reinstall newer versions and get rid of various cruft you've forgotten you have). Some data has been saved just because it's convenient or simply less bother than having to actively remove it (for me, I tend to collect old logs, various mails I never will look at again and documentation that's several revisions old). A lot of mp3:s and movies may already be burned onto CD:s. That filled 40Gb drive may actually 'only' contain 4-5 Gb of data that actually needs to be backed up.

    The data I actually need to back up I manage by having the important stuff an specified directories, then mirroring them over the net to my machine at work. By doing it incrementally, there is little time or bandwith wasted.

    /Janne

    --
    Trust the Computer. The Computer is your friend.
    1. Re:Actually... by SectoidRandom · · Score: 1

      I agree, personnally i have over 120GB of storage, mostly filled with stuff like mp3's and my video's etc, sure if my house burnt down it would suck, but i think a lot of other things lost to be worse than my music / pr0n collection. :)

      I use an old DDS2 tape drive to backup my _data_, real data i mean like financial records, documents and the rest of the 600meg or so that is _actually_ important. :)

      The rest of it, well i can get 90% of my mp3's back off my cd's or from friends who i have traded them with. Same with everything else really.

    2. Re:Actually... by Whelkman · · Score: 2

      [Reinstalling] might even be slightly beneficial, as you'll reinstall newer versions and get rid of various cruft.

      That's true, though some distributions are better at managing cruft than others. Debian, for example, (theoretically) fully erases old packages when it installs new ones, ensuring that the system is always relatively "clean." That said, Debian tends to leave old libraries behind, especially those which lack backward/forward compatibility (like python, libstdc++, and GTK), but a bi-yearly manual prune of the packaging system gets rid of those.

      You'll have some orphaned entries in /usr/share, /var, /etc and the like frome time to time, but it won't add up to much, maybe a megabyte or two.

      Some data has been saved just because it's convenient or simply less bother than having to actively remove it.

      This is true with everybody, but most people don't consciously separate "useless" and "useful" data or just don't do it well enough. More often than not all data often gets bogged in a quagmire that would take days or weeks to properly sort. Most users don't want to lose their "good" data, which can be irreplaceable things such as essays, programs, art, and (self-written) music, even if it means keeping a few gigs of shit around.

  24. OnStream? by xee · · Score: 1

    I haven't heard much about the quality or reliability of these drives, but the price sure is right. Media is big and cheap and the speed seems OK too. If anyone has experience with these drives please post it.

    --
    Oh shit! I forgot to click "Post Anonymously"...
    1. Re:OnStream? by KevinGale · · Score: 0

      I've been using the USB Onstream 30GB model for about a year now under NT and 2000. No major complaints. It's reliable and easy to use. The software also makes it look like a just another disk drive. So it can be used for things other than backup. Being a tape drive the seek time is rather slow but still if you have some very large files that you need very infrequently you can just copy them to a cartridge and pop it in when you need it.

    2. Re:OnStream? by KioNeo · · Score: 1

      I use an OnStream Echo 30 GB at home and have had no trouble with it so far. The speed is pretty good and once you get past their somewhat wierd backup interface, it works really nice. I'd love to see Veritas incorporate support for this drive in their BackupExec software someday.

      --

      - If you can't be promiscuous, what's the point [of sniffing]?
    3. Re:OnStream? by 4mn0t1337 · · Score: 1

      Can't find the details right now, but essentially they just closed the US offices.

      --

      ______
      Once: you're a philosopher. Twice: a pervert.

    4. Re:OnStream? by 4mn0t1337 · · Score: 1
      --

      ______
      Once: you're a philosopher. Twice: a pervert.

    5. Re:OnStream? by tinnunculus · · Score: 1

      Our consulting firm found that the in-house software that Onstream packaged with the drive tended to cause lots of crashes but if you used Veritas (Seagate) Backup Exec, they worked very well. Then they suddenly disappeared and left a real gap in the market. They are apparently still in existence but the distributors got burned and don't seem to want to handle them until Onstream gets their act together.

    6. Re:OnStream? by Boulder+Geek · · Score: 2
      The office in Longmont, CO, closed down, laying off some very experienced tape people in the process.

      The Eindhoven folks are still there, and shipping new product, and it also looks like they've started a division in San Diego to deal with the tape manufacturing in Tijuana. This should help the quality of the tape.

      ADR is not bad as a cheap solution. I once wrote an MP3 jukebox that used an OnStream drive as the main storage medium, and it worked quite well.

      --
      A well-crafted lie appears unquestionable - Dama Mahaleo
    7. Re:OnStream? by Anonymous Coward · · Score: 0

      the drives are good but the software sucks

    8. Re:OnStream? by Anonymous Coward · · Score: 0

      for a couple of years I used an onstream di-30 at a previous job. It was a dos and linux shop so I can't speak to the windows interface. The early versions of the linux driver were a little flaky when you changed media out... IIRC when you had a tape that had been read/written in the drive and then replaced it with virgin media the drive/driver got real confused and only worked after a reboot
      Later versions of the linux driver were re-formulated look more-or-less like a standard scsi tape. That worked pretty well, but I *think* the old tapes were un-readable by newer versions. Let's just say I ended up with one machine in the corner that was excluded from kernel upgrades to keep the ability to read the "old" on-stream tapes. A couple of anecdotes about the media: 1) about 10+-5% of the tapes will snap under regular use, 2) early on-stream media generated relatively few errors during reads and write. Later media were error filled --- it's almost like somebody said they needed better yield of saleable media and the solution was to cut the criterion in QC (this is of course a SWAG on my part.)

      In sum, I'd use something other than On-stream unless you get it **REAL*** cheap (free, with some free tapes for example)

    9. Re:OnStream? by Mean_Nishka · · Score: 1

      They've reorganized but the new company SUCKS.. I had a tape drive issue a month or two ago, and while I won't go into the painful details, they are charging customers for service even under warranty. They won't cross ship, and require somebody in the Netherlands to approve RMA's prior to issuing them. I had an Onstream drive that was working relatively well for 10 months before it crapped out. When I started to complain, their excuse to me was that even though the company name (and its products) were the same, it was in fact a different company. So now they charge 50 USD for repairs if you bought the drive before the bankrupcy! So much for a five year warranty. I don't know how they will stay viable. I for one am in the process of looking at a new backup solution with a company that stands behind its products.

  25. Another solution by Outlet+of+Me · · Score: 2, Interesting

    Another solution might be to pair down what you backup. It isn't strictly necessary to backup everything on your hard drive. OSes and programs can be reinstalled, but the data that you create with them is the more precious commodity. Of course, figuring out exactly what you need to backup is the problem, and you still lose some information that isn't easily backed up or restored (like settings for programs in the Windows registry). It's taken several reinstalls of Windows before I figured out exactly what I needed to save...

    1. Re:Another solution by Anonymous Coward · · Score: 0

      Actually, you can back up your registry... just use regedit and export the registry file. It's not perfect, though.

  26. LZip Compression by zutroy · · Score: 2, Funny

    To minimize your storage costs, try using LZip: Lossy Compression. Sure, you won't be able to restore your system to EXACTLY the same state, but you can compress your files to as little as 0% of their original size!

    1. Re:LZip Compression by Graff · · Score: 1

      Lol, I think my favorite line from that whole this is this:

      It utilizes a two-pass bit-sieve to first remove all unimportant data from the data set. Lzip implements this quiet effectively by eliminating all of the 0's.

      Very nice, and effective to boot! Heh...

    2. Re:LZip Compression by pivo · · Score: 1

      The software's licence is pretty good too.

    3. Re:LZip Compression by Anonymous Coward · · Score: 0

      This only provides peace of mind.

    4. Re:LZip Compression by agallagh42 · · Score: 2

      Gotta love a license with this clause: "No, YOU shut up!"

      --
      Carpe Cerevisi - Seize the Beer
    5. Re:LZip Compression by fataugie · · Score: 1

      Why not just do what the BOFH would do, direct backup to /dev/null? Much faster and no changing HD's/floppies/RAID drives/tapes/sheets of paper.

      Just remember, if it's got electronic parts, or tits, it's gonna give you problems eventually.

      --

      WTF? Over?

  27. What i do is.. by KingKire64 · · Score: 1

    I have several Machines at home and instead of using one as a file server i use one machine for mp3s, one for Ware^H^H^H^H Applications, one for videos.... etc. Each of those drives are mirrored. That way hey if everything gets scewed up on a machine including the backup I dont lose everything. I know you guys have at least 3-5 machines at home.

    --
    "All I can tell the "lesser of two evils" folks is that if they keep voting for evil, they'll keep getting evil."-Lp.org
  28. FTP by jd10131 · · Score: 1

    Perhaps you should consider the Torvalds method? =)

    "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds

  29. Cheaper? by skware · · Score: 1

    I think not: (prices in Aussie $ and are guestimates)

    100GB HD - $500 (real rough guess, however I saw a 80G for $449 the other day)
    -------
    $5/GB ongoing

    Burner - $150 -> $300 (depends on the quality)
    100G of CDs - 156 cds * $1 = 156 (prolly cheaper in bulk)
    -------
    max outlay $300
    $1.56/GB ongoing

    The strange thing is that I was thinking about this the other day when contemplating buying a new HD and how I was going to back it up.

    1. Re:Cheaper? by jhaberman · · Score: 1

      Perhaps not cheaper financially... I have to imagine that my time is certainly worth something...
      Would you really want to sit there for hours on end and burn 156 CD's? I sure as hell wouldn't!

      But then again, I'm lazy. :)

      Cheers to down under.

      Jason

      --
      He's totally creeping out the Great One, eh...
    2. Re:Cheaper? by Anonymous Coward · · Score: 0

      No, this is just wrong. Unless you are after
      a SCSI drive, 120G can be had for $225 (IDE).

      Try pricewatch and click on Hard Drives.

      Maxtor may not be the best quality, and IDE might not be the best bus for I/O, but for overnight backups onto a removable disk, this should suffice.

      This way it is only $2.25 per gig for the disk backup - and you don't have to actually store 156 CDs! Not to mention that by the time you actually burn 156 CDs the data you wer backing up is weeks old...

      Also people considering CDs as backup solutions for 20+ gig should remember that you actually have to be there to swap CDs - you can't run the backup overnight without an expensive disk swapping device that will cost as much as tape in the long run.

    3. Re:Cheaper? by Anonymous Coward · · Score: 0


      OK, first thing is you Aussies need to get your own symbol for currency; that dollar sign belongs to us Americans. Think I am joking? Just because you redneck versions of a Brittanian speak a language that almost sounds like ours from a distance don't mean we won't come kick your butts. I mean it. Give it back. Don't make us come down there...

    4. Re:Cheaper? by skware · · Score: 1

      A. note as stated above prices in Aussie $ and are guestimates

      B. I was thinking strictly in terms of monetary value.

      C. I think that CD backups would be feasable assuming that you are doing incremental backups. I cant see myself changing more than 700MB per day on a home machine and hence even at 1 cd a day this is no problem. Then one cd = 2-3 mins on a 32x burner per day.

  30. 30/60 GB IDE Tape by perplex · · Score: 1

    I went through this dilemma last month, and settled on the 30/60 GB IDE tape drive from Onstream. I ordered it last week and can't wait to crack it open! Tech support of the firm who wrote the software that comes with it (Yosemite Technologies -- tapeware.com) says it will run over mapped drives via samba from a PC or via smbmount/smbfs from Linux...

    1. Re:30/60 GB IDE Tape by Anonymous Coward · · Score: 0

      I have one of these Onstream ADR2 60GB (30GB native) drives. FYI, it works best with the ide-scsi driver under linux, accessed via the st SCSI tape driver. For a while I was trying to use it with ide-tape, and it was unhappy. Finally I pored over OnStream's website and found a less-than-prominent reference to using the st driver with this drive.

    2. Re:30/60 GB IDE Tape by Anonymous Coward · · Score: 0

      The "(30GB native)" of course translate to 'just short of 30 * 1000^3' or 27.9 real GB.
      The theoretical transfer rate of 2.5 MB/s is measured here as a bit abouve 2MB/s (uncompressed, of course) -- which is quite OK, a tar of one partition to the same HD(7200 rpm, ~60 GB) is not much faster.

      And yes, you want to access it using the ide-scsi method. Note the 32k blocksize amanda seems to use it automatically).

      A howto for Red Hat and the DI-30 tape exists, which can give you ideas for the ADR2.60 tape drive (you don't want the osst driver, for example).

      Onstream has a webpage about using Linux with their products and how to do firmware upgrades from Linux.

      Note that the drive I have does not seem to like getting commands while it's still logging in the tape. mt status will take a *long* time (and much spew to the logfiles due to IDE-resets) if no tape is present.

  31. Here by Anonymous Coward · · Score: 1, Informative

    Get norton ghost, get a hard drive to fit your size.

    Once a week, remote dump your house to a central backupserver. No only does it offer compression, its fast and very easy.

  32. DVD Burners by The+Great+Wakka · · Score: 1

    Until all the problems with them are worked out (and Linux drivers are widely avalible, of course :-) ), I would recommend staying away from them. Untested Technology == Bad Nasty Crap

    --
    Everything is mainstream now.
  33. Why bother? by crow · · Score: 5, Insightful

    Why are you bothering to back up your data?

    That may seem like a stupid question, but you need to consider the reasons you want to have a backup before you settle on a method.

    Are you afraid of your drive failing? If so, then using a RAID solution should cover you.

    Are you afraid of losing your whole system (perhaps due to lightning or theft)? If so, then your backup must be kept physically isolated from your system.

    Are you afraid of accidentally deleting files (such as `rm -rf /` or a virus)? If so, then a RAID solution is useless.

    Are you afraid of having your system down for an hour or two while you replace a drive? If so, then regardless of other issues, you need a RAID setup.

    Do you want to use your MP3s with some other device? If so, you probably want CD-R copies.

    Of course, there are other considerations that I haven't mentioned or thought of.

    1. Re:Why bother? by foxtrot · · Score: 2, Insightful

      Well, I don't know about most of you, but I'm backing up data for a number of reasons:

      1) I'll never get another six weeks of vacation all at once to replace my digital pictures of Europe.

      2) Sure, I still have all the CDs I made .mp3s of, but it'd take me months to re-rip and encode 'em all.

      Some of it can't be replaced, some of it isn't worth my time and effort to replace it when a hundred bucks solves the problem.

      I've been working with the Addonics ExDrive stuff. PCMCIA, USB 2.0, or Firewire enclosures for normal hard disks. I don't know about Linux support; I went this route since I know it works on my Windows laptop and on my iPaq... It does kind of take a different mindset from what I had been using (read: "It's disk! Install it in something!") but it does make sure I've got redundant copies of, say, digital pictures that aren't on-line.

      -JDF

    2. Re:Why bother? by sporty · · Score: 2


      Why are you bothering to back up your data?

      ...

      Are you afraid of losing your whole system (perhaps due to lightning or theft)? If so, then your backup must be kept physically isolated from your system.

      You answered your own question. That and if you wanna backup a 50 gig HD to 600 meg media such as CD-R's, you gotta be insane. You can't automate it or anything.

      Also, I've seen powersupplies fry hardware. Recently had a powersupply kill a MB randomly. So doing something like tape is quite desireable.

      --

      -
      ping -f 255.255.255.255 # if only

  34. What I did - Linux Software RAID-5 by Azog · · Score: 2

    The cheapest backup media now is more hard drives. Really!

    So I got 4 x 60 GB Maxtors (cheapest MB/$ ratio when I purchased), two Promise Ultra TX2-100 controllers, and set up a 180 GB software RAID-5 under Linux. I'm running ReiserFS on it, so I don't have to fsck 180 GB if I crash the system running an experimental kernel, and I keep the whole thing on a big UPS. Total cost for hardware was about $500.

    I mirror data onto the RAID using rsync from my other computers, (or just drag-and-drop to the Samba server from the Win2K box). I think this is cheaper and more effective than a tape backup system for 180 GB of data.

    The Linux software RAID gives me the reliability - I've inadvertently tested it when a power connector popped loose from one of the hard drives - I didn't even notice until I read the kernel log (for a different reason). After powerering down, I plugged the drive back in, restarted, did the "raidhotadd" command, and away I went again. No data loss, no hassle.

    For stuff that I really, really want backed up beyond the reach of thieves and fire, I use CDR's and a safety deposit box. Luckily there is not too much stuff that falls into this category - source code and documents for projects I've worked on, my email, stuff like that - it still all fits on one CDR.

    If you don't use Linux, I think Win2K can do software RAID too. Never checked though.

    --
    Torrey Hoffman (Azog)
    "HTML needs a rant tag" - Alan Cox
    1. Re:What I did - Linux Software RAID-5 by zulux · · Score: 3, Informative

      RAID using rsync from my other computers, (or just drag-and-drop to the Samba server from the Win2K box).

      Cygwin has RSync for Windows. Works really well.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    2. Re:What I did - Linux Software RAID-5 by DavidJA · · Score: 1

      The Linux software RAID gives me the reliability - I've inadvertently tested it when a power connector popped loose from one of the hard drives - I didn't even notice until I read the kernel log (for a different reason).

      This is SO dangerous. RAID systems must be setup to e-mail an admin, jump up and down and scream when they loose a volume. Imagine the HDD actually failed, and you missed the lines in your syslog (or worse still, didn't read your syslog). Two weeks later a second drive goes. All of a sudden you have no data left.

      I've seen this so many times on 'set and forget' windows instalations.

    3. Re:What I did - Linux Software RAID-5 by S.+Allen · · Score: 1

      Pretty much identical to my setup except I'm using a 3ware card to host the 4 drives. This allows me to run RAID 10 (striped/mirrored) and surface them all as a single SCSI drive. I can easily saturate and sustain 100Mb to/from the server with NFS and Samba.

      Sweet.

    4. Re:What I did - Linux Software RAID-5 by fataugie · · Score: 1

      This is SO dangerous. RAID systems must be setup to e-mail an admin, jump up and down and scream when they loose a volume. Imagine the HDD actually failed, and you missed the lines in your syslog (or worse still, didn't read your syslog). Two weeks later a second drive goes. All of a sudden you have no data left.

      I've seen this so many times on 'set and forget' windows instalations.


      Easy, it's called Hot Spare.....say it with me, Hot Spare....see, I knew you could.

      --

      WTF? Over?

  35. get an external HD enclosure by ChenLing · · Score: 1

    Along the lines of other posts, it seems that the only storage technology that scales with the speed of growth of hard drives seems to be other hard drives. Your best bet is probably to get an external hard drive enclosure, and swap out the hard drives like you would a tape drive....only the hard drives are faster and cheaper.

    You can get one such from Addonics.
    They have USB1.1, USB2.0, Firewire, PCMCIA, and CardBus interfaces. Plus the thing supports Linux and Solaris (although not yet in Firewire, but check with the Linux Firewire people about that...I think they are supported now).

    --
    "You have the option of insanity. I do not. And that makes me crazy!" - Brian to Angela, My So-Called Life
  36. IDE Raid by sporri · · Score: 1

    LTO is still to expensive for the home user and I hate having my backups on multiple tapes. Get an IDE Raid controller and a HD caddy and some extra HD's. Use mirroring and exchange disks regulary. Simple, cheap and effective

  37. Obligatory comment by sulli · · Score: 5, Funny

    Clearly the answer, for easy backups of a 100G drive, is 21 iPods.

    --

    sulli
    RTFJ.
    1. Re:Obligatory comment by Tackhead · · Score: 5, Funny
      > Clearly the answer, for easy backups of a 100G drive, is 21 iPods.

      ...configured as a Beowu~${{$!{NO CARRIER

    2. Re:Obligatory comment by tempmpi · · Score: 1

      If you take that idea serios, it isn't that bad. If you use an ipod it is nothing more than a case with a firewire connection and a (small) ide drive. Cases with integrated firewire to ide converters are widely avail and aren't very expensive. An 100 gb ide harddrive and a firewire case would make a very fast and not very expensive backup solution for 100gb. I think it is good enough for most home users. I think the biggest problem with that solution is that firewire support is very new or even not aviable on most unix oses.

      --
      Jan
    3. Re:Obligatory comment by sulli · · Score: 1

      I actually used my ipod to upgrade my Powerbook from 5G to 20G. So it does work, up to a point.

      --

      sulli
      RTFJ.
    4. Re:Obligatory comment by Anonymous Coward · · Score: 1, Funny

      then I would need 20 more shirt pockets

    5. Re:Obligatory comment by Anonymous Coward · · Score: 0

      naw, just a trench coat filled with pockets.

    6. Re:Obligatory comment by Anonymous Coward · · Score: 0

      Psst! Buddy... Yeah, you... Step over this way sir. Have I got a deal for you... How would you like to be the fine new owner of a genuine iPod?
      *open trenchcoat*
      I guarantee you won't find them cheaper anywhere else...

    7. Re:Obligatory comment by Anonymous Coward · · Score: 0

      21 x 5 = 100 ? HAHAHAHAHAHA
      i don't think so
      you would need 20 iPods

    8. Re:Obligatory comment by Anonymous Coward · · Score: 0

      HAHAHAHAHA yo fuckin self. actually you would need 22, because it's 4.6 GB per iPod. mofo.

    9. Re:Obligatory comment by richie2000 · · Score: 1
      Clearly the answer, for easy backups of a 100G drive, is 21 iPods.

      In a Beowulf cluster. (...and a partridge in a pear tree. Hohoho!)

      --
      Money for nothing, pix for free
    10. Re:Obligatory comment by leuk_he · · Score: 1

      Everytime i do this i get a troll..
      and you get a funny.....

  38. That's kinda illegal... by Anonymous Coward · · Score: 0


    ... and, depending on the $$$'s involved, could be a felony in some states.

  39. DV Camcorder + firewire by igrek · · Score: 3, Informative

    There are several programs allowing to use your DV camcorder for backups. For example:

    http://dvbackup.sourceforge.net

    1. Re:DV Camcorder + firewire by lewisatlewis · · Score: 1
      Or IDE Hard Drive +firewire

      Maxtor makes 80 GB external firewire drives for $300 that can easily be taken off site (avoiding the "fire" problem).

      I use a smaller firewire drive to back up files and I find its speed to outperform all other forms, especialy backing up over a network to a linux file server, which was my original plan.

      -Lewis

    2. Re:DV Camcorder + firewire by Anonymous Coward · · Score: 0

      About a million years ago you could back up an Amiga with video tape. As the Amiga could output composite it would just put on a light show for the video recorder. Then a small box of tricks could be used to capture the image and turn it back into data.

    3. Re:DV Camcorder + firewire by morgue-ann · · Score: 1

      But dvbackup barely works. It doesn't even control the transport directly, which every $100 DV video editing package is capable of.

      I think this would be great as the tapes are cheap and available at grocery stores (I'm thinking Digital8 which can use 8mm or Hi8 tapes and is miniDV-compatible). The camcorders start around $700 which isn't that cheap, but not bad for a backup drive you can take with you & make kid videos.

      It's funny, though, that the reason I peeked at this article in the first place is that I have many gigs of kid video for which the only backup is the VHS (bad!) tapes I've sent my parents.

      The "dailies" and a copy of the edited-down project on 8mm will survive a disk crash, but I'd have to re-build the whole project just to do a small tweak (not a big deal for kid videos, but you might feel differently about your Episode II spoof) and I worry about fire, earthquake & theft.

      If I had another camcorder, I could at least back up the dailies.

      Besides digital video & photography, all my work would probably fit on a single CD.

      It's a strange twist that commercial video houses which might survive without every scrap of video they've ever worked with can afford backup easier than parents who don't want to lose one frame.

      -M

  40. You need something different. by Krapangor · · Score: 0
    With a file server full of ripped MP3z or ripped DVDs or ripped pr0n or warez I wouldn't use any backup system for an emergency.
    I would rather recommend a working data destruction system for the inevitable emergency.
    This is much more difficult then you think because law enforcement authorities know about IBAS/Ontrack labs and use them.

    The other way for security is not storing illegal data. I think this is the safest.

    --
    Owner of a Mensa membership card.
  41. Tape drives by npietraniec · · Score: 1

    I bought a SCSI DDS-2 Tape drive off of E-Bay a year or so ago for under 100 bucks. (4-8 gigs a tape) ...It's kinda slow, but it works fine for weekly or monthly backups, plus my work had a ton of old tapes they weren't using anymore, so I have *well* over a terrabyte of storage... Most E-Bay sellers will toss in a tape or two and a cleaning tape too.

    1. Re:Tape drives by sirPaul · · Score: 1

      I ebay'd an old DEC DLT III that, while it takes 10 tapes, keeps my ogg/mp3 collection safe. It's not the fastest thing in the world, but it was only $200 with 20 tapes.

      --


      -pB
    2. Re:Tape drives by Anonymous Coward · · Score: 0

      I bout an 8505 exabyte drive for $au 150 - 5 gig native 10 gig compressed. Does me nicely. $au 10 per tape

  42. External Drive Bays? by Anonymous Coward · · Score: 0

    At work we have several external scsi drive bays that hold 4-6 scsi drives that is attached to an external scsi port. This would be perfect for backup if scsi disks werent so expensive,. Does anyone know of any external solution like this that uses ide drives in the bay instead of scsi?

  43. How about this one? by corky6921 · · Score: 2

    The 100GB Western Digital Special Edition hard drive with 8MB of cache.

    Supposedly, it performs just like a SCSI drive, but it's IDE. A couple of these in the aforementioned rack in a mirrored RAID combo would make a perfect backup.

    I'm definitely swapping out my current configuration for two of these once I can afford the $600. :)

    1. Re:How about this one? by pivo · · Score: 2

      Well, it's only "just like SCSI" in that it has a larger cache. There's much more to SCSI than cache. Anyway, that site says $339 for the drive, where'd you get $600?

    2. Re:How about this one? by Anonymous Coward · · Score: 0

      he said 2 of them.
      So yea, he is rounding off bad, but hey.

    3. Re:How about this one? by Anonymous Coward · · Score: 0

      He said he wanted two of them. Using your number, it's more like $678.

      Yes, there's more to SCSI than cache, but the point is that the 8meg of cache helps a lot to speed up data transfers.

    4. Re:How about this one? by Nykon · · Score: 1

      he said he would swap his current drive for "2 of them" $300 X 2 = $600 :) thats what I am guessing he meant,lol

      --
      "It's better to be a pirate then join the Navy"
    5. Re:How about this one? by corky6921 · · Score: 1, Offtopic

      I said I wanted two. On Pricewatch, they are approximately $300 each. $300 x 2 = $600.

      By the way, I'm female. :)

    6. Re:How about this one? by Anonymous Coward · · Score: 0

      By the way, I'm female.

      Shhh. There are certain things you may want to keep secret among all of these undersexed Slashdot geeks...

    7. Re:How about this one? by bonzoesc · · Score: 1

      Shit, if you've got karma to burn, why don't you sign up for Alex Chiu? (see my sig)

    8. Re:How about this one? by MindStalker · · Score: 1

      Rotfl, are you serious? Or joking? I can't tell? I know Alex thinks he's serious, or maby he's just got too much time on his hands too.

    9. Re:How about this one? by bonzoesc · · Score: 0, Offtopic
      I whored about 10 karma away last week so I could get some of his Neodymium magnet rings - not necessarily to live forever, but for anything you could possibly need strong magnets for.

      Eternal life is just a fringe benefit.

    10. Re:How about this one? by MindStalker · · Score: 1

      What does he send you a free ring if you get others to buy. Did you actually get a free ring? HEHE I've got to try.

    11. Re:How about this one? by Delphis · · Score: 1

      Back on topic .. just don't leave those rings in with your tape backups ;>

      --
      Delphis
    12. Re:How about this one? by bonzoesc · · Score: 1
      80 clickthroughs = pair of normal Eternal Life rings (was 40 when I got my first pair)

      400 clickthroughs = pair of Neodymium Eternal Life rings (more efficient at erasing magnetic media, make you live forever even more than the normal ones.

    13. Re:How about this one? by gpinzone · · Score: 1

      I hate the way hard drive companies are just spoon feeding us incremental advances. Why only an 8 meg cache? Gimme a ram slot and let me pop in some of those "useless" 64 MB PC66 memory chips I've got laying around. Now THAT'S a cache!

  44. Cheap CD backup. by Lefty2446 · · Score: 1, Informative
    Ok, I have my MP3's streaming, all our digital pictures up

    Given that MP3's and digital pictures don't change with time like databases, documents etc, why not do what we do and back the whole lot up once. Then as you download new MP3's, pictures, whatever. Put them into a directory say Not_Backed_Up, and burn that to CD also when you have enough to fill a CD. Then migrate this with the rest of the data and start fresh with the next CD to be filled.

    FWIW if you have the money to buy 2 identical drives RAID 1 might be the way to go.

    1. Re:Cheap CD backup. by gmhowell · · Score: 2

      I don't think you even need a new directory. I believe tar can do incremental backups. I know there are some Win** utilities to do similar.

      Also look at this comment which offers very similar advice.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    2. Re:Cheap CD backup. by Synn · · Score: 1

      Would have to agree with this.

      CDRs are cheap, easy to store and last a long time. Plus the media on them is extremely portable, they'll run anywhere you have a cdrom drive.

  45. Incremental backups... by nl · · Score: 4, Informative

    Agreed that just backing up to another HD provides the best overall method for creating a complete backup of 100MB of disk storage.

    However, I would suspect that most users don't change a huge percentage of their HD's content on a daily basis, unless you are routinely d/l'ing or ripping MP3s and MPGs on a daily basis (and I note that when I do generate that kind of traffic, it is usually because I am making a compilation CD, and while this does generate a few GB of "new" files on my HD that day, that data doesn't need to be backup up because I've got the original CDs anyway).

    As a result, it seems to me that a reasonable solution is to create a "baseline" backup, say to a CD or DVD, at system install time, when there is (relatively) little on the disk, and then each day (or week, depending on needs), do an incremental backup of changed data only to another CD.

    This approach is obviously quite inefficient if you have a complete HD failure, in that you have to recreate a new drive by starting with the first backup CD and then restore EACH ONE thereafter until the final CD restores the disk to it's last backed-up state, but for a more common problem of losing or corrupting an individual file, since that is more likely to happen with a recently modified than a remotely modified file, you are likely to be able to restore a last good version within only a few CD's of the most recent incremental backups.

    1. Re:Incremental backups... by HangHigh · · Score: 1

      Use rdiff-backup. Works great.

    2. Re:Incremental backups... by darkwhite · · Score: 1

      This approach may also be more prone to failure than full backups (although if backup space is your limit you really have no other option). An error in one archive volume may disrupt your entire restore operation, and this has happened to me before. Then of course there are archive formats that have recovery records.

      --

      [an error occurred while processing this directive]
  46. 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

    1. Re:Hard drive . . . rsync by brer_rabbit · · Score: 2

      I'd recommend the tape route over backing up to hard drive, but if you must, and if you want to use both ends of the sync try something like Unison. This thing makes synchronizing my laptop and desktop a piece of cake.

    2. Re:Hard drive . . . rsync by kalinh · · Score: 2, Informative
      rsync over ssh is a great solution. You should be able to find a friend with a spare IDE channel who you can convince to be your "backup buddy". Each of you can rsync your data to a drive how ever you want it: as a bootable copy or just essential data from several machines. Trade drives, setup accounts on eachother's machines; you may be able to figure out a way to encrypt the volume if you don't trust your friends.

      Then rsync over ssh at night, use RSA "passwordless" Authentication as explained here , set up a nice little script, cron it you've got reasonably accessable cheap off-site backups.

      Kalin

      --

      Metamuscle.com - News in the Iro

    3. Re:Hard drive . . . rsync by drowsy · · Score: 1

      Yes indeed.

      Rsync periodically, use the ssh transport and if one site gets burned down, your data lives.

      It's the best thing about the OSX upgrade, being able to rsync my laptop to a server.

      Rsync is very efficient. We also use it to back up many RAIDed servers to a cheap huge HD on a dedicated server, which gets DATed.

      I'm sure that for home any old machine can keep a massive IDE drive in there, and all your other machines can use rsync to update only what changes.

      Or rsync to a firewire drive mounted locally. If you do this every night, the incremental only takes minutes.

    4. Re:Hard drive . . . rsync by pete-classic · · Score: 3, Informative

      you may be able to figure out a way to encrypt the volume if you don't trust your friends.

      I rarely use the word impossible, but I think this is. He, presumably, is root. The system has to write to the disk . . . I don't see how to overcome this.

      OTOH, you could encrypt the files prior to transmission. This creates the new problems that 1. the efficiency of rsync is lost unless you do some kind of "chunky" encryption and 2. there is no obvious way to do this.

      I guess you could use dump to do a full backup periodically, then encrypt and upload that, then do incremental dumps nightly and encrypt and upload that. Not pretty.

      -Peter

    5. Re:Hard drive . . . rsync by kalinh · · Score: 2, Interesting
      yeah yeah, I was trying to figure out how you'd do this in the back of my mind since I posted it. I had to say "may" jsut to avoid someone complaining about not being able to trust any of their friends.

      I was thinking that you might be able to use something like the Cryptographic File System to encrypt the entire volume and that that level of abstractin would still let rsync be used effeciently. I have *no* experience with CFS though, no idea how it would affect rsync, or what sort of access controls it uses or are available for it. I still wouldn't quite call it impossible.

      Seriously though, good friends are still an easy alternative for most people.

      --

      Metamuscle.com - News in the Iro

    6. Re:Hard drive . . . rsync by pete-classic · · Score: 2

      I don't mean to beat a dead horse, but . . .

      A "normal" CFS would be transparent to rsync, no problem there.

      The problem is that if the system can read it how can you stop root from reading it? Clearly you can't.

      It could, I suppose, be "write only" in theory (i.e. use public key encryption and give your friends server only your public key.) but you wouldn't be able to "update" it, only add too it. IOW, rsync needs read-write, write only will break it.

      So, I'm pretty confident that you either have to trust your friend (don't get me wrong, this is a totally viable option), or scp entire encrypted dumps. (scp just to protect your password in this case)

      Oh, I just thought of a bigger problem. Even if you do get some perfect filesystem that can't be read by root you still won't have a secure system. Think about this:

      scp->friend's server->CFS

      oops! It is encrypted in transit to your friend's server, and on the disk, but there is a middle step that could be hijacked. There are plenty of validation schemes to defend against this, but I think they are all worthless against root on the correct destination server.

      -Peter

  47. RAID5 by greenfly · · Score: 2

    I already have 2 30GB drives, and after hearing horror stories about hard drives crashing recently, I've decided my next step is to get another 30GB drive and run RAID5 across them all. Linux can do this in software by the way, and this way you can be assured that your data will stay intact if one of the hard drives crash or not, plus you won't lose half of your drives to backup.

    If you are concerned with recovering deleted files, simply use tar or something similar to backup to either a separate directory, or create a separate partition on the RAID array. Another advantage is that you can always increase your storage by slapping in an additional drive, partitioning it the way you want, and then adding it to the current array.

  48. Try RAID or Ghost by civik · · Score: 1

    Tape media is quite expensive in those higher capacities. They arent that useful either unless you are interested in archiving multiple sets of data for long periods.

    A better solution would be to set up a cheap drive mirror with a cheap RAID card. Or better yet, put a backup drive in your computer, and use Norton Ghost to save an image of your data drive to it. Set the backup drive to spin down after a short period to save wear on the drive.

    --
    Make it a malt liquor. I want to be as clever and handsome as possible.
  49. Hard Drive != Long Term Backup by Christopher+Bibbs · · Score: 2, Redundant

    This is really only a short term backup. Since the storage media and the reader are one unit, if either fails the back up is toast. If you have two drives, you might as well setup mirrored RAID.

    Real backup is done on semipermanent media (>10 year storage) in a format that can be taken off site easily.

    1. Re:Hard Drive != Long Term Backup by Sxooter · · Score: 2, Interesting

      In Linux, and many other flavors of unix, you could buy three drives, set them all three up as a mirror set, then pull one of the drives and take it offsite. If one drive dies, you can replace it without interuption, if both fail, you can just bring in the one from offsite and plug it in. Given the speed / price / performance of modern IDE hard drives, you could have two offsite drives AND a mirror set for less than most medium to large tape drives, and as far as I know, hard drives have a pretty long shelf like (usually >10 years) assuming they are treated well.

      --

      --- It is not the things we do which we regret the most, but the things which we don't do.
    2. Re:Hard Drive != Long Term Backup by SkarTisu · · Score: 1

      Yes, "real" backup is done that way, but that's not what this person is looking for. They're looking for "simple" backup.

      So, I'd go along with the IDE/SCSI mirrored RAID suggestions. If you feel the need to take a drive off site, then go for it. But, if you're simply guarding against a single point of failure then the solution is that much simpler.

      This also short-circuits the "how do I back up 100GB in one lump" consideration as well, since mirrored RAIDs back each other up as they go. I haven't done the math, but if you could back up 100GB to CD-RW in a 24 hour period, I think that would be a neat trick. You'd also need a jukebox for that to swap discs out, or be sitting there ready to shuffle discs. Yuck.

      --
      rm -fr /bin/laden
    3. Re:Hard Drive != Long Term Backup by Znork · · Score: 2

      RAID (0/1 or 5) = continuity protection against hardware failure. RAID wont do a thing for you when you do that rm -rf in the wrong place.

      Tape storage = short term protection against fuckups. This is what a disk to disk backup does. Tape is not useful as archiving due to the MASSIVE failure rates of tapes. You'd be amazed at the amount of tapes that your average tape silo ejects as defective every day... My personal estimate is that about 1 in 5 restores of the small installation 'buy tapedrive and use as backup' type are successful. Too few actually test the backups, and too many tapes get corrupted.

      Optical media - often used for archiving since optical is among the more reliable medias we have today. Burn archive and store offsite.

      Hard drive is actually IMO the most sane method for small scale installations today. Yes, if either the media or the reader fails, your backup is toast. But a) you still have the original and b) you're more likely to notice a failing drive than a borked tape.

      For stuff you no longer want online, burn it on a cd and store away... CD's are fairly reliable as long as you just store them and dont leave them all over the desk :).

    4. Re:Hard Drive != Long Term Backup by thogard · · Score: 1

      A removable hard drive is great protection aginst the pc getting hit by lightning or being stolen. Thats what the home user needs backups for. If your talking archiving, thats a different story but an archive a year will set you back the cost of a hard drive a year. Both are cheaper than a tape drive and tapes. Keep in mind the tape drive you buy this year may not have tapes made for it in a half decade.

      I'm currently running two hard drives that are over 12 years old and I've got a few others that still have their data safe that are older. I'm not sure I can read all my tapes from that long ago.

    5. Re:Hard Drive != Long Term Backup by Tackhead · · Score: 4, Insightful
      > Real backup is done on semipermanent media (>10 year storage) in a format that can be taken off site easily.

      True -- but given the article's "affordable", "home", "10-100GB" parameters, I'd be quite happy regarding hard drives as a real solution.

      Don't expect one hard drive to last you 10 years, because 10 years from now, systems with 40-pin IDE won't exist. (And likewise, neither will readers for the tapes you purchase today. When was the last time you saw a DC600 cartridge tape drive available?)

      If you're talking longterm storage, leave your "backup" drive somewhere secure, and expect to replace it every 3-5 years. (That'll probably be a 500G serial IDE drive 5 years from now, a terabyte-range solid-state device 10 years from now, and a petabyte-range holocube 20 years from now.)

    6. Re:Hard Drive != Long Term Backup by Anonymous Coward · · Score: 1, Funny

      >When was the last time you saw a DC600 cartridge >tape drive available?)

      Three days ago, since you asked.

    7. Re:Hard Drive != Long Term Backup by syrupdude · · Score: 1

      the problem with this is that drive failure is not the only reason for a backup. By using a RAID: Any file you delete, write over, or corrupt will not be recoverable because your "backup" is in the same state. Not to mention the fact that any virii you come in contact with will be nicely archived on your second drive.

    8. Re:Hard Drive != Long Term Backup by Trepidity · · Score: 3, Interesting

      But I can't see any better solution affordable for the casual home user. CD-R's are even shorter-term media - I've already had 5-year-old CD-R's become unreliable to read, while my 8-year-old hard drive (it's not even an expensive one - some cheap Connor Peripherals thing that came with my Packard Bell) is working 100% perfectly.

      I'd call hard drives semi-permanent media that can be taken off-site easily, especially if they are mounted in a removable rack, as suggested. If a hard drive is used solely for backup (say, once a week?), MTBF should not be less than 10 years, even for a Maxtor.

    9. Re:Hard Drive != Long Term Backup by Anonymous Coward · · Score: 1, Funny

      Can't I just have the petabyte holocube now and be done with it?

    10. Re: Hard Drive != Long Term Backup by Inthewire · · Score: 1

      Just out of curiosity (since I don't read "tape silo" everyday)...where do you work?
      I used to work at the EDS Information Management Center in Plano doing Disaster Recovery / Offsite Storage and we would marvel at the uselessness of it all. Thousands of tapes per day, crappy old media, a nightmare waiting to happen.

      --


      Writers imply. Readers infer.
    11. Re:Hard Drive != Long Term Backup by Stinking+Pig · · Score: 1

      Pulling drives off an IDE bus means shutting down the system which equals a pain in the butt. Maybe firewire would get around that?

      --
      "Nothing was broken, and it's been fixed." -- Jon Carroll
    12. Re:Hard Drive != Long Term Backup by biohazard99 · · Score: 1

      You know, Best Buy or CompUSA should offer a "rent a DLT drive" or "bring your comp in and we'll archive it" kind of like some auto parts or home improvement stores do for specialty tools, like steering wheel pullers or coil spring compressors. Hell the Lowes in Elizabethtown, KY has a Ford F-350 SuperDuty 4x4 with a flat bed you can rent for like $30 bucks a day.

    13. Re:Hard Drive != Long Term Backup by Anonymous Coward · · Score: 0

      ever drop a hard drive while walking with it? i have. it sucks.

    14. Re: Hard Drive != Long Term Backup by Anonymous Coward · · Score: 0

      You used the wrong tapes and tape drives. We've used DLT for *years* and can't remember a tape failure. Of course, the tapes cost $60+, and many thousands for a drive.

      Ron

    15. Re:Hard Drive != Long Term Backup by ^_^x · · Score: 1
      Don't expect one hard drive to last you 10 years, because 10 years from now, systems with 40-pin IDE won't exist.


      You know, I bet that's what they said ten years ago. Even nowadays, we haven't entirely gotten rid of ISA. (Some boards have it, and cards were made for it a couple of years ago. i.e. "Y2K Upgrade cards") I'm sure as long as it's possible to work tricks like UDMA33, 66, and 100, there will be a backwards-compatible standard. And when it's finally phased out, I expect at least one IDE connector to still come standard on most moptherboards.
  50. 486 era BIOS can't see beyond 4GB or thereabouts.. by Anonymous Coward · · Score: 0

    If your box is full, put the backup drive in an old 486.

    You'll be lucky if the BIOS on that 486 can see beyond 4GB on an IDE drive. The BIOS on many high-end Pentium Pro servers can't see beyond 8 GB or so.

  51. why manual second-hard-drive backups? by Hooya · · Score: 1
    ok, ok, you can script that in but... as the fp guy suggested, as cheap as the harddrives are, why not just do a raid-5 type setup. the only 'real' investment would be the raid controller. but then so would a serious tape drive or a dvdrw drive etc. as i see it, with raid-5, you get redundency on the fly. you can select other raid configurations if you want. but i think a raid setup is far better than just plain mirroring. i mean, you've gotta do some interval to do the mirroring, + you've gotta comeup with some rules to only do updates... why bother? just do raid and forget. yeah you need additional harddrives but they're cheap. and they're relatively fool proof. you get instant mirroring so if it were to fail midday (presuming you do backups at nights) you don't lose a day's worth of data.

    my $0.01. 2 cents is 2 expensive in this economy.

  52. Backup solutions by Haywood68 · · Score: 2, Interesting

    Go onto ebay... you can pick up a DLT (15/30GB) drive for around $150. scsi card $50. media are a little expensive (~$25 ea), but for around $275 and a little opensource backup software, you can get reliable backups.

    1. Re:Backup solutions by crayz · · Score: 1

      Why would you do that when you can get a 120GB IDE drive for $200?

    2. Re:Backup solutions by Anonymous Coward · · Score: 0

      You must be very new to computers if you backup to hard drives.

    3. Re:Backup solutions by crayz · · Score: 1

      What, like tape doesn't fail? What is the chance that you are going to lose the data on your computer and the data on your hard drive backup on the same day?

      I think for an average person backing up to prevent accidental destruction of personal documents(i.e. assuming you are going to be keeping the backed-up data both on your computer HD and your backup HD), an IDE HD is perfectly safe. It's not like we're talking about 3.5" floppies here.

  53. 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]
    1. Re:RAID is _not_ backup ! by Anonymous Coward · · Score: 0
      however... You can loose data in a lot of ways:

      Indeed, especially in earthquakes. I recommend industrial strength duct tape to secure your loose data.

    2. Re:RAID is _not_ backup ! by T-Lex · · Score: 1

      Yes, clearly RAID is a stoopid answer...

      Where will you be without your data after your house is nuked huh?

    3. Re:RAID is _not_ backup ! by Anonymous Coward · · Score: 0

      Experimental children

      I felt so... targetted =)

      Moose

    4. Re:RAID is _not_ backup ! by scorcherer · · Score: 1
      You can loose data in a lot of ways:
      • Disaster (fire, quake,
      doom
      --

      --
      The Cap is nigh. Time to get a fresh new account.

  54. Sweet Setup for Off site / redundent backup! by override11 · · Score: 0

    I setup a few different networks with a Promise U-ATA Hot Swap Kit, comes with a RAID card, 2 External Hot Swap Bays, and cables. Then you just get 3 identical drives, install one internally, and have the second inside of a hot swap cage. Set the system up w/ RAID mirroring. When you need a current, bootable, up to the second backup, simply pull out one of the drives, and plug the 3rd drive in (which is already inside of one of the hot swap bays) and let em re-sync. For about 5 - 10 mins the system runs a bit slow while re-synching, but its a no down time, 100% backup, redundent, and off site backup!! I love it! Sorry bout crappy format of post, heading home. :-)

    --
    No I didnt spell check this post...
  55. That's 83,333 (and a third) 5.25" floppies by blach · · Score: 1

    That's a lot of 5 and a quarter floppies dude

  56. Problem with RAID by thermo99 · · Score: 1

    the problem with raid (1) is that both drives are running all the time. this can lead to both drives failing from use after a while. the way i have it, all my mp3s are backed up onto a 2nd hd that sits on the shelf. no chance of it getting worn out while sitting there. if the drive in use fails, rip it out, shove it the like-new backup drive.

  57. DVD's would be ok. maybe even CD's by Anonymous Coward · · Score: 0

    A few folks have mentioned that for 100G you would spend a day swapping CD's. This would only be true for the first backup. After that you would be doing incremental backups that could probably easily fit on a single CD or DVD. Of course every few months or so it would be wise to do another complete backup and start the process over. The problem with using a harddrive as a backup medium is its reliability. CD removable media is good for 5years or so. A harddrive can crap out the next time you power it up. So if you do decide on a harddrive make two backups just in case.

    1. Re:DVD's would be ok. maybe even CD's by Eugene · · Score: 1

      That's exactly what I'm doing right now.. The full backup is always the biggest problem. and finding a good way to catalog/document the backup CDs. and since I went through so many dead HDs, I preferbly have backup on CDs.

  58. Backups-a-must by obfuscated · · Score: 1

    I've gotten burned for the last time with my cheap hard drives going down. My solution is two fold.

    1) Throw together a cheap linux box and just have weekly uploads of whole directories to it. You could even go so far as to do your whole computer.

    There are great programs out there that will just 'diff' all of your files and then update what's necessary. Over 10/100 ethernet, it's a good deal.

    2) Then for your 'mission critical' files; I opt for a weekly offsite backup. Just another computer that I have access/control over at work/school. Since most of my mp3's and movies I don't consider to be important, they don't go there, but things like photoshop files, 'my documents' and photos so.

    I figure $300 (minus drives) for the machine-in-the-closet and the cost of hard drives (if that) at your preferred offsite location.

    I'm also assuming you've got broadband. =)

    --

    -- dK ... Narf Poit!
  59. Back up hard drives not a good idea by Anonymous Coward · · Score: 1, Informative

    Backing up your hard drives onto other hard drives sounds like a good idea (price, amount of storage, etc.).

    If you a backing up things that would be inconvenient to loose but not mission critical then this method may be fine.

    If your are backing up irreplacible data then I would suggest using a different method.

    I have experienced the meltdown of two systems where in both cases it was the power supply that failed. Unfortunately, the when the supplies failed they took out pretty much every component in the systems (including the hard drives). I can only guess at the voltage that was pumped through everything but between the two systems I found 5 chips that were cracked or blown apart (1 of them on a hard drive controller board)!

    These incidents happened at different times, in different locations, on different types of computers.

    If you do use hard drives for backup consider removable hard drive bays and don't leave the back up hard drives in your system.

    Just my 0.02.
    --
    Can't be bothered to login.

  60. Use spare hard drives by SVDave · · Score: 1

    I'm currently backing up about 12GB under Win2K using an Onstream 15/30GB tape drive. They sell a 25/50 model as well, but neither they nor anyone else sells anything bigger than that, for a price that a home user would find reasonable. The IDE version of the 15/30 model goes for about $200, and tapes are about $30-$35 each (I have three and cycle between them). Add a couple of hundred dollars for the 25/50 model, or for a SCSI model.

    Given those prices, I've got a different plan for when I outgrow my tape drive. I'm thinking about just buying 3 hard drives (whatever I can get for $100 each; right now that's 40GB), a copy of DriveImage, and a removable drive bay (with three drive enclosures, one for each hard drive). When I want to back up my system, I'll pop in a hard drive, use DriveImage to make an image of my system and store it on the removable hard drive. Like with my tapes now, I'll cycle through the three hard drives.

    That strategy will probably cost me about $400, which is less expensive than an Onstream 25/50 (plus three tapes). It will also hold more data than the Onstream, and will be substantially faster as well.

  61. Don't forget about off site media by Xcruciate · · Score: 1

    In an enterprise sense. I know you are talking about home backup use, but for people at work and backing up enterprise data, it is good to have media that you can store off site in case of natural or unatural disasters. A lot of good RAID will do to protect your data if your server(s) are molten slag on the floor after a fire, etc.

    --
    It's like "looking busy" at your employment - it's actually easier to do real work than to fake it. - bmo
  62. Worth it, but not bad if you do it right. by ds37577 · · Score: 1

    Personally, I have a lot of data to backup, plus I serve a lot of data to other people. The tape drive was worth it to me. I bought a refurbished DDS-2 drive on ebay for $180 with a full Seagate warranty. Tapes are about $3. I have about 80GB of data to back up, but can split the data into small chunks that will fit on a DDS2 tape (~6GB w/compression). Amanda takes each slice and determines when in my 2-week cycle it should get a full backup. Each slice gets backed up incrementally each night and a full at least every two weeks. Works beautifully and has saved my ass several times.

  63. EBay is your friend by nt2UNIX · · Score: 1

    I would suggest looking on E-Bay for a DLT drive. You can pick some up pretty check. The only catch is that the media is pretty expensive.

    Even with E-Bay the drive at most would hold around 80 Gig compressed. So, you would have to use 2 tapes.

  64. Removable Hard Drives are the Answer by mprinkey · · Score: 1

    The buy-another-hard-drive answer is easy for home applications, but it is also true in large installations too.

    We have about 2.0 TBs of RAID storage that need to be backed up. I built the RAID servers using IDE Promise controllers and 80-GB Maxtor hard drives (the largest back in the day). Right now, hard drives make the most cost effective sense for backups on this scale too. The current plan is to build a backup server with 4 to 6 removable drive bays and set them up as backup devices using scripts/tar or bru.

    Right now, I am testing hot swap bays with Linux to verify that the system stability will acceptable. Also, I am looking into cheap gigabit interfaces to connect the raid servers to backup server. This could be a nice backup scheme for larger applications too.

  65. What about fire? by DAldredge · · Score: 2, Insightful

    What do you do when the building burns down?

    1. Re:What about fire? by Stoutlimb · · Score: 2

      I raised this issue with my clients. They considered it an unlikely enough occurence that they aren't worried. Further, they already keep archived copies of all projects on zip disks, in a an off-site storage area anyhow. This removable hard drive backup system is to primarily guard against deletions, viruses, hardware failiure, or your occasional smash&grab thief. So far it has already paid for itself when a partner had deleted a few directories by accident. Digital photos, taken of a site halfway across the country are expensive to replace. :-))

    2. Re:What about fire? by ndfa · · Score: 1, Offtopic

      well considering its your house, i seriously doubt your MP3's should be your first concern.

      AND if so, just leave a copy with a friend as a gift!

      --
      Non-Deterministic Finite Automata
    3. Re:What about fire? by Anonymous Coward · · Score: 1, Informative

      You say it's unlikely, and it is. It happens, though. It happened to me. I was working in a bulding that got torched after a squatter got evicted. The entire building is gone (99 Moody St. for those of you in Waltham, MA). We saved a ton of stuff *only* because a firefighter was fortunate enough to find a machine w/ an undamaged HDD. It happens.

    4. Re:What about fire? by Tackhead · · Score: 1, Offtopic
      > What do you do when the building burns down?

      OK, buy two drives and spend another $10 on another "slider" for your rack.

      Store one drive in a safety deposit box offsite. Rotate drives monthly.

      (And as another poster suggested, if it's just your MP3z, store the backup copy at your friend's place. And he can store his backup at your place.)

    5. Re:What about fire? by LiENUS · · Score: 1

      this happened to me as well, the building attached to the place my dad works got torched
      we werent fortunate tho
      i stuck the hd from the server into another comp and it fried the firmware on the backplane for the scsi thingymabob.

    6. Re:What about fire? by Karl+Cocknozzle · · Score: 1

      What do you do when the building burns down?

      Although the poster's point is taken, I am a little saddened to see this moderated as "Funny".

      Having known a couple friends who lost their homes to fire (and the absolute devastation it caused) is not funny. Whoever moderated it as such was either not thinking, or is a very sick puppy.

      If only I had mod points...

      --
      Who did what now?
    7. Re:What about fire? by zeno_2 · · Score: 1

      Im just curious if, from the point your friends house caught on fire, until you die, any joke relating to fire would not be funny.

    8. Re:What about fire? by Coward+Anonymous · · Score: 2, Funny

      you have it all wrong.
      The best way to backup mp3s is to give them to ALL your friends. it even has a technical term - Massively Distributed Backup. It is simple, effective, lawyer-proof and probably even nuke-proof (depending on the spacial distribution of your friends).

    9. Re:What about fire? by Anonymous Coward · · Score: 0

      dunno about lawyer proof...

      but seriously this is a good way to do it - back at uni thats what me and all me mates did - we'd all have copies of the greater proportion of stuff and when the odd drive died or whatever it was just a bit of network saturation for a few hours....

    10. Re:What about fire? by batboy78 · · Score: 1

      Then they will get you for distributing copyrighted material.

      You: But Judge they were only backups!!

      Judge: 100 years for every MP3 that comes out to.....(whispering'carry the two....') LONGER THEN YOU WILL LIVE..... Hahahahahaha

    11. Re:What about fire? by Anonymous Coward · · Score: 0

      Damn good idea.. I currently have about 4 off site backups of my mp3 collection (in the city I live in), as well as two more halfway across the country (Aus) and one in Finland. Should be pretty safe :)

    12. Re:What about fire? by Anonymous Coward · · Score: 0

      I agree. The moderator was way out of line. Moderators who act this way clearly reveal how utterly useless moderators truly are.

      Think for yourselves.

    13. Re:What about fire? by ahaning · · Score: 1

      they already keep archived copies of all projects on zip disks

      Manager(on phone): Smith, I'm sorry to say that the building has burned down.

      Smith: Oh! That's terrible!

      M: I know, but the insurance will take care of it. What I'm most concerned about is the data. Our business is nothing without that.

      S: Oh! that's no problem, we've got it all backed up off-site!

      M: Excellent, Smith! Have a nice day!

      S: No problem! Bye.

      [next day, at off-site storage location]

      Zip drive: *click* *click* *click* ... *click* *click* *click*

      S: AAAAAaaaaAAAAAaaaaAAAHHhhhHHHHH!!!!!

      --
      Withdrawal before climax is very ineffective and those who try this are usually called "parents."
    14. Re:What about fire? by webweave · · Score: 1

      You could build a fire safe vault in the basement to put the backup drive into.

      This would also be useful to prevent theft of your precious home data.

    15. Re:What about fire? by Karl+Cocknozzle · · Score: 1
      I'm just curious if, from the point your friends house caught on fire, until you die, any joke relating to fire would not be funny.

      A joke about fire isn't automatically in bad taste, but the point I was making is that the poster was not making a joke. The moderator made a joke out of what is a serious issue for anybody who likes having a place to live and prefers to not have their pets burned alive.
      --
      Who did what now?
    16. Re:What about fire? by Anonymous Coward · · Score: 0
      Fire is an insured loss, idiot.

      People (and pets) don't burn to death in fires, they suffocate from the smoke.

      Lighten up, asshole.

  66. Exactly. Poster Meets Terrorist Profile IMO by idonotexist · · Score: 4, Funny

    Is there something you are trying to keep secure?

    Why do you want to keep your data safe?

    Is an encryption device utilized with a harddrive or an application?

    Where did you obtain all of your software?

    Are you looking to copy to a device that has the ability to encrypt files?

    If you are looking for a portable back-up device, why do you need it to be portable?

    Do you travel extensively?

    When you do travel, do you primarily travel by air?

    Do you have a digital camera?

    Do you have a mobile phone?

    Have you ever encrypted an email message?

    Have you ever deleted an email message?

    If so, have you had data rewrite over the sector(s) containing such message?

    What was the title of the last book you purchased?

    --
    "There ought to be limits to freedom"
    1. Re:Exactly. Poster Meets Terrorist Profile IMO by Pete+(big-pete) · · Score: 2

      Is there something you are trying to keep secure?
      Yes - my privacy.

      Why do you want to keep your data safe?
      Because much of it is irreplacable.

      Is an encryption device utilized with a harddrive or an application?
      Both.

      Where did you obtain all of your software?
      Original media - or downloaded. All licenced. (except for winzip - have to fix that soon...)

      Are you looking to copy to a device that has the ability to encrypt files?
      Yes.

      If you are looking for a portable back-up device, why do you need it to be portable?
      N/A

      Do you travel extensively?
      Yes.

      When you do travel, do you primarily travel by air?
      Yes.

      Do you have a digital camera?
      Yes.

      Do you have a mobile phone?
      Yes.

      Have you ever encrypted an email message?
      Yes.

      Have you ever deleted an email message?
      Yes.

      If so, have you had data rewrite over the sector(s) containing such message?
      Yes.

      What was the title of the last book you purchased?
      Mr Tickle by Roger Hargreaves.

      Okay - I guess I'm a terrorist...

      -- Pete.

  67. Network backups, disk images, etc by Alien54 · · Score: 2
    I would like go through a network backup solution and then do the removable hard drives.

    Of course, data file should not be installed on a local drive, so that you can implement some sort of a disk imaging solution for the base installation. The disk image should be of the main drive with the core installation folders or mounts.

    This way if someone screws up the system, you can blow out the main drive, replace it with a known good config, and then add the two or three apps you need, with the datafiles safely someplace else. This could even be done from a bootable CD, if needed.

    --
    "It is a greater offense to steal men's labor, than their clothes"
  68. Back up a little... by shmoopie · · Score: 1

    IMO there are two types of backup:

    1) In case of hard disk crash, you want the data that was there restored as currently as possible.

    2) To create a historical record of your documents so you can revert to older/uncorrupted versions.

    For purpose #1 your only practical approach is to mirror all of your high-capacity space onto another HDD which is basically a RAID setup. (Array of INEXPENSIVE drives)

    For purpose #2 are your media files really modified over time or do you just need a cdr for frequently edited documents?

  69. Backing Up Has To Be Restorable by marko123 · · Score: 1

    If you only need a backup in case of break down, fire, etc, put a cheap second hand computer on the network with a removable hard disk, that you can store in a fire-proof safe, or off-site if you are worried about floods :)

    Then the only possible way to lose both lots of data is if the lot is stolen, or lightning strikes your power lines when both hard drives are in operation.

    Your backup is useless if it doesn't restore, and from experience, tape has failed too many times. The beauty of the hard drive backup is that it is quick, and you can image your production hard disk to the backup, and use something like Norton Ghost to restore it.

    DOWN WITH TAPES!

    --
    http://pcblues.com - Digits and Wood
  70. Mirroring by VortexVertigo · · Score: 1

    Mirrored disks are the best way to go right now. Mirrored disks will protect you from data loss if one of the hard drives fail. Tape solutions in the 100GB range are way out of consumer reach. If your concerned about other sources of data loss; such as fire, flood, etc. consider another suggestion made here and backup only critical files to CD-R(W).

  71. 802.11 solution by swordboy · · Score: 5, Interesting

    I'm sharing my cable modem via 802.11 with all the neighbors and since I am the local "neighborhood helpdesk technician", they often come to me for advice. Recently, one of them wanted to know how to go about backing things up properly. It dawned on me that hard drive space is abundant and most people are buying much more than they need (the person in question has an 80 gig at about 20% capacity). So I worked out a deal so that everyone is backing up to each other's PC at night on a weekly basis. The 802.11b connection keeps drive thrashing to a minimum yet provides enough speed for complete backup on an overnight basis.

    I should start charging for these ideas... Can't wait for the proliferation of freenet!

    --

    Life is the leading cause of death in America.
    1. Re:802.11 solution by Teferi · · Score: 2

      But what happens when people shut their computers off, as users are wont to do, and user B wants to access his backups on user A's hard drive? Are you using some kind of equivalent to WoL for 802.11? (Does such a thing even exist?)

      --
      -- Veni, vidi, dormivi
    2. Re:802.11 solution by zachhendershot · · Score: 2, Insightful

      What about the possible security issues raised by this scheme, do you have anything protecting the integrity of other people's data from the prying eyes of the host computer?

    3. Re:802.11 solution by doorbot.com · · Score: 5, Funny

      I'm sharing my cable modem via 802.11 with all the neighbors and since I am the local "neighborhood helpdesk technician", they often come to me for advice.

      I'm so sorry to hear that...

      So I worked out a deal so that everyone is backing up to each other's PC at night on a weekly basis.

      ...and I'm really sorry to hear that. I hope you have a good lawyer and some written authorization from your neighbors.

      Just the thought of what you've setup is enough to give me shivers.

      What were you thinking? You're setting yourself up for a huge lawsuit and/or war with your neighbors. What if someone gets pissed at you because your dog leaves a surprise on their lawn? (just an example). You're the one who's responsible here, and you get no benefit. Your neighbors are leeching off your cable modem and using you for your computer knowledge.

      Geeze, if I were you I'd be going insane! At least charge them for cable modem usage. And charge them for backups, but back it up to your own server. Get a tape drive and keep a recent set offsite (perhaps at a friendly neighbor's place, or a friend's place). And most of all... have a full contract signed by your neighbors clearing you of any responsibility!

      Excuse me while I have a heart attack...

    4. Re:802.11 solution by nusuth · · Score: 2

      So, I locate a few nice neighbors using cable modems and convince them that their HDs are mostly unused, so they'd better backup my data and find a use for them. No wonder all this time those capitalist cdr producers have kept us in the dark...

      --

      Gentlemen, you can't fight in here, this is the War Room!

    5. Re:802.11 solution by chrisatslashdot · · Score: 1

      I go to the University of Memphis (USA) where I inquired with the chief technology guy why students have no personal network space. He explained that it was too expensive to provide 20K students with a 100Megs or so of space. But then again the U of M has thousands of new Dell's with 20 or 30 gig HD and only 4 or 5 gigs of which are in use. Surly there are many other universities and corporations with this same condition that could benifit from some way to conglomerate and share the free space on different PC's.

      --


      Simple people talk of people, better people talk of events, great people talk of ideas.
    6. Re:802.11 solution by JaBean · · Score: 1

      I have had my two locations (3 machines at each) doing something like this for a very long time. Every PC backs up to a partner PC at the other location. They all run on different hardware, but none of the disks are more than 20% used. This way, every night each PC does incremental backups to its partner and then over the weekend they do a full backup. The backups are password protected (probably weak) but it keeps people out of each others data.

      I assume you've thought about protecting your backups, right? I mean, ALL of your data is passing through the air every week and then stored on your neighbor's machines. Let me know where you live... maybe I'll pass through with a high-gain and see what juicy bits you and your neighbors store. Of course, your neighbors probably already have the good stuff ;-]

      As far as charging goes, you should shoot high. I'm sure someone would pay big bucks for your brilliance.

    7. Re:802.11 solution by filbo · · Score: 2

      Carnegie Mellon had this. They called it "Andrew." Basically, all the workstations on the network acted as servers, so the whole architecture was distributed, rather than running on a couple of monster servers.

      It used to be horribly slow.

    8. Re:802.11 solution by KagakuNinja · · Score: 1

      And let the neighbors see all my pr0n? No way!

    9. Re:802.11 solution by lordbyron · · Score: 1

      The biggest issues with this is that now that Dell, Compaq, Apple and more are going into schools and signing support contracts all to often the schools no longer control the computers.

      The computers are istalled with x software and are not allowed to install anything else without violating the support agreement that the school pays 10-20% per year on.

    10. Re:802.11 solution by Emugamer · · Score: 1

      yeah I was about to make the same comment.. Also hope that while you are the friendly neighborhood technician that you have freindly neighbothood doctors and lawyers to get you out of that mess.

    11. Re:802.11 solution by ryanvm · · Score: 2

      At least charge them for cable modem usage. And charge them for backups, but back it up to your own server.

      Oh yeah, his cable company is going to be thrilled that he is reselling his bandwidth. If there is anything that has a potential for getting him sued, it is what you suggested.

    12. Re:802.11 solution by BitterOak · · Score: 2, Insightful
      Excuse me while I have a heart attack...

      Err, am I the only one on Slashdot that realizes that this guy's post was meant to be funny?

      He admits to sharing his bandwidth with all his neighbors using 802.11. (Some people do that but don't admit to it in a /. post.) If that didn't tip you off, everyone agreeing to back up their personal data to all their neighbors' hard drives should have.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    13. Re:802.11 solution by thesolo · · Score: 2

      It dawned on me that hard drive space is abundant and most people are buying much more than they need (the person in question has an 80 gig at about 20% capacity). So I worked out a deal so that everyone is backing up to each other's PC at night on a weekly basis.

      And what happens in cash of a disaster such as a flood, tornado, etc.? If your neighbors are sharing your 802.11, then they can't be very far away, so there goes all the data in one fell swoop for EVERYONE.

      To top that off, lets say neighbor A has his files on Neighbor B, who then in turn fux0rs up his computer by accident. His files reside on Neighbor C's computer, so no problem there, but what about Neighbor A?! His stuff is now gone, so if his system goes down too, then he is fux0red for good. (I couldn't tell if you meant that important stuff goes to everyone's computer, or just in a round-robin circle, so this might not apply)

      Lastly, what happens when each neighbor starts peaking at the new stuff on their drives? I don't know about you, but my backups contain sensitive information, not just my MP3s and funny Mpegs and Pr0n. (I guess Pr0n could be considered sensitive info though ;) I certainly wouldn't want my neighbors seeing my financial information, etc. Hell, I wouldn't even want them seeing trivial stuff, let alone confidential info.

      In short, this idea sounds good for a second, but it will probably turn into a huge disaster. I hope you don't get bit in the ass for it.

    14. Re:802.11 solution by Quizme2000 · · Score: 2

      First, as a former UofM student I know what your talking about, first the entire campus has great bandwidth and IC for just about every machine, buy some online storage. Second the reason UofM has brand new dells but no decent infastructure storage is grants that specify that monies donated must be used for desktop systems for students only. The grant money can't even used to buy new host servers for those workstations. Getting the UofM board of technology to approve a P2P system for all the workstations on campus would be great but it will never happen

      --
      "Get them before they get....
    15. Re:802.11 solution by Anonymous Coward · · Score: 0

      This guy is full of shit. He just thought it sounded like a good idea and then said that he did it.

    16. Re:802.11 solution by sahala · · Score: 1
      Mr Swordboy (or shall I call you Mr Rogers). Can you send us the scripts/custom software you used to implement this. I'm sure you'd love to share them with us, since you're sharing everything else with your nearby neighbors. After all you're such a nice local neighborhood guy.

      What's that? You can't find the backup software/scripts that you put together because of a hard drive crash? Oh...but it must be backed up on the PC belonging to the miltf next door. Wait, she doesn't have it either?

      Seriously now...it's as somewhat good idea but there are a few details that need to be ironed out before you start charging any more than a cup of coffee for your brilliance. My opinion is that you're a great vaporware developer. Sorry, I'm being an asshole.

    17. Re:802.11 solution by nukebuddy · · Score: 1

      swordboy wrote:
      I'm sharing my cable modem via 802.11 with all the neighbors

      This is theft of service. Regardless of their enduser fee schedules, broadband providers pay _their_ service providers by the megabyte.

      -nukebuddy

  72. Re:Easy by Anonymous Coward · · Score: 0

    Everyone these days wants a technical solution to a simple problem.

    The guy wants to back up MP3 collection - he's already got the original CDs, what's the problem?

    He wants to back up digital pictures - he could print them out and save them in an album.

    He's got important documents - nothing like a good file cabinet, you know.

    It's just not clear why the answer to such a simple question needs to be so technically involved. If he just needs to save the data in digital form, he could have just gotten a back up hard drive and this 'Ask Slashdot' could have been answered in one post.

  73. It's all a matter of compromise by Rosco+P.+Coltrane · · Score: 2
    Consider the technologies and what you expect from it. Mainly, the technologies are :

    Magnetic storage : the data is sensitive to electromagnetic fields, heat, and the magnetism in the ferrite particules decays over time (i.e. the data has a reasonable chance to get corrupted after 5 to 10 years, even if the media is properly stored). Also, reading a magnetic medium can wear out the medium, but that's not an issue if you just want backups. The bit density on these media is good, and the price per megabyte is excellent.

    Optical storage : there is no decay in theory, but I read somewhere that pressed CDs actually have a lifespan of 20 to 30 years even when properly stored, and CDR(W) even much less, especially when stored exposed to sunlight. I'm not certain there is much real-life data on the durability of DVDs. The bit density is good, but not as good as magnetic storage, and the price per megabyte, I guess, is comparable, but mastering optical media requires more effort.

    I'm not considering the fact that magnetic storage media are re-writable, since you're talking about doing backups. So I guess, the question really boils down to whether or not you want to have backups that are more reliable over time, and whether or not you want to spend the time and effort to create CDs or DVDs of your data.

    Then of course, there is the question of obsolescence : CDs have been around for years, and I don't think they're going to disappear any time soon. However, tapes for example can become unreadable because nobody makes readers anymore (ever tried to re-read a 80Mb Colorado tape recently ?). Same goes for hard-drives, although I'll admit IDE and SCSI interfaces will be around for quite a while longer.

    Then of course, if you really badly want your data stored safely for the longest time, you can get yourself an old punchcard deck, a very large box of punchcards, and there is a fair chance that some archeologist in the year 4000 will find them in a dig just above where you house used to be ;-)

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  74. DVD-RAM by ethank · · Score: 1

    I'm currently using double sided DVD-RAM media on my Panasonic DVD-R/DVD-RAM drive to do backups.

    Its not the fastest, but its great for doing backups of my web stuff and important files at night.

    DVD-RAM media is pretty pricey. I think my 9.4 gig disk was 25 bucks or so. Not bad all things considering though. The media lasts for a long time and is durable (in a non-removable caddy).

    I actually SCP from my web servers and back up the SQL dumps to DVD-RAM nightly too. DVD-RAM has 100,000 rewrite capability. Using UDF formats, you can format it FAT32 and it is recognized just like a zip disk.

    EThan

  75. RAID! by Metuchen · · Score: 1

    I'm supprised that nobody suggested this sooner. Sure, many people have suggested adding another HDD for backup, but RAID would be a far superior option. It would improve your performance, and it offers excellent reliability to boot. Plus, updates occur on the fly--saving you the time of actually doing the grudge work. If you don't have the hardware or you don't want to invest in it, then just use a software solution--all of the latest versions of Linux and NT (through XP) support it.

    --
    # They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety. --Fran
    1. Re:RAID! by k2r · · Score: 1

      Okay.
      Please write 1000 times:
      "A RAID is not a backup!"

      Yes, a RAID[1-6,7,10] increases availability but if you mess up your filesystem or rm -rf / you will have an exact copy of what's left on disc B. And no backup.
      And if your house burnes down you even lose this.

      It's essential for a real backup that
      a) nothing is written to it after you made it.
      b) you store it as far away from the original data as possible.

      Incremental backup on the same media (multi session CD-R) doesn't comply with a)

      Even making a new backup on your one-and-only DLT-Cartrigde / Spare HD might leave you in a state where your original data _AND_ you backup data is lost.

      Just my paranoid 0.05 Euro.

  76. Moderating tips... by Karpe · · Score: 2

    For all those moderating the posts about setting up a RAID system as 'Redundant', please think first if such moderation is not 'Redundant' itself, since RAID is obviously 'Redundant'. Hmm. OK, it could be RAID-0, but noone is talking about stripping. :)

    1. Re:Moderating tips... by Xeger · · Score: 2

      Nobody is talking about stripping, and it'd damn well better stay that way! The world is already crazy enough; no need for loonies to go running around the Slashdot forums in the buff. There are other websites for that sort of thing!

      If we want to talk about RAID striping, on the other hand, it might be somewhat more on topic. And much easier to handle, for the prudish and faint-of-heart among the readership. =]

    2. Re:Moderating tips... by Anonymous Coward · · Score: 0

      Ha! Ha! Ha! "redundant" moderation, "redundant" RAID! And marvel at the clever and oh-so-unexpected "stripping" quip! That's so funny!!!!!!! Ha Hi Ho!!!! I bet you couldn't wait for a story about RAID to post that joke, eh ?

    3. Re:Moderating tips... by anonima+poltrono · · Score: 0

      This must be the best joke of the day in the accountancy department ...:-(

  77. Removable Hard Drives by Hobart · · Score: 2

    Looks like the cheapest Kingston/StorCase offering (which supports ATA/100, bonus!) costs around $80 mail-order.

    Are there any other reputable manufacturers that sell a cheaper solution for IDE?

    --
    o/~ Join us now and share the software ...
  78. How reliable do you need it?!? by scsirob · · Score: 1
    It's truely a matter of how much you value your data. If all you want is a copy just in case your computer blows up, then a second harddrive is an option. The danger is that it's all too easy to leave the harddisk in your system. If the system goes *BANG* (hardware, virus, user scr*w-up), you might have two empty or damaged disks in stead of one. For MP3's that's no problem, as you can always download or rip them again.

    If you value your data, then a tape backup strategy is important. Use a mix of weekly full and daily incremental/differential backups. That way you can go several generations back and recover from corruption or a virus that slipped in a while ago. Take your tapes off-site, and you'll always be safe.

    My itty-bitty biassed preference for SOHO tape backup is VXA from Ecrix, now merged with Exabyte. Great reliable drive and very good restore results...

    --
    To Terminate, or not to Terminate, that's the question - SCSIROB
  79. Damn Good Question- Tape works better than CDRWs by Anonymous Coward · · Score: 0

    I have a 120 gigs of data on an old Pentium 200 that I dont want to lose. You can guess what it is.

  80. 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.

    1. Re:Try DLT... by ksparks · · Score: 1

      In my experience, DLT wasn't a very good way to do backups. Maybe it was just the drive brand we had, but we had to send about 8 drives back to the manufacturer for repairs. Many times with one of our backup tapes still stuck in it.

      Several times I saw the tape catch miss the tape and get pulled inside without the tape. After that it was back to the manufacturer for repairs.

      It just seems very easy for the DLT mechanism to fail which will either leave you with an unusable tape (broken catch), or worse a broken drive.

    2. Re:Try DLT... by ghjm · · Score: 1

      Just out of curiosity, are you insane? Desktop hard drives are designed to go into PCs that most people turn off every night. They can and do withstand tens of thousands of spin up/down cycles over the course of a normal lifetime.

    3. Re:Try DLT... by Korth · · Score: 1

      They also sound like tanks... Not something you would want to backup overnight in your a bedroom.

    4. Re:Try DLT... by bani · · Score: 2

      My CPU fan and PS fan are far louder than the DLT drive, which is very quiet. Oh well...

    5. Re:Try DLT... by bani · · Score: 2

      Nope quite sane, sorry.

      They ARE NOT designed to handle thousands of spin up/down cycles. The manufacturers recommend that once you turn a drive on you leave it on. The best way to destroy a drive is to power it up and down a lot. Period.

      The first thing to go is usually the drive mainboard, then the drive motor, then the drive head or platter.

      Spinning up the platter is the hardest strain you can put on a drive motor, both in terms of power usage and physical stress. It's a great way to burn out the motor prematurely.

      The head travelling in and out of the landing zone is a perilous thing, thats when you get most catastrophic head or platter failures.

  81. Large Disk Backup by rlp · · Score: 2

    For my home network, I use removable internal hard drives. There are several manuafacturers that make units that will turn an IDE or SCSI drive into a removable unit. I've got a dataport IV which has a component that fits in one of the 5" bays in my PC and connects to the motherboard via an IDE cable. A second component opens to hold a standard 3" IDE drive and plugs into the first component. I've got several of those. Back-ups are straight-forward: 1) Shut down the machine, pop in a drive module. 2) Boot 3) Do back-ups either locally, or across the network. 4) Shutdown, pop-out drive module and place it in a drawer.

    It would be nice if I could hot-plug the drives instead of having to reboot. If I was more thorough (or paranoid), I'd take the drive off-site and put it in a safe deposit box. Dataports are made by CRU-INC, but there are other similar products.

    --
    [Insert pithy quote here]
  82. Cluster by The_Myth · · Score: 2

    I know this is a windows solution however I'm running two w2k advanced servers and have one on site one off site at my home.

    They are clustered. First created with a 100mb crossover link. Then moved one offsite with a modem link between them (direct modem to modem). AS the files don't change much there is not a lot of traffic. (1 file in 3 days maybe).

    There is also software link doubletake and surviveIT for the corporate world.

    --
    The MyTh - I am a figment of the Imagination - [Im Probably even not here]
    1. Re:Cluster by Anonymous Coward · · Score: 0

      Mod this down!! He's using WINDOZE!!!!!

  83. I use USB Drive for many reasons by WaxParadigm · · Score: 1

    I just bought a Buslink 80GB Drive. It was the cheapest solution of that size I could find (http://str8buy.com/bus60usb35in.html is the cheapest place...I have no financial interest here).

    Reasons:
    - Removal - I can take it to work or put it in my fireproof safe so my stuff is really safe.
    - Removal (again) - Keeps you from accidentally deleting all that stuff, or a virus from doing the same. RAID is nice, but doesn't account for this.
    - Large - Will hold all of my MP3s, etc that I have so far...when I need more, I'll just buy another, or 4 more...I'm not limited by the case, only my budget.
    - Decently fast - If I want, I can keep it connected and it can easily keep up with a 100mbps demand from my home network.

    Good Luck.

  84. Ghost It.... by jyak · · Score: 1

    What I do is you Ghost to image the hard drive (you can even compress the image) and then save it to another hard drive or even a bootable cd/dvd that can later restore your hard drive image.

  85. RAID 1 by easter1916 · · Score: 1

    With HDD prices so low and RAID controllers available on many decent motherboards (e.g., the ASUS A7V133 has a decent Promise controller that will do RAID), I'm using mirroring. I've never had a disk crash or had any data loss to speak of (says he, tempting fate).

  86. You young whippersnappers by OzPeter · · Score: 1

    Back in my day, we only had single sided, single density 8" floppy disks. And I ain't going to calculate how many of those that would take.

    --
    I am Slashdot. Are you Slashdot as well?
    1. Re:You young whippersnappers by Anonymous Coward · · Score: 0

      You don't need to worry about doing that... somebody else already has

    2. Re:You young whippersnappers by sopwath · · Score: 1

      I found this site with some stats.

      It looks like you'd be dealing with a whoping 3203128 bits/disk.

      With the format they used you get about 242944 bytes per disk. (I'll round that 243KB per disk)Because sectors were found using a hole in the disk, I'll use the formatted compacity here.

      Let's assume for ease of calculation that this 100GB disk is 100,000MB. (I dont feel like calculating everything with real binary values)

      100,000MB is 100,000,000KB

      100,000,000KB / 243KB/disk is 411522.6 (round up to 411,523 disks!

      The original floppy disks were about 1/8" thick.

      1/8" * 411,523 is 51,440" divide that by 12" you get 4287 feet. Approxamatly 4/5 of a mile.

      good luck,
      sopwath

  87. Doing backups by digitalhermit · · Score: 4, Interesting
    One thing to do first is to separate the data from the OS. I.e., create a backup set with all your reinstallation files. For my systems this is a copy of the Linux installation iso and a directory of all the patches to it. Backup your system files (depends on if you're running Winders or something else). This takes a couple CDs, but is a lifesaver if you need to recreate the system or even upgrade it.


    Bringing up the system is less of a problem with newer OSes, since you can usually, at minimum, get to your data. Configuring the database, webserver, and firewalling depends on how good you are with the OS. However, when I worked at a former company there was no real plan to get a working system back in place. We were using Novell with Arcserve -- unfortunately, you couldn't get to the data without a working system.


    Next I usually try to segregate rapidly changing stuff versus things that are pretty much static. E.g, my mp3 collection is relatively static. I occasionally buy a fresh CD and rip it, but I'm pretty much satisfied with my collection as it is. I put these on CDROM. It takes a while to create them, but it's cheap and safe. If you want to keep everything up to date, you can run a script to save only files not included on the CDROM.


    Finally, I back up my constantly changing stuff such as CVS, MySQL database, etc. to 4MM tape. It's cheap (hardware and tape) and most drives are pretty well supported.

    1. Re:Doing backups by checkyoulater · · Score: 1

      OK, I'm not up to 80+ gigs yet, but I recently decided to back up 9 gigs of data (ok, mostly music!)

      Burning to CD was the simplest choice for me. Sure it took me about a week with my 2X burner, but these files will never change. All of this stuff is already sorted on my drive. Anything new that comes in goes in an incoming directory. When that directory has 650 megs in it, write it to a CD.

      The hardest part is the inital multiple-gigabyte backup. Once that is done, weekly backups to CDR are quite painless.

      --
      Is that a real poncho? I mean, is that a Mexican poncho or is that a Sears poncho?
  88. Re:486 era BIOS can't see beyond 4GB or thereabout by 4D53 · · Score: 1

    On most harddrives you can use a softbios in the harddrive, on my fileserver I used that to get a 6.4 gig drive to work when the comp only took 512 mb.
    Since I installed that everything has worket perfectly so I see no problem to use a drive up to the 137 meg boundary on an old comp.

  89. Backup PantoMimes by Anonymous Coward · · Score: 0

    1 buy a printer with a duplex unit

    2 for i in `ls *mp3`
    do
    mimencode $i | lpr
    done

    3 if you ever loose your data just OCR the page and decode it

    (4) you could even save place with mpage

  90. obligatory whine by pangloss · · Score: 2

    but sumthin like this was just posted on ask slashdot recently...

    actually, most of the points made in the earlier story apply here.

    and as i'm sure others will/have jumped in to say, there's a big gap between failover/redundancy afforded by a raid setup or external hard disk and tape backups. it, like so much else, depends on what you need.

    i'm pretty discouraged personally. i don't really see an affordable way to do real backups of a couple hundred gigs of data. it's probably going to have to be a mixed setup. most of the data is static: flac & mp3's. so maybe that just needs one offsite backup that's done to a couple hard disks--basically a mirror. then get some kind of tape system for the other 40gigs or so of slowly or quickly changing data that i also want to keep a couple snapshots of for historical purposes, as well as rotate offsite. still not sure what the latter solution should be.

    i have an old dds2 drive. but that's 8gb max compressed. dlt or ultrium is way out of budget. maybe an onstream. but i don't know anyone who's actually got one--any firsthand reports on these? and how likely is whatever onstream uses likely to exist/be supported in say 5 years or beyond?

    1. Re:obligatory whine by Sloppy · · Score: 2

      but sumthin like this was just posted on ask slashdot [slashdot.org] recently...

      Yeah, I know, and I had a an Ask Slashdot on the same topic a few months before that.

      The reason the question keeps coming up, is that none of the answers are satisfactory. Ecrix's products are almost ins the ballpark, but still not quite there.

      I think this topic will keep coming up until someone gives the answer that people really want: That some company has just released a tape drive that costs $800 and uses $15 tapes that hold 300 Gig apiece. ;-)

      Unfortunately, by the time that happens, people will have 500 Gig drives arranged in 1500 Gig arrays, so the problem will remain.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    2. Re:obligatory whine by pangloss · · Score: 2

      you're right, ecrix is pretty close. i'd heard of vxa, but never checked it out before. how do you think their stuff compares to onstream's? any anecdotal evidence?

      one of the concerns i have about these less well-known/mainstream devices is that even if the price/specs seem right, are these actually going to work when you need them to? meaning, not just the backing up process, but the restore. i don't know how many times i've had problems restoring from both dlt and dds at work--problems ranging from bad media to incompatibilities with different models or even generations of drives, etc. and that was using equipment that far exceeds my home budget.

      anyway, any comments you have regarding either the ecrix or onstreams would be appreciated.

  91. Re:Damn Good Question- Tape works better than CDRW by Anonymous Coward · · Score: 1, Informative

    I have had bad luck trying to backups with
    Dantz Retrospect or Veritas to a yamaha cdrw, to a sony cdrw, and to a creative cdrw. IMHO, the firmware in these drives seems to hang if there is a media problem, and dantz just acts like its waiting. Veritas blue screens.

    If you are going to try this, use cdrw's or you may end up with 35 coasters.

    On the other hand, I shelled out $140 for Dantz because it supported my Onstream drive. This works the best, but sometimes the $250 computer i dedicated to doing backups hangs, expecially when I back up the full 120 gb.

  92. Re:Easy by gmhowell · · Score: 2

    Even with grip, ripping, categorizing, encoding more than a few cd's is a pain in the butt.

    --
    Jesus was all right but his disciples were thick and ordinary. -John Lennon
  93. Here's a solution I CANNOT recommend. by F1D094 · · Score: 0

    Recipie for an aneurism:

    1) Take 1 RAID 0+1 file server and add 1 finacially challenged geek.

    2) Baste with 50 Gig ADR Tape backup until Onstream SC50 is worn out.

    3) Add spoonfulls of data until fault tolerant setup is nearly full.

    4) Perform self-lobotomy.

    5) Move all data to multiple machines across network.

    6) Reconfigure server to RAID 0 to create more disk space.

    7) Move all data back to nice big empty (non-fault tolerant) drive.

    8) Cry in horror when one of the RAID's 75GXPs fails

    9) Skip over shock and go to pure amazement when you discover that you're ADR media has failed.

    10) ***Look at the monkey!***...BANG!!!

    P.S. Can anyone recommend a good data recovery shop where I can have a failed 75GXP resurrected?
    Formerly part of a RAID 0 stripe set in case you didn't guess...

    - Fido

    "It could be that the purpose of your life is solely to serve as a warning to others."

    --
    Advice is like cooking. You should try it before feeding it to others.
  94. External FireWire hard drive enclosure by Anonymous Coward · · Score: 0

    Get an external 1394 hard drive enclosure and throw a 100GB+ hard drive in there... thes are cheap ($80) at places like http://www.apdrives.com or you can buy an all-inclusive unit such as the ones Maxtor makes.

  95. What is your true need? by Monoman · · Score: 2

    If you need to protect against fault tolerance then just get another hard drive. IDE RAID on the cheap can be done via software or another drive controller.

    However, if you need to backup data with the ability to rollback changes or deletions then you are most definitely looking at a tape system.

    --
    Keep the Classic Slashdot.
  96. Firewire Backup by Anonymous Coward · · Score: 0

    I actually use 80GB firewire drives for my backups. They're ~$250 and much cheaper than JAZ, DLT, or even DVD-R. My 2 cents anyway...

  97. Here's a similar question. by anotherone · · Score: 2
    I work for a professional photographer. We've been slowly phasing out film in favor of digital for about a year now, and currently we do everything digital except for certain outdoor things where certain issues make digital not feasible.


    Currently we've got a storeroom full of boxes and boxes of CDRs. I want to make an archival backup of them.


    Negatives will last for a hundred years if they're stored properly. Just the other day we made reprints of one of the first sessions our studio did, more than 20 years ago. However, CDRs do not last this long. Assuming nothing catastrophic (fire, CDs breaking) happens; CDRs are only made to last a few years at most. (Rough estimates put the shelf life of CDRs at 10 years or so.)


    What form of storage is the most archival?

    Consider that we've got probably a thousand CDRs sitting in boxes. Some way of doing a batch backup (CD towers?) would be great.

    --
    Username taken, please choose another one.
    1. Re:Here's a similar question. by cmowire · · Score: 2

      I think your best bet is a pragmatic one...

      Every few years, buy a good high-capacity removable disk drive and move everything over to the new disk format.

      So take the thousands of CDRs and copy them to DVD-Rs. Wait a few years, buy the next format that comes out, copy the DVD-Rs to that. Rinse, repeat, etc.

      And make sure that you burn two copies.

      Also note that for sitting around and doing nothing, the CDRs have a long life. Using CDRs shortens the life considerably.

    2. Re:Here's a similar question. by HerrNewton · · Score: 2

      Actually if you store your CDRs the way you store your negs, you should be (relatively) fine. Negs like cool, dark, and dry storage -- so do CDRs.

      --

      ----
      Am I the only one who thinks Microsoft is a misnomer? Perhaps Macrosoft would be a better fit?
    3. Re:Here's a similar question. by DerekLyons · · Score: 2

      Actually if you store your CDRs the way you store your negs, you should be (relatively) fine. Negs like cool, dark, and dry storage -- so do CDRs.

      Another trick is to have seperate burners and readers. Some burners slightly degrade CD's (especially CDR's) in them each time they are read.

  98. gpl'd backup by XiaouTuzi · · Score: 1

    I use Tivoli at work to backup our unix boxes but there are lots of gpl'd backup software solutions out there. At home I put a controller card and a 80GB HDD in a POS 233. Works fine and although it looks terrible sitting on top of the AT case at least it makes it easily removable ;) Provided the rebate ever gets here total backup cost to me will be a one time $150 including the controller. Everyone has to learn their own data requirements though. If you need more data integrity than availability then a stack of CD-RW's kept in your desk at work may be an even cheaper and more appropriate solution. My only real contribution then I suppose is: decide on what you're looking for in a backup and find a gpl'd backup app that fills the bill. The right app can GREATLY decrease the amount of time your backups run and maybe also decrease the footprint of the data itself.

  99. more problems than just that by WaxParadigm · · Score: 1

    with raid, next time a virus hits your pc that destroys .jpg and other random files, you're screwed. We all have also accidentally deleted files...and raid does not prevent this.

    No protection against fire / theft either.

  100. How I back up a File server of 320 Gigabytes by AgTiger · · Score: 5, Interesting

    I'm classifiable as an audio addict, having taken my entire personal
    collection of CD's and ripped them to MP3's at 320 bit, and wanted to
    have them stored in a central place, accessible from any machine in my
    home. Currently this collection is at approximately 620 full CD's of
    music, and I'm pushing right at, or just above the 80 gigabyte limit.

    Now when you factor in personal files, financial records, games,
    downloaded material, installation software you don't want to lose,
    etc...etc... Well, see for yourself. Here's my space breakdown for the
    partitions on my main file server Fumus (Smoke, in Latin):

    fumus:/pub/mp3 # df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/hda3 3.0G 2.1G 804M 72% /
    /dev/hda1 129M 6.8M 115M 6% /boot
    /dev/hda5 9.8G 1.8M 9.3G 1% /home
    /dev/hda6 20G 13G 6.3G 67% /pchome
    /dev/hda8 40G 22G 17G 57% /pub
    /dev/hdb1 75G 38G 33G 53% /pub/mp3
    /dev/hda7 1.9G 20k 1.8G 1% /scratch
    /dev/hdc1 74G 34G 40G 46% /pub/mp3_2
    /dev/hdd1 74G 36G 37G 49% /pub/software

    So, here's what I looked at:

    Tape: For the size I'd need: Way WAY too expensive. When I brought
    the media down into the range I'd afford, I'd be swapping tapes all week
    to get a backup done. Not time effective.

    CD-R: Faster, yes, but at 650 megabytes per media, same problem as
    tape, only you've traded magne tic for optical.

    Extra hard drives in the same machine: Originally, this is exactly what
    I had done with a single file server running Reiser file systems in the
    more experimental days. I got the scare (and lesson) of my life when
    Reiser went a bit nuts, and started corrupting some of my data. I only
    lost about one percent, but I vowed, never never NEVER again would I
    backup data on a critical machine on live media in the same machine.

    Okay, so here's what I finally DID select as my solution: A second
    machine called Ignis (Fire in Latin) that uses the absolutely identical
    configuration, right down to the types and number of drives, partition
    sizes, everything. They both connect into my 100Mb network switch, and
    Ignis rsync's from Fumus every hour on the hour thanks to scripts in
    /etc/cron.hourly

    In fact, here's Ignis' /etc/cron.hourly/rsync_with_fumus script:

    rsync -arul --one-file-system --quiet fumus:/pub/mp3_2 /pub
    rsync -arul --one-file-system --quiet fumus:/pub/mp3 /pub
    rsync -azrul --one-file-system --quiet --delete --force fumus:/pub/software /pub
    rsync -azrul --one-file-system --quiet --delete --force fumus:/pub /
    rsync -azrul --one-file-system --quiet --delete --force fumus:/pchome /

    Is this a bit extreme? Yes. But... if, gods forbid, Fumus really does
    let out its magic smoke, or Ignis does catch on fire, and the physical
    media were actually damaged, hopefully the damage would be limited to
    *one* case, and wouldn't end up taking both machines out. Then I really
    would be crying the blues.

    Oh yes, and each machine is on their own 900VA UPS. I'm not playing
    THAT game. :-)

    1. Re:How I back up a File server of 320 Gigabytes by simonsoanes · · Score: 1

      This is perhaps the ideal solution, bar the fact that the two machines are in the same building...

      This is when someone else's post about backing up to his neighbours computer comes in... Might be a good idea to run that cable a bit further and locate the other machine in the shed or your neighbours basement ;-)

    2. Re:How I back up a File server of 320 Gigabytes by Anonymous Coward · · Score: 0

      You need to get the fuck outside. I will never get warez archivers like you. Do not shit us.

      "personal files, financial records, " - That will not take up even a gig

      "games,downloaded material, installation software" - Liar. It should read "gamez, appz and other warez"

      We all know was warez the second you said 320 gigs. Stop downloading and archiving warez. You cannot even use half the shit you have downloaded.

    3. Re:How I back up a File server of 320 Gigabytes by BAKup · · Score: 1

      Ah, but is your switch plugged into a UPS?

    4. Re:How I back up a File server of 320 Gigabytes by Temkin · · Score: 1

      Both Ignis and Fumus will be toast if the local utility screws up.


      Had the util drop a tree branch across a 12KV line, shorting to the local 220 lines. UPS's are good, but they are not going to save your bacon from the full fury of a local grid accident.... or an earthquake, fire, etc...


      Temkin

    5. Re:How I back up a File server of 320 Gigabytes by Anonymous Coward · · Score: 0

      What is with you malakas on slashdot always using Greek nicknames for yourselves and your computers. If you want to be Greek suck on an olive, BITCH!

    6. Re:How I back up a File server of 320 Gigabytes by Mistah+Blue · · Score: 1

      This is quite common for disaster recovery protection. It is known as replication, and is quite effective.

      As has been stated, his house is a single point of failure (utilities, etc.). Even locating his backup server next door is not a good thing, as they are most likely on the same power grid.

      That being said, his current setup is quite sufficient given the above caveat. The only thing I would add is to consider placing your 900VA UPS's on separate circuits. That way if a breaker trips, you can still manually promote the standby machine to primary.

    7. Re:How I back up a File server of 320 Gigabytes by Wonda · · Score: 1

      Doesn't sound like such a good idea to me, if the files get corrupted like you had before, you (on average) only have 30 minutes to find out and restore, same for files you delete by accident, effectively you just got yourself a delayed raid mirror.

    8. Re:How I back up a File server of 320 Gigabytes by Anonymous Coward · · Score: 0

      So what happens to your backup if your entire house burns to the ground? Or theft?

    9. Re:How I back up a File server of 320 Gigabytes by ErikZ · · Score: 1

      Or a tornado! Or meteors! What if a big drooly dog gets ahold of his computer and drools all over it!?

      My god man! The set up you've described here isn't much better than nothing!

      (I hate slashdotters that can only point out flaws and never conceed on good points.)

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    10. Re:How I back up a File server of 320 Gigabytes by Korth · · Score: 1

      It's a bad idea to backup every hour, especially if this is your only backup. If files get corrupted, and you don't notice it immediately, by the hour the rsync'd copy would be corrupted too.

    11. Re:How I back up a File server of 320 Gigabytes by dagashi · · Score: 1

      backup bla bla bla... the real issue here is:
      what is your server hang out and nick on DC??
      i'll make a phat backup myself!!

  101. he thought of that, you know. by Erris · · Score: 2
    Sure if it's removable then you're probably mostly OK, but if some power accident fries your box, and your backup hard drive is in there, oh well.

    Another principle of good backups is to have another copy in another location, since having an extra hard drive won't help you if your house burns down.

    OK, so buy more than one back up HD for each application and don't leave it in the box. If you want, take the extra copy home or put it in a safe deposit box. His point is that the extra HD is still cheaper than removable media for most people right now.

    This is all lost on me right now. The largest projects I have easily fit on a CD, source executable and data files uncompressed. My photos are largely segregated by where and when they were taken and are archived that way. The one or two home movies I've made are no more than 10 minutes long and of such pathetic quality that they are less than 100MB each. This may change in time, but right now the 10 cent CD and a central FTP server are more than adequate. Thingy goes to FTP, then gets CDed several times and removed.

    I doubt I'll ever pay to have someone else paw through^H^H^H^H^H^H^H^H^H store my data.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
    1. Re:he thought of that, you know. by trexl · · Score: 1

      I concur. He did say, er, type removable and listed the price at Fry's.

  102. /home/dir by xant · · Score: 5, Insightful
    This is where Unix's concept and implementation of HOME directory really shines. In the Windows paradigm, things can and do end up anywhere on the system, because you can write anywhere you want to. Application software is under no pressure to write to a standard place so you end up with things in: the desktop, the application's home directory, the user's home directory (if you're in win2k or later), a temp directory, etc. In Unix users have 2 places to write things: $HOME, and /tmp. If you don't want to keep a file around later, just remember not to put it in tmp. Then only back up $HOME. Everything else on your system can be restored automatically from either the net or the CD media that you purchased.

    Not to distro-bait, but Debian in particular shines here because apt makes it so damn easy to bring a system back to the state you wanted. For myself I have created a meta-package (.deb) which does nothing but depend on the applications I want installed on every desktop system: galeon, gnucash, xchat, gaim, xmms, vim-gtk, and a handful of others. Then I back up my meta-package, all of 10k including a few shell scripts I wrote for myself. Install my meta-package on a new system, and voilá, apt fetches and installs every app, that I need to continue working, dependencies included.

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    1. Re:/home/dir by Jason+Earl · · Score: 2

      A Debian meta-package, now that's clever. It looks like I am going to have to learn to build debs. Thanks for the info.

    2. Re:/home/dir by ecloud · · Score: 1

      You probably also have customized stuff in /var (databases, web sites, etc.), /etc (config files),
      /usr/local (packages you had to compile because there weren't any .debs for them), maybe /usr/src (standard place for Linux kernel trees, and usually I keep source trees for other packages there, sometimes with patches), and maybe even /usr/share.

      You know, the funny thing about /usr/share is it is supposed to be where you put "data" which can be shared by users, right? I'd be inclined to NFS-mount it. But Debian installs so many things there. At my job, /usr/local is NFS, but I don't like the semantics of that (it should be _local_, dammit!) So at home I've taken to storing MP3's, video files etc. under /var, and /var has a whole 100 gig drive dedicated to it on one server. But it's a little strange because then on other machines I NFS-mount this machine's /var (under /mnt/something, not /var), but only parts of it are interesting to other machines.

      Anyway I think there should be a standard place for stuff which will be shared between users (everything from documentation to icons to MP3s to programs which users have compiled themselves); then that would be a very high-priority directory to back up, right after /home, and there wouldn't be so much of that kind of stuff scattered around.

    3. Re:/home/dir by Whelkman · · Score: 2

      Anyway I think there should be a standard place for stuff which will be shared between users

      So I'm not the only one. I've had different places, ranging from /var/something to /something. I even had exported data in /mnt subdirectories and /usr/local. Right now I just place most of my data on a drive attached to /home/ftp so if I ever decide to share files through FTP it'll be easy to jail.

    4. Re:/home/dir by NullAndVoid · · Score: 3, Informative

      Anyway I think there should be a standard place for stuff which will be shared between users (everything from documentation to icons to MP3s to programs which users have compiled themselves)

      I believe this was the original purpose of /usr/local: /usr was for stuff that came from the vendor, /usr/local/ for stuff that the local site added to it. At the site I learned Unix /usr/local was often a separate partition from /usr to make it easier to share/duplicate/backup.

      --


      -- Sigs are for losers
  103. AIT? by Kenja · · Score: 1

    I use an AIT system at home. You can get an AIT-1 drive for a low enough cost if you hunt around. I got my fist one for 300$ and my second for 65$ (but that was a rare deal). Tapes cost a bit, 45$ for a 35/70gig tape, but thats not too bad given the performance of the system.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  104. Juste buy a 100 GIG HD by Anonymous Coward · · Score: 0

    Juste buy a 100 GIG HD dumbass

  105. Off-site! by Kyle+M · · Score: 1

    A true backup solution involves taking the data our of your house. This is VERY important if you are trusting years of digital photographs to erasible electronic media.

    Your best option is to backup with high capacity tape. Leave a copy a your parents house, or in a bank safety deposit box.

  106. Re:You're Both Wrong by darrylballantyne · · Score: 1

    Actually, it would be exactly 73,560.88963 disks worth of space required (or, essentially, 73,561 disks).

    Using true GB's (1024^3 bytes), and with a 1.44MB floppy holding exactly 1,459,664 bytes, that's what it works out to.

    *I* am the one with too much time on my hands.

    --
    ----------
    Darryl Ballantyne
    http://www.darrylballantyne.com
  107. "Affordable" backup? Surely you jest. by aussersterne · · Score: 2

    Backup has always been expensive. You have two choices:

    1) Go cheap (i.e. Zip drive, MO drive, CD-RW, etc.) and only backup the files you NEED (i.e. home directory, "My Documents" folder, etc.)

    2) Shell out for tape. This way you will be able to make multiple backups, keep them offsite, maintain them long-term, and back up most of your system. I find that the sweet-spot is usually to go 1-2 generations old (i.e. right now I'm using a DAT24 drive), that way you only have to pay about $400-600 instead of $1500+ for the mechanism.

    Don't fall for the "just use hard drives" trick. Hard drives have a number of problems.

    1) Mechanism + media in one unit. I've seen hard drives whose heads STUCK to the platters, rendering them useless, after only sitting around for a couple of months. Oops! Data gone! They are also sensitive to static and to environmental changes -- if your backup drive gets zapped accidentally, you can't just plug the media into a new mechanism! Data gone!

    2) Backups limited. If you backup a 100GB system onto a 100GB hard drive, you're limited to one physical backup. This creates all kinds of problems... Many's the time I've had to go back four or five generations in backups to find an old file that I didn't realize I'd deleted months ago. Not to mention that you are limited to one backup stored in one location -- no redundancy.

    3) Even RAID has problems -- I've had bad SCSI cables that filled a RAID filesystem with corruption before we were able to track down the problem and switch the cable. If that happens when you're just depending on RAID to preserve your important data... oops! There's a reason why many RAID-enabled datacenters also maintain backups of critical data in a second medium!

    So that's my personal take. I think either tape, maintaining at least 5-10 backup generations at a time, or MO/CD-RW just for keeping your critical files. Or both, even.

    --
    STOP . AMERICA . NOW
  108. any cheap online storage sites? by linuxlover · · Score: 2

    Right now I _encrypt_ my files and put them on a CDR. So if I loose the CDR, I can be sure no one is readking my journal :-)

    NOw, I always wanted a
    - reliable
    - cheap
    - plenty of
    - unix friendly
    online backup. I tinkered with myspace.com and virtual hard drive and they are not worth while
    - for the amount of spam you get
    - the tiny space (10Meg, yeah right!)
    - most of them want to install clients (win xx only)

    Does anyone know any good alternatives? I think this is a lucrative business. Can not understand that no good service is available!

    thanks
    LInuxLover

    1. Re:any cheap online storage sites? by Fred_A · · Score: 1
      Frankly, after looking for just this kind of solution, I've actually thought of setting something like this up as a business. However it's far from easy :
      • Data must be stored encrypted for obvious reasons
      • Most people aren't able to encrypt their data
      • Most people don't understand backup, incremental backup strategies, etc.
      • This means you have to provide (and then maintain) client software for a number of platforms (at least Win/MacOS/Unix)
      • Lots of people don't have access to broadband, which implies huge backup times
      The market for this kind of product would be home users and small businesses (assuming large companies have competent admins and already implement a backup strategy). Most of those have the problems listed above.

      Ideally people would write a cron job that automagically updates a GPG'ed tarball every now and then. Unfortunately this doesn't fly in the real world as your customer base would then be so minuscule as to make the business a failure right from the start.

      So I (and presumably others) gave up on that idea and just provide network engineering.

      --

      May contain traces of nut.
      Made from the freshest electrons.
  109. I have the same problem by Eugene · · Score: 1

    I'm at almost exact same bind right now.. lots of the data on the hard drives, and trying to find the best to archive/backup them. adding a second HD might be the simple solution, but the hard drive method lacks the transportability. (when you want to move certain data to another location, you'll need to power down and move the HD). and in my situation the data grows larger daily, so it'll out grow the HD soon. CDR right now is the cheapest solution, but it's tedious.

  110. All of this for only $10? by trentfoley · · Score: 1

    Wouldn't it be great if something like this would do the trick?

  111. FIRE / THEFT??? by WaxParadigm · · Score: 2, Insightful

    Most of you are missing this problem (fire/theft). What are your various solutions to account for and protect against this?

    I use a removable drive that can be taken to another building or put in a fire safe. Any other options out there? I'm sure we're creative enough to have some decent options.

    More info on mine (don't want to re-type)...go to
    http://slashdot.org/comments.pl?sid=24768&thresh ol d=1&commentsort=0&mode=thread&cid=2689576
    (sorry, you have to cut and paste cause I'm lazy)

  112. raid backup for physics by Anonymous Coward · · Score: 1, Informative

    You may want to look at this paper by Sanders et. al. titled Redundant arrays of ide drives available on xxx.lanl.gov under hep-ex/0112003. They report tests of raid-5 under linux for backup of physics data and find it price comparable to tape at the 10^12 byte level

  113. All Tape makers lie about capacity by jbridges · · Score: 2

    For instance someone recommends OnStream, the 30GB or 50GB models.

    Well, those models are really 15GB and 25GB, the 30GB and 50GB numbers are based on expected compression.

    Of course you can use the same compression to fit more on ANY backup media!!!

    Why not call DVD 4.7GB media as 9.5GB media?

    Or CDR media as 1.4GB?

    Remember JPG, MP3, AVI, MPG, ZIP, RAR, GZ and so on will not compress at all. So you begin to see what a farce tape capacity is.

    Given the REAL capacity, how much do you pay for a Onstream tapes per real GB?

    15GB for $30
    25GB for $40

    So the best price is $1.6 per GB.

    Then there is the drive cost, figure $300 for the 50GB model. So let's say you buy 12 tapes, and a drive, 300GB of backup storage for $780.

    That's a real cost of $2.6 per GB, for data that can only be read on another tape drive, and is not random access.

    Harddrives are cheaper per GB, faster, and can be plugged into any computer. The price keeps falling everyday. So only buy what you need now, and pay much less in a year.

    Uncomfortable with IDE? Go Firewire, it's hot plug and play (no reboot), about $3 per GB (and falling).

    1. Re:All Tape makers lie about capacity by Mr.+Barky · · Score: 1

      The cost of firewire drives can be even less. You can buy enclosures for them and pop in IDE drives. You only need to get one enclosure.

  114. NAS!! by billmaly · · Score: 1

    Network Attached Storage would be a good solution here. Ideal would be a pair of 100GB drives that the user could configure to Raid 0 or 1, and replace drives as needed. Unfortunately, the cheapest NAS out there today is about US$500 for 40GB....not a good cost/capacity ratio. If SOMEONE would start selling a NAS for the home user (linux driven, web based config, scaleable and upgradeable), priced slightly higher than the cost of the drives installed, they'd sell a lot.

    At least that's what I think! :)

  115. Good question by PenrosePattern · · Score: 1

    I think the answer is heterogeneous & requires some thought.

    1 system for on-line mirror backup - perhaps nightly incremental or full day old
    Use another drive or multiple for this
    Cheapest & fastest
    Same machine or over a wire to a second machine where you can verify the stuff is backed up.

    Have you tried testing your backups recently? How about backups of the system/OS?

    1 other system for multiple versions/checkpoints
    Use appropriate media CD-ROM, DVD, etc.

    My plan is to never have to use the backup.
    Use RAID 1 or RAID 5 on the main file server.

    Do what I say, not what I do.

    --
    Seuss - I'm telling you this 'cause you're one of my friends. My alphabet starts where your alphabet ends
  116. Backups by 4pksings · · Score: 2, Interesting

    First you must give consideration to what you really need to backup. I only do my home directory. I have a tar/gzip of /etc there. I burn my mp3's to cdrom as necessary. How much stuff do you really need to backup after that?

    RAID 5 is not foolproof. I just had a server lose one disk which caused a second disk to go offline which toasted the whole array. I restored from tape.

    Extra disks are not foolproof. I tried to boot SCO unix the other day and the harddrive no longer functions.

    Tape has been the most reliable as long as it was written with a tape program that still exists. I have read 5 year old BRU tapes successfully.

    I still use a 4MM DAT. It's small, so I don't backup much, only the necessities. But I know I can get it back!

    PK

  117. Digital Camcorder? by tjw · · Score: 3, Informative

    dvbackup is a utility that lets you store up to 13gb of data on commodity miniDV tapes. With the use of a Digital Camcorder.

    This is not exactly a dirt cheap solution, but if you have/want a digital camcorder anyway, there's only the cost of extra tapes.

    Make sure the camcorder works with dvbackup before buying one though. It doesn't work with any JVC's that I know of, or at least not mine :(.

    --

    XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UB E-TEST-EMAIL*C.34X
  118. Re:Hard Drives, I have to agree 100% by Vilorman · · Score: 1

    My main server is a SCSI system, with close to 200G of storage. I poped in a Promise RAID controller (Just becuase I like this card) and a couple of Maxtor 100G drives in a removable mounting kit.

    The removable mouting kits I got off eBay for about $10 each (Needed two). The raid controller cost me about $50 and the drives were each $329.

    Effectivly, I've got less than $750 into a 200G backup solution. Evreything is in a mirror set and works great.

    I actually had to test it once too - SCSI drive failure. I replaced the SCSI drive, reassigned the new drive to the mirror set and the rest was automagic!

    Good luck!

    -brian

    --
    -brian -- Brian D. McGrew { brian at visionpro dot com } --- > But his grip on his santiy hovers somewhere bet
  119. Hot Swap IDE Drive Tray (1394) by TheCodeFoundry · · Score: 1

    For my current network setup, I have a server that uses GraniteDigital's Hot Swap Firewire solution. It is a drive enclosure that has a removable tray that you can stick an IDE drive (any size) into and backup across the Firewire connection. Has Linux and Windows drivers. Very reliable, fast and cheap, with hard drive prices constantly plummeting.

  120. Offsite backup to large disk with rsync by leto · · Score: 3, Interesting

    for i in `cat rsync.list| egrep -v "^#"`
    do
    HOSTNAME=`echo $i| awk -F: '{print $1;}'`
    DIRECTORY=`echo $i| awk -F: '{print $2;}'`
    DATE=`date +%A`
    install -d /vol/backup/$HOSTNAME/$DATE
    rsync --numeric-ids --compress --rsh=/usr/bin/ssh --recursive --archive --relative --sparse --one-file-system --compare-dest=/vol/backup/$HOSTNAME/current $HOSTNAME:$DIRECTORY /vol/backup/$HOSTNAME/$DATE
    done

    Then once a week we run a similar script that updates the 'current' directories and uses --delete

    (rsync.list contains entries like "hostname:/some/mounted/partition")

  121. Geographically distributed backup by Florian+Weimer · · Score: 2

    Get high-bandwidth Internet access, buy two more hard drives, find two other people who do the same and a few kilometers away from you (each one in the opposite direction). Start exchanging encrypted backups (for example, tar files postprocessed using GnuPG).

  122. Re:Easy by Anonymous Coward · · Score: 0

    No doubt about it. Ripping a whole CD collection is a pain.

    I just see this immersion in technology that most posters seem to be involved in (notice how people can say "Get a RAID system" without batting an eye?) as a sort of slow death. Technology's promise is the easement of difficult jobs, freeing up valuable time to spend with those we care about or doing things we care about. It seems that the result of technology hasn't been that, but rather that we spend our time servicing the technology instead of being set free by it.

    Whatever did we do before home automation?

  123. easiest and cheapest solution. by 7-Vodka · · Score: 1

    get a spare hard disk and run it in raid, mirror mode. done.

    --

    Liberty.

  124. FireWire It (was Re:Tarballz!) by Anonymous Coward · · Score: 0

    I do almost the same thing. The thing that made this work for me was getting three fire-wire enclosures for IDE HDs. Now I have a cheap wasy to back up my data, I have one copy always off-site, and it is hot-swappable. Firewire PCI cards cost $50, the firewire enclosures cost $90 per drive.

    If my data set grows, All I have to do is get bigger hard drives and put them in the enclosures.

    Even when buying 2 drives every time my data grows, i am still coming out way ahead on the price of tape based solutions. I don't even use compression, just live, scheduled file copies.

    I used to mirror everything, but that doesn't help when I accidently delete the worong directory and loose my wife's sister's wedding photos. (OUCH, I am still hearing about that one.)

  125. Disk or Amanda by Anonymous Coward · · Score: 1, Informative

    If your data is fairly static and you just need to mirror it, buy an extra hard drive and run a dump periodically.

    If your data changes quite often, and you need the ability to do "point in time" recoveries of particular pieces of data, try Amanda.

  126. Some Metrics... by pbryan · · Score: 3, Interesting

    To backup a 100GB drive, you require...

    - 6 DVD+RW (18 GB) discs, or
    - 20 DVD-RAM (5.2 GB) discs, or
    - 158 CD-R discs, or
    - 72,818 HD 3.5" floppy discs

    --

    My car gets 40 rods to the hogshead, and that's the way I likes it!

    1. Re:Some Metrics... by asukarno · · Score: 1

      LOL :-))

      I can't imagine if we still live in the era of floppy discs from operating system installation to application installation all are using floppies.

    2. Re:Some Metrics... by SuiteSisterMary · · Score: 2

      1 (possibly 2) DLT-IV tapes. And it's been a year or two since I seriously looked at backup solutions.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    3. Re:Some Metrics... by mikefoley · · Score: 1

      Or approximately 436,908 DECtapes or TU-58's. (260k each)

      --
      What's my Karma Mr. Burns? "Excellent"
  127. Onstream ADR drives aren't all that great by dlur · · Score: 1

    We've had quite a few of these both at our store and sold to end users. I've even had one of the 30GB IDE flavor myself.

    Out of the 40-50 that we ever sold I can't think of one that is still out there and functioning properly. We went through 5 of the 50GB SCSI models in our store's server alone.

    We finally realized why they were so cheap, because they are made cheaply.

    We now use a 40GB Seagate DAT drive. It's still not perfect, but it sure is a lot more reliable.

    --
    Duris MUD - The best pkill MUD. Ever.
    1. Re:Onstream ADR drives aren't all that great by styrotech · · Score: 1

      We now use a 40GB Seagate DAT drive. It's still not perfect, but it sure is a lot more reliable.


      Ouch it must've been bad before. I know DATs aren't the best to begin with, but Seagates are the worst DAT drives I've used for reliability and compatibility.

      We had 3 Seagate DDS3 drives that all couldn't read the tapes from the other two drives, but those tapes could all be read in an HP and a Sony drive we borrowed.

    2. Re:Onstream ADR drives aren't all that great by dlur · · Score: 1

      Were it up to me entirely there'd be a HP DLT drive in there right now, but unfortunately the budget sometimes takes precedence over quality of parts. I hate budgets.

      --
      Duris MUD - The best pkill MUD. Ever.
  128. /etc too by yakovlev · · Score: 1

    Probably want to back up /etc also, but I basically agree. It doesn't change as much, but should probably be backed up whenever something in there changes.

  129. ZIP, PGP, FTP by Lilkeeney · · Score: 2, Informative

    I have over 100 GB of hard storage, however most of that is mp3s, videos, and other things that do not change. I have burned on CD all of my mp3s and other things that don't change, but I don't want to live without if my hard drive goes down. Then every night I have a script that does an incremental backup and zips it, PGPs it, and then ftps it to my friends hard drive, both at college with a fast connection and a 100 miles apart. Also once a week I do a full backup. I figure the chance of both of are computers getting struck by lighting, bruning in a fire, or failing at the same time is pretty rare.

    Its not the best of all solutions, but I don't have anything I would die without and it was really cheap (free).

  130. failure by jafac · · Score: 2

    This is one segment of the computer market where the industry has failed to provide a solution.

    And so - I will continue to hear stories from co-workers, friends, and relatives about the x months of data that were lost when their computer crashed.

    Some hotshot venture capitalist with some geek buddies ought to jump at this opportunity.

    Manufacture a removable storage - external device - writing to cheaply manufactured slower hard drives (why spend top dollar on 10,000 RPM drives when you're doing backup as a batch process overnight? - oh that's right, because the industry doesn't make slow, high-capacity drives anymore - they assume that all applications are high-end).
    Bundle the box with some cross-platform data management software. Users could just plug in the box and set it off once a week. The rest of the time, keep the box in a fireproof safe, unplugged, or something like that.

    --

    These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  131. Storage alternative??? by Anonymous Coward · · Score: 0

    What someone needs to do is figure out how to use Digital Video cameras as a back up medium. Think of it like this something like 600x800x32 for each frame, is 15360000 bits. At 30 frames per second, for one hour is 1658880000000 bits for a tape!

    Now that is something like 207 GB / tape. And that is not including the audio track. And since many video cameras are firewire you get 400 MB/s.

  132. Submissions ignored by Neil+Watson · · Score: 1

    Now I see why people complain about stories getting favoured by certain people. I submitted this question back in September.

    1. Re:Submissions ignored by Anonymous Coward · · Score: 0

      Well I submitted it back in August.

  133. Firewire Drive by Anonymous Coward · · Score: 0

    I just plug in an 80GB Firewire drive to my OSX system and run an Applescript that uses Stuffit to compress and backup up text, source code, and most other files that have modification dates less a number of days I enter in the dialog box. The digital video and audio clips along with 3D models and renders don't compress that much so I keep them on anohter Firewire drive and copy local to edit. Works for me, but then maybe you don't use a Mac with OSX. Oh well...

    I keep planning to get fancy with Perl one of these days

  134. OnStream? by Tumbleweed · · Score: 2

    Didn't they go out of business awhile back?

  135. IBM HD by Anonymous Coward · · Score: 0

    Buy 3 IBM Deskstars. Your data will be safe on them. :-). Oh and thay are hotswapable. So just use some cradels and switch one of the two on a RAID 0 setup. Come on its sure fire way to love backing up.

  136. Why not ask ... by mikers · · Score: 1

    The guys over at kuro5hin?

    I bet they have some warm stories they'd like to share. Just watch the raw wounds and you should be ok.

    m

  137. RAID != Backup by dasunt · · Score: 4, Insightful

    RAID is to provide either additional speed and/or hotswappable capability. RAID really stinks as a backup, since RAID doesn't care when some program deletes most of the hard drive, when some user removes too many files, or when the OS barfs. Sure, RAID will save your DATA if one HDD fails, as long as whatever caused it to fail didn't affect the other drive, but for the reasons already listed, this doesn't mean RAID is a valid method of backup.

    However, a HDD in an external enclosure could be considered a valid backup, however, for true redundancy, you better have two drives you swap, and you better be doing surface tests regularly. A drive, properly treated, should last many, many years. Also, you could combine a drive with monthly or quad-yearly backups to CD-R, just make sure you do your research on the inks used in CD-R disks, some don't last as long as others.

    Just my $.02

  138. Magnetic storage is fine... until there's an EMP.. by Bonker · · Score: 2



    What causes an EMP? Nuclear explosions. With all the terrorists and their suitcase nukes around, you're magnetic data's not safe! Go Optical. Better yet, break out the punch-cards!

    </fearmongering>

    Seriously, if your backup media is magnetic, be it a tape, mirrored harddrive, or a vast pile of old AOL 3.5" floppy disks, you've got to watch out.

    Case in point: A company I know of stores off-site tape backups at a reputable insurance firm's lock-up. There are all sorts of gurantees against fire, flood, tornados, etc...

    What there is not a guarantee for is Larry, the night watchman, who brings his ancient portable television up to work with him every night. He sits it directly on top of the tapes he's supposed to file that night.

    The previous didn't happen, but it *could*. There are all sorts of accidents that can corrupt magnetic media that wouldn't harm CD or DVD media.CD-R's are especially cheap, and you can reasonably back up everything short of massive databases or large AV projects on one. If you regularly make massive databases and/or large AV projects, you can probably afford DVD-RW.

    Tape is getting obsolete and DVD's are getting cheaper all the time.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  139. USB2.0 is probably stillborn by gaudior · · Score: 1

    Intel, who created it, are going with IEEE 1439 instead. (Firewire) No one else is really interested in it either.

  140. Re:Hard Drives [You need to buy TWO for backup] by RedCard · · Score: 1

    When using hard drives as a backup medium, you must remeber that you have to buy TWO extra hard drives, not one.

    The pitfalls of a 2-hd backup system are apparent when you consider the following:
    Hard drive A is in your computer. You're backing it up onto hard drive B, when hard drive A fails during the backup...
    ...and now you're hosed. All the data on both drives is gone, which is a potentially FATAL scenario if you're a small business.

    The solution? Like I already said, get two backup drives, and alternate them.

    --R

  141. Do what I do: by scotch · · Score: 0, Troll
    backup to /dev/null

    --
    XML causes global warming.
    1. Re:Do what I do: by Anonymous Coward · · Score: 0

      Apparently, the crack is pretty bad. Better luck tomorrow.

  142. Hey moderators by Anonymous Coward · · Score: 0

    Just because a solution doesn't depend on digital devices doesn't mean that it's offtopic. In fact, backing up photos in albums is a much better way of safeguarding them than sticking them on a server somewhere.

  143. Re:Magnetic storage is fine... until there's an EM by betis70 · · Score: 2, Insightful

    What happens when your intern scratches your delicate DVD?

    --
    I forget...are we at war with Eurasia or East Asia?
  144. Hey old-timer... by plastik55 · · Score: 5, Insightful
    Back in the day, you would actually buy software packages dedicated to doing backup. And they all did s thing called "incremental backup." That meant that they kept a database of all the files on your disk, and they would only copy the files which had changed since your last backup.


    That worked really well for backing up our 80MB drives onto stacks of 1.44MB floppies, since you would really only need to insert about 5-10 floppies during your weekly backup, just to get the files that changed.


    So why not just do incremental backup onto CD-Rs? Even with 100GB of archives, most of those are static. You probably won't need to use more than one CDR per week (maybe two) to track the changes. It's cheap, relatively painless if you've got the right software (and it wouldn't be hard to throw together incremental backup/recovery scripts in Perl if you're into that sort of thing.) and you've probably already got a CD burner.


    If less than 650MB of files change in a week, the rest of the CDR can be filled up with files that were on earlier CDRs (this way your backup set can remain finite and you can throw out the earlier CDRs as they become obsolete. Or if you keep them all, you can reconstruct that state of your hard drive at *any* time, not just at the last backup.) This seems ideal to me--why is everyone else talking about expensive solutions like tape drives, DVD-RWs, and second hard drives?

    --

    I have a positive modifier on Troll. When I mod someone Troll their karma should go UP!

    1. Re:Hey old-timer... by BakaMark · · Score: 1
      This sounds like a good idea, however you still need to take a "full backup" every now and then.

      One of the easiest ways to do an "incremental" backup is to use the "archive" bit marked on the files in the file system. This makes the task easy, as you only have to copy the files with this bit set, and then clear the archive bit on the file that you have just copied. It is via this method that many backup products actually worked.

      I have also seen some backup solutions not clear the "archive" bit so that the only restorations that you need to do are the "full" backup and the latest "incremental" (although would it still be called an "incremental" backup then).

      The importance of performing a regular "full" backup is apparent when you loose one of your incremental backups.

    2. Re:Hey old-timer... by Anonymous Coward · · Score: 0

      It's boggling how something people have been doing for decades "sounds like a good idea".

    3. Re:Hey old-timer... by jfmiller · · Score: 1

      NOOOOOOOOO!!!!!!!!!!

      This all sounds good until you have to restore from backups. Our office was doing this when I came. I convensed the IT staff to come in and have a Mock emergence one Saturday. we deturmined that it would take nearly a week of constant tape exchanges to recover all the data. We now do Compleat backups of All file once a month, Backups of all directories which were deturmined to be Non-Static weekly and incrimental backups (Form the weekly backup file not each other) every day. Now 3 tape are all that is needed to restore the system.

      Remember, it's not the backing up that's important it's the restore.

      JFMILLER

      --
      Strive to make your client happy, not necessarly give them what they ask for
    4. Re:Hey old-timer... by glwtta · · Score: 3, Informative

      Of course you'll still need something like 150 CDRs to get everything, inceremental or not - and that's just the first dump that will keep growing.

      BTW, to the other replies to this - one of the companies I worked for, we did full, weekly backups of all the important systems (ie the actual OS and software - not the data) like the domain controller, database servers, fileservers, firewall, the backup servers themselves, etc. and then daily incrementals on them.

      For the actual data on the file and database server, plus everyone's personal workstations (something like 100 people) it was a full backup once a month (maybe less) and nightly incrementals, which worked great because here people usually wanted just a couple of files their dumb asses deleted a week ago (usually perfectly timed to want the tape that just went off to off site storage :) ) All in all that achieved very good granularity. Of course the incremental tapes were recycled after about two months or so.

      The database servers were a bit more tricky so additional full dumps were done manually, when, let's say, 500,000 new compounds were imported. There were also databases attached to data collection robots that had their own separate system going.

      All in all, this took three backup servers (one for the data collection databases, one for individuals PCs and one for the other stuff) with their respective tape loaders, plus individual tape drives for the main database servers (we also had things like SGI workstations, but the scintists on those did their own thing), and the full backups did take up almost the entire weekend. But it was setup well enough that it took only a few minutes a week to maintain the whole thing - get a new tape, write on it what the server tells you to, put it in the loader, take the specified one out, send it off - you are done. And it did work - they had to recover after a fire once (before my time) and did it without any problems.

      Anyway, the point of the story was this - it's not as simple as "do incrementals" or "no! do full backups" when you are talking about actual companies, it's a bit more tricky than that.

      --
      sic transit gloria mundi
    5. Re:Hey old-timer... by plastik55 · · Score: 2

      The problem with incrementals, as you point out, is that you tend to scatter the important data across a bunch of disks and tapes. But a good algorithm can keep the disk set down.

      Since a CDR is fixed-size and write-once, there will usually be a sizable chunk of space left over after getting the changes. You can use the extra space to trim the size of your restore set--say, after computing the diff for this week, the software decides that it needs to use 350 MB to back up all of this week's changes. Then it looks at its database and sees that all but 280 MB of data on some previous disc has been obsoleted. Then it simply copies that 280MB over again onto the new disk, and tells you you can throw away the old disk. That way you can limit the maximum size of the restore set. You can also occasionally burn consolidation discs that condense the non-obsoleted data from a bunch of discs onto one. The discs should never be on average more than 50% obsolete if you do it right, and that puts a hard cap on the size of the disc collection you have to keep.

      Also, in this particular question, it's a family server being backed up, not a corporate server--cheap is important, convenience and speed of backing up is important (because it's a hard habit to keep on a home computer,) and you can simply pay the kid a couple bucks to sit there and feed CDRs if/when you need to restore (I've been there too.)

      --

      I have a positive modifier on Troll. When I mod someone Troll their karma should go UP!

    6. Re:Hey old-timer... by linux2000 · · Score: 1
      Incremental backups are not always the right way to go... if you have huge files with parts that change frequently, it's bad. Incremental backups copy whole files, not just the portions that changed like rsync does.

      Bad case examples would be large DBM/GDBM hash table files, or (worst case): backing up a file system containing MySQL databases. MySQL keeps each database in single huge files.

      All I'm saying is, be aware of what kind of data you're backing up (how much changes between incrementals, how large the files are, etc.)

  145. Rsync by Anonymous Coward · · Score: 0

    I just went out and got a cheap old machine, installed a simple Linux install (no x, the bare min) and have it do Rsync every hour. Then I also have my computer at work do an rsync with my home computer every night. Works great for me. Haven't lost anything yet.

  146. 100GB? Whew! by rnturn · · Score: 4, Insightful

    I have to wonder whether (first of all) why in the heck anyone would need to have 100GB of disk space on a home system. But then I have five systems networked together and have more storage than I would have thought sane a few years a go though I have a bit of a ways to go before I will run into the poster's backup problem. It wasn't too long ago that, if you could afford 100GB, you could probably afford a SCSI array controller that would let you do a lot of RAID, hot swapping, automatic drive replacement, etc. With today's cheap disk prices you don't have to be wealthy to have an ocean of disk space. (I can remember the days when we thought having 900MB on a MicroVAX II was extravagant.)

    You could always do it the traditional way and get some tape drives. Unfortunately, they're much more expensive than you might think when you have to backup that much disk space. You certainly wouldn't want to go cheap and be feeding 90m DAT cartridges into a drive all night (it'll start feeling like you're backing up to floppies before long). A good high capacity tape drive can get, what, 20GB onto a single cartridge? Not bad. And I think that at this point in time, tape is more cost effective than DVD-R. (Something tells me that the MPAA, and maybe the RIAA, will try to keep it that way too.)

    Mirroring disks can be helpful. Hard disks are getting cheaper and cheaper. Heck it's almost scary mow much disk space you get in a typical PC sold at Best Buy nowadays (and without a backup device; it's almost criminal). If you're running mirrored disks you'll forestall the inevitable disk crash that takes all your data with it. Question for the Linux folks using the `md' driver: Does it allow adding a third member to a mirrorset? And, if so, can it be done while the system is `live'? (The third member gets removed and taken offsite in case there's a disaster.)

    One final thought: The poster wasn't actually running a 100GB filesystem were they? I'm thinking that a power glitch could cause a world record to be set for the longest fsck-on-reboot run. Plus I'd think that backing up such a beast would be a challenge. I tend to keep my filesystem sizes no larger than what I can fit on a single tape cartridge... just to make life simple. (I'm used to having to pipe `df' commands through `more' at work so I don't mind lots of mount points. :-) )

    --
    CUR ALLOC 20195.....5804M
  147. Also need off-site backup by sylar · · Score: 2, Insightful

    There are lots of good suggestions about RAID, copying to another drive, etc. But as long as the backed-up data is stored in the same physical location (home) as the original, you are not safe from natural disasters or theft. Maybe this is paranoia but it depends how important your data is to you.

    I have isolated the data that changes on a regular basis that I want to back up. Mainly this consists of mail and financial data, in the 10-20MB range. I have 2 boxes so each box backs up data to the other box. But just to be safe I back up to a trusted friend's machine also. It's a large ftp transfer but not bad at all with cable modem.

    For other data that I want to save that doesn't change regularly (photos, mp3s, etc) I use CDRs.

  148. Duh by fobbman · · Score: 2

    What am I supposed to do, VIDEOTAPE all of the stuff as I open it up in Windows? Like I'd want to type all that code back in by hand.

  149. $200 / $500?? by SectoidRandom · · Score: 1

    Im sorry i cant believe those prices? Now okay possibly you can get some cheaper drives on eBay but even still i was just recently looking at drive prices for a client and here's a comparison:

    HP DLT 80Gig (40 native) = AU$4000
    DLT Tapes = AU$150 / EACH
    (For comparison)
    HP DDS4 (20G Native) = AU$2300
    DDS4 Tapes = $60 / Each..

    Even after conversion to US$ ( AU$1 = US$0.50) thats way way out of im sure just about anyone's home backup solution price range!

    But i completely agree with you, DLT is an Industrial strength backup solution, one I frequently recommend, but even DDS is far out of the price range for almost all home users..

    1. Re:$200 / $500?? by Mongr · · Score: 1

      Those prices are probably correct......buuuuut....those are rebuilt/remanufactured drives. You can't compare that with the prices for those drives new.

      --
      -=Mongr=-
    2. Re:$200 / $500?? by swb · · Score: 2

      DLT8000 (the 40 native) is the "current" last of the original DLT line, which probably accounts for its cost.

      DLT3000 and 4000 (15 and 20G native) are yesterday's news and can't meet the capacity needs of most organizations anymore, which is why you see so many of them on ebay for $200 or $500.

      The carts are still kind of spendy. DLT4000 needs the DLTTAPE IV which is still nearly $85. The DLT TAPE IIIXT tapes for the DLT3000 drives are cheaper at $45, but that's still kinda spendy.

      For that kind of money, it might make more sense to buy a DVD-RAM drive (supported under XP, MacOS and maybe others) from ebay for $150 and a bunch of carts and do one full and then incremental backups as needed. Still only barely adequate for storage needs above 20 gig.

  150. Wait until quantum hard drives come out by nick_burns · · Score: 1

    Then when your hard drive fails, there's a certain probability that it might not have failed, and just back up from a different universe.

  151. Re:Magnetic storage is fine... until there's an EM by J'raxis · · Score: 2

    That would have to be one hell of a scratch to damage it. Surface scratches can be repaired, you can buy the stuff to fill in the scratches at computer/music stores. The scratch would have to be deep enough to actually damage the metal within; unless your intern regularly plays with belt sanders in the office I wouldn't worry.

    Additionally, it's a lot easier to protect against scratches; i.e., if the disk is out of physical harm's way (you know, like in a CD case!), it won't get scratched. It's a lot harder to defend against magnetic damage (e.g., you would need specially shielded cases or whatnot).

  152. a second server is the way to go by HiyaPower · · Score: 2
    Take one of your old slow machines and dump 120 gb of disk on it. Total cost assuming you have or can scrounge a spare machine (you don't need much of a processor or memory since it isn't going to be a "real" server) is all of $200. Then do a task on it that mirrors your other system(s) on a regular interval.


    One of the biggest problems with any other sort of backup scheme is that you have to do it and you will usually have something better to do. With a dedicated machine running only this sort of thing you are much more likely to get it done than find the time to burn 20 DVD-RW disks (which will set you back $700 btw) or load 3 or 4 tapes or... The only downside on this sort of thing is that in the corporate setting, this is not a satisfactory "off site" solution.

  153. RAID (software) by pyite69 · · Score: 1


    Drives are getting cheap enough that you should
    consider going RAID. Either get two identical drives
    (well, partitions) and do RAID-0, or get multiple identical
    partitions and do raid 5.

    Linux (red hat at least) includes all the software RAID tools
    you need...

  154. Firewire Removable hard drives by Anonymous Coward · · Score: 0

    Can't remeber who makes them, but at comdex this year I saw an external hard drive housing (probably IDE inside) that connected to the PC via firewire. This should allow you to mount a 100GB hard drive in the external housing and plug it in as needed. Also allows for taking one off site. Get two hard drives and housings and just swap them on whatever cycle suits you.

    ekiM

  155. CD-RW under Linux by karlm · · Score: 1

    On a somewhat-related topic, has anyone out there found any good tools for CD-RW (I like my CDR tools fine) under Linux? What about just being able to get at my old backups on that Win95 Adaptec EZ CD-creator CD-RW I have? (I installed RH 5.2 or some such over Win95 when my roomate got my Win95 partition to eat itself. After all, I had all my important stuff backed up. It just turns out that I can't read my backups.) Is it a standard format, or does Adaptec use their own format?

    --
    Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    1. Re:CD-RW under Linux by Graymalkin · · Score: 2

      If you were using Adeptec's DirectCD thing for backups which I know a few people do, the CDs are indeed burned in their own format designed to work well with the DirectCD packet writing. Only DirectCD can even read the format let alone write it. AFAIK there isn't a mount extension for the DCD format but you might look around for it.

      --
      I'm a loner Dottie, a Rebel.
  156. The answer is simple... by frank_adrian314159 · · Score: 2

    Publish everything to the web and let Google cache do it for you...

    --
    That is all.
  157. Re:You're Both Wrong by _Wrath_ · · Score: 1

    Most HD manufacturers use 1000^3 as there GB... makes the drive sound larger if you are used to using 1024^3 as your base of measurement.

    Then, it is 68,509 disks

  158. Distributed, redundant, hierarchical filesystem by ecloud · · Score: 1

    What the world needs is this... a virtual filesystem which aggregates storage on multiple machines, storing the data redundantly, with different levels of quality-of-service (so that video is stored on faster storage and archives on slower), encryption by chunks so that no complete file is stored on any one machine, capable of handling both write-once and read-write media (while still allowing any file to be changed), built-in version control, etc. If some machines in this network go down, the data (or most of it) should still be accessible.

    Yes I know there are lots of incomplete implementations of such an idea (AFS, some peer-to-peer projects, another FS whose name has slipped my mind at the moment, etc), but I think there is still not one good implementation which has all the right features, can be mounted on multiple OS's, reliable enough, etc. If this were done right, backups would be obsolete.

  159. 3ware Escalade = 420 gigs of RAID5 for $1100 by linuxbaby · · Score: 2, Informative

    3ware 6800 Escalade IDE RAID is working great, and it's only $350 or so.

    It's a PCI card with *8* IDE drive slots, which you can configure in a RAID 5 array for huge, failsafe backups.

    I've got 8 60-gig IDE drives on it, in a RAID 5 array. Gives aboout 420 gigs. Shows up as a SCSI device in OpenBSD. Works great with Linux.

    Churning away wonderfully.
    I've backed-up 200 gigs of files on it so far.

    420 gigs of RAID5 storage = $1100 USD. ($300 for the card. $800 for 8 60-gig drives.)

    Here's my post on the OpenBSD list about it

  160. Backup utility by flink · · Score: 1

    I actually just finished tackling the same problem for my own 20GB mp3 collection. I wrote a utility that basicly automates the process of spliting the directory tree into CD-sized chunks, since the thought of manually spliiting out 30 CDs worth of tars gave me the willies.

    I posted it at http://danky.com/cd-cat-0.1.tgz if you would like to check it out.

  161. FMD anyone by mattlamb · · Score: 1

    Ok so i know its not on the market yet buuuut,
    @150gig per disc and going much higher with blue laser it could be the answer to our prayers in the near future. which is why I invested in this small company CDDD.

    oh and yep I would go with 2nd or third ( one offsite ) hardrive for cost,speed, and reliability ,some figures I saw for the true life of a CDR is 2yrs or less if accessed too often !!!

    --
    { Pillar candles great for when the power fails and you cant see the keyboard..
  162. Small Business Backup on a Budget by The+Breeze · · Score: 1

    I have a dedicated CD-Burning machine. It has an IDE removable caddy in it. I am setting it up so that my server, late at night, sends a wake-on-lan signal to the burner, powering it up, and then dumps a backup to the CD-burner. The CD burner then dumps the backup to the removable hdd. I have 2 hdd's in caddies, and plan to rotate them offsite. That way, there is always one backup offsite. There's no need to use a CD-burner for the backup machine; I just find it convienient to have a machine used for nothing but burning and backups.

  163. i use dlt by +junis_al_barek_ash_ · · Score: 2, Insightful

    i trade some usa food aid packages for DLT2000XT Internet is GREAT!

    --
    Internet is Great!!! junis
  164. 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.

  165. NNTP backup by xant · · Score: 3, Informative
    This may seem weird but a disconnected innd can act as a lovely backup server. Simply put a news posting client on every workstation to be backed up. Those workstations can use newspost or similar to post their important files to the server, along with commentary (making it easier to find the right file), timestamps and dates (provided automatically by the server when you post), etc. To back up the server, you backup one directory, where inn stores its files: /var/spool/news/news.archive

    Advantages:

    • Standardized TCP-based protocol, uses authentication.
    • Lots of free "backup software" available - e.g. pan, newspost, tin...
    • Centralized backups over the network! Only one server directory to back up.
    • Backups are automatically dated by the server, and can be signed and even encrypted if you integrate pgp into your posting script.
    Disadvantages:
    • Posts take up 35% more space than the original file did. This is adequately solved by compressing the inn directory before backing up.
    • Only solves backing up single-files cases, such as compressed archives. You cannot automatically restore a system to a particular state this way, only individual files. This is optimal for backing up your home directory, sub-optimal for system images. (See here for why this may not matter to you.)
    • If you need a secure pipe to the backup server, you either have to have a firewall in place (and you should), or you need to provide the encryption layer on your own. NNTP does not "naturally" provide encryption afaik.
    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
  166. Paper and pencil. by minusthink · · Score: 2, Funny

    I've been backing up my data for the last 4 years. I mean literally, I'm not done yet.

    I've been looking at the raw data and writing down the 1's and 0's in the correct order in notebooks.

    it's long, painful, and expensive; but... but... well I know I started doing it for a reason...

    --
    "when life gets complicated, I like to take a nap in a tree and wait for dinner" - Hobbes.
  167. don't use IDE for anything important by Anonymous Coward · · Score: 0

    since they only have a 40% duty cycle
    better to use SCSI
    even still...
    DLT IS SO BETTER!!!!!!

  168. Just be careful by Anonymous Coward · · Score: 0

    Some day all your original files will disappear,
    and then your backup script will dutifully erase
    all of your backup files.

  169. without a rotation your screwd by Anonymous Coward · · Score: 1, Insightful

    sure, if you are just backing up your own crap and it's under 20,000 files, i'm sure everyone here has that under control. everyone knows how to get a second drive and back up their stuff.

    the problem is when you have hundreds of THOUSANDS OF FILES or you are responsible for backing up hundreds of people's stuff...without tape rotations your dead meat. becoming aware of WHEN things are deleted can take months.

    case in point: i had a researcher delete 10 critical files for a 5 million dollar grant. The lady has in the vicinity of 100,000 files. she did not know she was missing them for 8 months.
    i pulled out my archived monthly DLT, and restored her files.

    the last 6 months tapes did not have her files on them...but the 7th did.

  170. 140GB PLASMA CD-RW's .. by Anonymous Coward · · Score: 0

    Looking towards the future, we will have 140GB plasma CD-RW drives and "burners", which should also read/write DVD/CD-RW since the shape and size of the discs will be exactly the same. Only instead of using pits for bits, it'll use a beam that can read and arrange the plasma within the disc. Saw it on zdnet.

  171. Just a ghost in the machine by CrazyDwarf · · Score: 0

    Personally, I use Norton Ghost. You can use it to backup to CDR, it compresses the data, and you can make the CD bootable. Put my backup CD in, boot, reload my entire system in about 2 minutes.

    --
    It's easy to stand out when the general level of competence is so low.
  172. Wait by artlu · · Score: 1

    My Suggestion to you is to just plain wait. Since its your home, data backup should not be critical, yet.
    I am willing to bet that 18months down the line u can pick up a DVD-RW for $300 and 8.5gig Double Sided DVD's for about $5/piece. I would say that unless the data is absolutely critical, wait. However, your cheapest and easiest bet (i think) would be a large firewire 200GIG Raid array (yes they make them. check MacMall (they should work for PC's too).

    Good Luck, and if u read this let me know what you use and send me an email, i'd be interested in this myself a few months down the line. AJ

    --
    -------
    artlu.net
  173. Re:Hard Drives [You need to buy TWO for backup] by Anonymous Coward · · Score: 0

    Even worse is you get perfectly good copies of the original drive but at some point a few files become corrupt and you don't notice until both (or all three) of your backups have the same data. This is why tape backs while expensive are a better solution. You can do multiple backups of the data cheaper and you can do incremental or differential backups so you have shorter backup times.

  174. PC World Back UP Tape Review by Moseph · · Score: 1

    Product break down for affordable tape backups by PC World here. I just had a hard drive fail. Ontrack couldn't retrieve any data. I'd go with tape.

  175. Read the post, people. by poot_rootbeer · · Score: 1

    We're talking about home backup here, so you don't lose your collection of downloaded mp3's if your primary hard drive crashes.

    Storage in an offsite data vault on media that will last 10 years is just a wee bit more than COMPLETE AND TOTAL OVERKILL! FURRFU!

  176. "Hot remove" rather then "Hot Swap" by SilentMobius · · Score: 1

    I looked into this a while ago wanting a high capacity backup that could go off site that would run under linux I didn't mind having a dedicated machine but needed it not to require a reboot each time I wanted to remove/insert a drive.
    The problem I found is that regardless of the caddy/drive/controller noone could show me a way to unmount, spin down and safely unpower a drive prior to removal (using IDE drived). Also if some of the bays weren't filled when the machine _does_ need a reboot, once the bios has decided there's nothing there you cant add that drive later.

    I trawled the source to hdparam finding nothing much. I found that SCA compatable SCSI cards normally have the ability to safely spin down and power off a drive, but I didn't find any way to use this in the general case let alone in a specific linux enviroment.

    --
    Loop, twist and loop again.
  177. glut by Anonymous Coward · · Score: 0

    rm -r large_unnecessary_files_and_folders

  178. CDR short true life span by mattlamb · · Score: 1

    I have used CDR's in the past but due to recent studies showing true life span to be a lot shorter than the manafactuers claims ie for 25 yrs read 2-5yrs ! so I switched to 2nd hardrive back up.

    --
    { Pillar candles great for when the power fails and you cant see the keyboard..
  179. Building a Basement Server - My Story by rmckeethen · · Score: 1

    A little over a year ago I decided to build my own home server to do some simple tasks like e-mail, web server, storage space for MP3 files and the like. When I started the project I had two main goals in mind:

    1. Cost - I wanted to keep the total cost of the project under $1k, if possible.
    2. Incorporate Real Server Features - Like UPS protection, backups, etc. I wanted the server to function and have the same capabilities as a commercial machine would have.

    In order to keep the costs reasonable I purchased the cheapest motherboard, CPU, RAM that I could find. I used an AMD K5 333 with a no-name board and a micro-sized case. Basically, the goals here were to keep it cheap, cheap, cheap for the basic hardware. Other then RAM, my experience is that most servers don't really need much processing power; I figured that for what I wanted just about any low-end processor would suffice. Having sufficient RAM however *IS* important, particularly if you're going to run a large number of processes like e-mail, web, etc. The good news was, and still is for that matter, that RAM prices had fallen significantly, making my 256MB minimum requirement affordable. But again, in the basic computer hardware department the goal was to keep it cheap. I'll get to why in just a minute.

    Anyway, I was fortunate to have an old CD ROM and floppy drive laying around, these items helped round out the basic system at a cost of approx $300 for everything, sans hard drives and UPS that is. For the UPS I purchased an APC model, the Desktop 110 as I recall. Since my biggest concern wasn't to keep the machine running through a power failure, I could reasonably use a lower-end model. Even the basic model UPS systems will do line conditioning and surge protection so as long as the unit has enough battery storage to do an immediate and graceful shutdown of the server I felt that it met my needs and, I suspect, would probably meet the needs of other people in similar situations. The UPS ran me another $150.

    Finally, onto the primary issue, the hard disks and backup. This is where I knew the costs would be high, so I tried to hold onto my cash till I got to this point. What I really wanted to do was to go with a tape-based solution, but two factors convinced me otherwise. The first, and most obvious issue was cost. Good tape backup systems typically run into the thousands of dollars, putting them much to far out of my budget. Secondly, my personal experience with tape systems is that while the tape costs are cheap the units do require periodic maintenance, again at a significant cost. You also need to invest a significant amount of time doing tape rotation and checking the backup logs. Tape drives are much to complex to really do the maintenance yourself (and this from a guy who used to work at a tape backup repair shop) and once you pass the warranty period expect to pay several hundred dollars and spend a week without the unit for the required maintenance. And no, you really shouldn't skimp on that maintenance, reading the logs, etc. Remember, this is your backup solution; you need to be able to rely on it. In a business where these kinds of periodic costs and tasks aren't such an issue and the necessity of having an of having an ultrareliable backup method is critical it makes these issues less burdensome and it makes more sense to use tape. For my basement server the drawbacks and the costs just don't add up. So, what is the best way to go?

    After looking at various other backup solutions like the OnTrack unit, CD-Rs, DVD writables and the like, I finally setteled on doing hardware RAID with a Promise card and two 20GB IDE disks. Cost, approx. $500 for the card and the disks. Why did I choose this method of backup? Well, it met all the criteria and then some. I used a pair of fairly inexpensive disks; this again kept the costs down. Since I really didn't care about disk speed (no swapping, all that RAM remember) I went with 5400RPM models to keep it quiet and low-cost. The Promise card has drivers for both Windows and Linux and was easy to install and use. And there are no tapes to swap out, no rotation schedules to maintain, backup is automatic and trouble-free. I know some people will point out that tape rotation is a GOOD THING and that I'm doing myself a disservice by not doing it but to those folks I would point out that for my needs, a home server, tape rotation and multiple backup copies really aren't necessary.

    My basement server has run pretty well so far, with nary a glitch. The RAID backup actually DID come in handy about 2 months ago, when one of the drives in the array failed. I admit that I was a little woried but I shouldn't have been. I replaced the dead drive with a similar model and, low and behold, it's still up and running without losing a single bit. So, all in all, I'd say RAID is a decent way to go and well worth consideration.

  180. Define backup by Marcus+Erroneous · · Score: 1

    The issue you raise of backing up raises the questions of what do you want to accomplish? Do you just want to restore if the drive crashes? If so, RAID will give you the peace you seek. Do you want back up because of electrical problems? Floods, fire, vandalism, tornado, Acts of God or other things that go crash on the disk? Back up to a medium that will allow you to take the storage medium off site to a more secure location.
    If the machine is in the basement, taking the disks or tapes upstairs doesn't help if there's a fire. Keep them with a family member or friend located far enough away that they won't be lost if there's a flood in the area or forest fire or tornado. You need some space diversity (separation) to preclude the same incident from destroying both the orignals and the backups. The limiting factor is how rapidly you need to access the backups. The further away you put them the longer or more expensive to access them in a timely manner.
    The length of the operation to back up is relevant. This is determined by the amount to back up, the capacity of the medium (in case you have to use more than one) and the speed at which the media is written to (usually includes time to verify the data). During this process you don't want to be accessing the data or using the machine. This sort of operation is usually conducted at night or early morning to insure unobstructed access to the files and exclusive use of the machine during the backup process. During this time you would normally lock out users to be able to lock the data files while you copy them. Meaning the machine should be left alone while you back up the data.
    What do you back up? Unless you spend an endless amount of time customizing the installation, stick to backing up the data. Programs can be reinstalled off the media they came on. You already have copies of them. Your user files and configuration files can be specifically included as part of the back up process if they are that involved. I set up my partitions so that my data is in separate partitions to simplify my backups. I also set up my programs to support that same architecture. This simplifies the process. It does you no good if you go to bed at 11, get up at 7, and the back up doesn't finish up until 9. Especially if you had other processes you needed to run at night, like maybe some rendering.
    What will be your schedule? Daily full backups? Initial full back up with daily incrementals, weekly and monthly full backups? How often will you swap out the media and rotate them off site? One way is to do a full initial back up and move it off site. Then every day you do an incremental back up of only those files that have been added or changed and at the end of the week, you do another full. Then you take that tape off site. Keep the initial one as a base line reference. With 3 tapes, you have the initial one and then one full week worth of back up and the incrementals up to the point of failure. If you lose the machine and current tape, you only lose back to the last weeks backup. With more tapes you get more depth. This can be good if you discover that you have been infected with something and the date goes back several weeks. Like the various Code Red variants did.
    What software solution is there that appeals to you? Does the software package you want to use support the medium you want to use? If not, consider just writing a script to write to the medium you want. 'Course then you need to figure out how to mark the files you want to backup. That's why they make software packages that handle those sort of issues.
    It can be complicated, it can be less so. Figure out what you really want to and can afford to protect against, what you really want to back up and how important it is. From there you can realistically determine the rest. There is much more, like how long you want them to last, whether the system you want has Linux support, and more. This should help you define the problem so that you can solve it. This won't answer all your questions, but there will be addendums to this comment which will point out some of the other short comings. ;) Good luck. BTW, I use tape. Daily incremental and weekly full, monthly full and store at work.

    --
    You must be the change you wish to see in the world - Ghandi
  181. Dot Com Auctions by fegg · · Score: 1
    eBay has already been mentioned as a reasonable place to get DLT tape drives and tapes.

    Another idea might be to engage in so-called "Dot Com auctions" where you may find dime-on-the-dollar bargains. If you use compression, you should be able to get 100GB onto a single AIT-2 tape, and you may be able to get it onto a DLT tape (depends on the type). I mention this because there is no need for the newer technology (LTO, Ultrium, AIT-3, etc.) if the goal is to handle 100GB.

    The downsides to the Dot Com auctions are three-fold. First, you get equipment "as is". And that really means "as is". So you should preview what you intend to bid on. Second, it can be boring as hell waiting on the item you want to acquire. Third, there is generally a 10% to 13% auctioneer's fee. Hence, if you purchase something for $1000, you are really paying $1000 PLUS the fee PLUS any applicable taxes.

    All that said, you can come across some truly amazing bargains...

  182. DLT by The+Man · · Score: 2

    If you really need to back up >20GB or so I find that DLT is the only reasonable option. You can find used DLTIIIXT and IV drives for less than $500 or so. The media is not too costly, maybe $15-20 per tape. You can fit 15-30 or 20-40 on each of these tapes, so for 100G you probably should figure on your annual 0-level dumps taking about 3-6 tapes, and you should have no problem (with your usage pattern) fitting weekly level 1 backups on a single tape each. So a pack of 10 tapes ought to provide you with a month's backups or more. Total cost around $400-500 if you shop carefully. Maybe less now...

  183. Re:100GB? Whew! by ChrisJones · · Score: 1

    "if you could afford 100GB" - oh come on, disk is pitifully cheap these days, Maxtor 120GB drives can be bought new for under 200 UK Pounds (including our sales tax). Quite a lot of people are getting "interactive digital devices" like PDAs (consider the 5GB disk you can use in an iPAQ expansion slot), digital cameras (consider a 2GB CompactFlash microdrive holding thousands of photos), mp3 players (how big is the iPod?) and dv stuff (Lucas will have everyone equipped with a hard disk based camcorder one of these days ;), with such devices likely to continue to grow in size as well as market penetration, everyone is going to need more storage. Problem is that backup storage has been very stagnant. DVDr goes some way to solve this, but it's not quite big enough (swapping media half way through a backup is not cool).

    --
    Chris "Ng" Jones
    cmsj@tenshu.net
    www.tenshu.net
  184. Do backups incrementaly by Anonymous Coward · · Score: 0

    If you do an initial backup to an extra hardrive somewhere and then just do incremental backups to CDRs chances are that you arent changing or adding 600 megs of data every day.

    If you do a full backup to another hard drive every other week and you might go through 30 CDRs a month and worst case scenario for a restore would be one copy from a hard drive and up to 14 CDs.

    It might be a little annoying but its cheap and how often do hard drives really crash anyways.

  185. I could donate one... by Lispy · · Score: 1

    ..i just happen to have one here on my pinboard...mhm..its a start!

  186. Cheapo DAT Drives by Ratbert42 · · Score: 2

    About three months ago I lost a couple dozen files when Windows 2000 (go ahead and laugh) managed to fuck up it's own file system during or after what appeared to be a perfectly clean shutdown and reboot. That and seeing all the e-mail worms coming from my boss, I figured I needed a real offline backup system.

    I bought a used DDS-2 tape drive from eBay for like $40. I added a decent (but old and slow) SCSI controller for about $20. I can get used DDS-2 tapes (4gig) on eBay for about $3-5 each and DDS-1 tapes (2gig) are $1-$3. They claim double the size with compression, but even with data I thought should compress well, I'm only getting about 30% more space with compression.

    So what do I use after all that? CD-Rs. It's just too damn convenient and cheap. I burn 2 backup CDs every couple of weeks, one for my main work and one for my personal stuff, including e-mail. The CDs go into an on-site safe. In between those backups, I e-mail things to co-workers, ftp them to my off-site web server, upload them to Yahoo! Briefcase, or just cross my dang fingers.

  187. Akamai by drwho · · Score: 1

    Akamai probably has terabytes of extra capacity these days. You could store your files there. If Akamai wanted a better revenue stream, they might even market such a feature.

  188. Out-dated backup devices by tinnunculus · · Score: 1

    After having been in the business of supporting small business clients for many years, I have been troubled by the situation I see developing. I usually recommend some kind of tape backup as it provides by far the greatest level of redundancy. However, as time goes on, technology changes. Many little shops don't see the need to change such expensive items as backup devices every couple of years but the actual products disappear. There are lots of small companies and individuals out there who have religiously saved off-site backup tapes. If they have a fire, they will still have the tapes but the drive or the software to read them has vanished. This will come back to haunt us. I have seen a few companies go through a near-death experience that was only saved by a good back up. I don't have a good solution to this.

  189. that's fine, until... by Preposterous+Coward · · Score: 2

    ...neighbor A discovers neighbor B's cache of hard-core pr0n is being backed up on his disk... or more prosiacally, their TurboTax files... ;-)

    --

    "Biped! Good cranial development. Evidently considerable human ancestry."
  190. Backup Vs. Archiving by boopus · · Score: 1

    After reading this discussion i've come to the conclusion that someone needs to bring up a bit more of the difference bwteen backuping data and archiving. As Many people have pointed out(quite validly) raid is great. As many other people have pointed out, raid sucks. Raid was designed to keep a server running and remove the single point of faliure problem, not as a true backup solution.

    With a real archiving solution, all files that have been on the computer at some point should be stored. When you find that you deleted a file two months ago that you really could use right now, a mirrored hard drive will be worth as much as an aol CD in helping you restore. A proper backup must have removable redundant media.

    A proper backup should leave a trail of compleete backups in some form that isn't ever going to get deleted. With tapes, this involved keeping yearly/monthly/daily tapes seperatly. With DCD/CD, media is cheap enough to not reuse, luckily. With removable hard drives, on the other hand, for a proper auditable backup trail(When did the hacker break in and steal the cc numbers anyway?) it will take 23 hard drives by my count to cover the year.

    This admitedly is a bit more through than the orginial question, but it seems like the discussion has progressed pased the orginal question.

    My personal system (once it's finished) will be to reformat all workstations with a 750 megabye user data portion. Everything else should replacable, or backed up by whoever wants it. Mp3's are replacable... Documents/financial information/code is not.

    This of course leaves out anyone who actualy generates large amounts of data. If you truly generate large amounts of data, you shouldn't be reading slashdot for how to archive it.

  191. The Answer I Have To Give... by torqer · · Score: 1
    The vast majority of my space is taken up by MP3s (where I converted my CD collection), but that could easily be replaced


    Yes, it could "easily" be replaced. But have fun for the next 3 months changing CDs to re-rip them all to mp3s.


    So, in answer to your question... Saving that much time is worth the cost of a new hard disk. Easily.

  192. Correction by Anonymous Coward · · Score: 0

    "We all know was warez the second you said 320 gigs. "

    We all know you were archiving warez the second you mentioned 320 gigs.

    I never proofread on this site when I post anon, it usually just stays at 0 and never gets read anyway.

  193. Tons of free online backup accounts! by scum-o · · Score: 1

    Just get like 200 e-mail addresses and back up your stuff to some online backup service that gives you a free 200 megs of free diskspace or whatever. Sure, you'll saturate your internet connection, but what the hey, it's your data, right? 8)

  194. CDR lifespan by AndyChrist · · Score: 1

    I've had CDs WITH FOIL PEELING OFF still work without a hitch.

    Anyhow, I haven't used them in a while, what with my only system with a CD burner being dead for the past year. Since they've dropped in price, have CDRs dropped in quality, too? (Same thing happened with floppy disks.)

    1. Re:CDR lifespan by Doppler00 · · Score: 1

      I'm not sure about the quality. Since most people only use CDR's to transfer data or make copies of their music CD's I would guess that quality probably isn't the most important thing to some manufactures. You can actually scratch a CD really badly and the computer will still read the CD. I did this on purpose once and also drew a picture on the CD and it still read. That might not mean that the files are 100% intact though. Error correction on the CD can only recover so much of the file and it won't give you a warning if something is wrong.

    2. Re:CDR lifespan by AndyChrist · · Score: 1

      I mean can you just leave the thing sitting without losing data.

      You cannot do this with most newer floppies (and yet all of my old apple II floppies still work.)

  195. My solution by mindstrm · · Score: 2

    though not implemented yet, is to use more hard drives. It's by far the cheapest way to go, and much more flexible than other media.

    I had a look and realized I'm going to have close to a terabyte of data in the next 12 months or so... and no way to really back it up.

    An extra storage box, separate from everything else, where backup archival copies are kept. One full backup + many incrementals per physical drive in the backup unit.
    This will be a unit that is only accessed via backup jobs.. it's not going to be 'used' for anything else. Storage is cheap enough nowadays.

  196. Movie != feature film by yerricde · · Score: 1
    digital movies can be hard to replace.

    There is always the option of paying for them.

    "Movie" does not always mean feature film. I'm pretty sure that by "movie", geekoid meant a more general class of files, that is, any file containing moving images synchronized to audio, such as a feature film's trailer, a Flash movie (YATTA!), a music video, etc.

    Besides, a feature film may not be available in a given jurisdiction (think region lockout or shipping restrictions). In the United States, copying of such movies may be protected by "no harm, no foul" (17 USC 107) or the "no suitor, no judge" principle of common law.

    --
    Will I retire or break 10K?
  197. Re:Hard Drives, I have to agree 100% by MindStalker · · Score: 2

    Yea, but test that with a rm -rf :)

  198. ATA RAID by awallgren · · Score: 2, Insightful
    As pointed out, RAID won't protect you against mother nature. However, I've never lost data to anything other than simple head crashes.

    For my money, it's hard to beat the new ATA RAID cards that are out. Most can be had for less than $100.

    Couple that with two or four 80GB drives, for less than $150 each, and you've got yourself a pretty nice array that will keep your data safe against all but the most horrendous problems.

    Even with this, you're probably wise to have some offline backup solution to go along with it.

    What data would you really want back if your house was swallowed by a hole in the ground? In that situation, do you really need access to your 30GB of MP3 files?

    If the anwers is that you really only need access to your Quicken files, then arranging to have those backed up online should be pretty cheap and easy.

    Summary: cheap ATA RAID for hardware redundancy, online backup for truly life-critical files.

  199. /usr/share isn't for user sharing of files by yerricde · · Score: 2, Informative

    You know, the funny thing about /usr/share is it is supposed to be where you put "data" which can be shared by users, right?

    No. /usr/share and /usr/local/share are for files installed by an application and shared between the different binary architectures the application can be compiled for (such as map files for a game). To share data among users, use /home/johndoe/pub, or use groups.

    --
    Will I retire or break 10K?
  200. home backup by locutus2k · · Score: 1

    I currently have about 400GB of online storage on my home network. Being a network geek myself I realize that backups are a must. Granted hard drives are cheap, however there is a finite number of hard drives you can up into a computer. I agree that backup is a must, and if you have something that you absolutely can't lose, then by all means back it up. My servers backup to each other. While this seems like a giant waste of space, and rather difficult to deal with... it works. This strategy has saved me several times, so I see no reason not to recommend it to others.

  201. Consider Fire, Flood.. also Electromagnetic Pulse by GPS+Pilot · · Score: 2, Interesting

    When devising a backup strategy, most people don't consider the threat of Electromagnetic Pulse (EMP).

    A quick google will show you that EMP would be a cheap, relatively easy-to-build terrorist weapon, having devastating effect on our electronics-dependent economy.

    A strong EMP would wipe any kind of magnetic media -- tape or disk.

    I am by no means an expert. Does anyone know how to defend against it? Would placing your backup media inside a heavy metal safe provide sufficient RF shielding to prevent damage?

    --
    That that is is that that that that is not is not.
  202. tapes vs. second hard disc drive by xah · · Score: 1
    Tapes are superior to a second hard disc drive in several categories. These include durability of media, expected lifespan of media, resistance to stray electromagnetic forces, volume/data storage ratio, price of redundant backup media, and ease of access to the data format in later years.

    The trouble with using a second hard disc drive starts when you try backing up your File System Brand Y partition, and realize your second drive needs File System Brand Y, too. Then, when you want to access that data 10 years from now, you can't find software to read File System Brand Y. You're screwed. In the short run, you always have to make sure to NEVER make a mistake and overwrite good data on your backup with bad data. Don't count on beating Murphy's Law.

    Tapes are different. There are fewer data formats used by tapes, and thus your chances of recovering data later on are better.

    Plus, there is no chance that the file system becomes corrupt on the tape. At worst, you dump all data from tape (possible because files are written sequentially) and pick out what you need. Better than trying to recover a toasted experimental file system from the early 2000's.

    As for RAID, that is for redundancy, not "backup." A backup is physically separate from your system, and is not "live." Thus, if lightning strikes your house, your entire RAID array may be toast, but your tape cartridges, off site or on site, are likely to survive.

    If you use a removable hard drive for backup, you are resigning yourself to just one or two backup sets. Moreover, off-site backup will become more and more inconvenient.

    Don't go with the el cheapo tape drives, like Onstream. Choose quality. Either buy a quality new tape drive if you have the cash, or get a used SCSI tape drive, such as Exabyte, DLT, or DDS-3, or whatever, from ebay or wherever.

    As for the supposed problem of corruption of tapes, there's an easy solution. Don't write data to old or used tapes. Buy new, brand name tapes. Furthermore, never assume that your data is actually backed up to tape until you have successfully done a "test recovery" of the data.

    Remember that the goals of backing up are peace of mind, and, in the long run, data security.

    --
    I am not a lawyer. Do not take my words as legal advice. If you need legal advice, consult an attorney.
    1. Re:tapes vs. second hard disc drive by supersnail · · Score: 2, Informative

      Don't listen to him. Tapes always let you down!

      Some of the problems with tape are:---

      Granularity -- i.e. you accidentally deleted "xmascard.lst" how do you know which tape it was on and how long will it take to scan several tapes to find your 2K file?

      How can you be sure the tape is readable. In my experience something like 5% of backup tapes cannot be read by any drive except the one that wrote the tape.

      No standard format, no backward compatabilty, short market life for thevarioustecnoligies. You may be very smug that you have an "acme" format backup stored in a safe deposit box, but after your house is flooded (mentioning the f*r* word upsets some people) you discover "acme" drives are no longer sold anymore, you just have to hope someone is trying to unload a working drive on e-bay.

      Expense -- the drives, the tapes etc. will all cost several times as much as a couple of external hard drives.

      --
      Old COBOL programmers never die. They just code in C.
    2. Re:tapes vs. second hard disc drive by Tower · · Score: 1

      >how do you know which tape it was on and how long will it take to scan several tapes to find your 2K file

      A good backup system will keep logs, and a simple query should give you the file, when, what tape label, and other information... pretty standard stuff, really.

      >No standard format, no backward compatabilty, short market life for thevarioustecnoligies

      DAT is one of the few things here that continues to live well... DDS4 drives can read DDS3,2 formats. There are also tons of these drives available... As for my 2GB Ditto tape drive... well, that one didn't pan out so well :)

      --
      "It's tough to be bilingual when you get hit in the head."
  203. Hot Swappable by ipoverscsi · · Score: 1

    I've noticed that IDE devices under Windows 2000 are hot-swappable. As long as you're not pulling out your main HD, Win2k seems okay with that.

    Here's how I do it:

    • Start -> Settings -> Control Panel -> System -> Hardware -> Advanced -> Device Manager
    • Disable or remove the IDE device in question
    • Pull the power plug from the device
    • Pull the data cable
    • Remove device
    • Reverse procedure for new device
    When you put the power plug on the device, Windows will automatically detect the device and load the driver. It's awesome! I was swapping out CD-ROMs and testing them all day without a hitch.

    I just wish Linux could do that....

    1. Re:Hot Swappable by xah · · Score: 1
      NetWare does this, too. Net god Joe Doupnik used to regale us with his tales of technical excellence on comp.sys.novell, and this exact procedure, albeit with SCSI drives, was one that awed us every time.

      Why can't Linux do this? It doesn't have anything to do with the monolithic kernel, does it?

      --
      I am not a lawyer. Do not take my words as legal advice. If you need legal advice, consult an attorney.
    2. Re:Hot Swappable by Lee+Cremeans · · Score: 1

      You can already do this with SCSI (in Debian, install the scsiadd package and use rescan-scsi-bus.sh), so doing the same with IDE shouldn't be that much harder. I just wonder when someone'll write the support.

      -lee

    3. Re:Hot Swappable by Tony-A · · Score: 1

      I think Linux can (or at least could).
      It has to do with how you number hard drives.
      hda, hdb are master, slave on primary ide.
      hdc, hdd are master, slave on secondary ide.
      hde, hdf are master, slave on Promise ATA primary.
      hdg, hdh are master, slave on Promise ATA secondary.
      This works as long as nothing "slides over" to fill in the gaps.
      Beware of "user-friendly" ;-)

    4. Re:Hot Swappable by Anonymous Coward · · Score: 0

      Linux *CAN* do this... just read the man page! :)
      (man hdparm)

  204. picking flyshit out of pepper... by Robber+Baron · · Score: 2

    Agreed that just backing up to another HD provides the best overall method for creating a complete backup of 100MB of disk storage.

    At the risk of being accused of picking flyshit out of pepper, wouldn't 100MB of disk storage fit onto one zip disk?

    --

    You're using her as bait, Master!

    1. Re:picking flyshit out of pepper... by nl · · Score: 1

      Sure would. I meant to say 100 GB. Oh well.

  205. Linux Backup Software? by AaronW · · Score: 2

    I know this isn't exactly related, to the topic, but I was wondering about what good tape backup software exists for Linux. Currently I am using kbackup and find it difficult to use. While tar is simple for backing up a directory, it isn't good for doing a full system backup when multiple tapes are required.

    Are there any good open-source GUI-based tape backup programs for Linux? I really miss BackAgain/2 for OS/2 when using Linux.

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
  206. Freenet! by Cryptnotic · · Score: 2, Interesting
    Use Freenet! Encrypt all your data and publish it on Freenet, using an unpublished key that only you know. Then keep requesting the files every day from various Freenet sites so that it never leaves the Freenet cache.


    I'm not sure if this violates the Freenet code of ethics. But it probably does. And if everyone started doing it, it would probably kill Freenet very very quickly.


    Cryptnotic

    --
    My other first post is car post.
  207. issue is moot by Anonymous Coward · · Score: 0

    for home users, this whole issue would be moot if we all had superfly gigabit connections to the Ether-Net. Then, we could just upload all our crap to the network every night and pay someone a few pennies per day to make sure it doesn't get lost. heck, that's what we do at work...

    S.

  208. hard drives, silly by eidolon_lbc · · Score: 1

    If hard drives are cheaper and larger than backup media, use hard drives for backup.

  209. Re:Hard Drive == Long Term Backup by Anonymous Coward · · Score: 0

    Old time admins always used to say that "you buy harddrives to back up your tapes", because the tapes were always less reliable than the harddrive. At work I use cheap EIDE drives to back up data on the SCSI drives on the servers. They are great for that.....

  210. Re:486 era BIOS can't see beyond 4GB or thereabout by Rick+the+Red · · Score: 2
    You'll be lucky if the BIOS on that 486 can see beyond 4GB on an IDE drive.
    You're right, the BIOS didn't support it. I used a Promise EIDEMAX 2 controller card (according to Pricewatch it's available for $22). Supports 2 drives up to 128Gig each. If your motherboard has PCI slots there are more choices.

    --
    If all this should have a reason, we would be the last to know.
  211. Re:Hard Drive == Long Term Backup by ryusen · · Score: 1

    not to contratict you or anything, but unless you are going to bring the extra drive back and forth periodically (and often) it still doesn't address the issue of someone accidentally deleting things (in between the time the extra drive is brought back).

    --

    I believe sex is highly over rated... unless it involves me
  212. Re:100GB? Whew! by Anonymous Coward · · Score: 0

    I have to wonder whether (first of all) why in the heck anyone would need to have 100GB of disk space on a home system
    .


    Everyone I know has at least 100GB in one ( or more ) of their systems. I'm currently sitting between a box with 7 18GB SCSI drives and one with 5 20GB IDE drives. My friend has ~.75TB over at his house. Most of the space on my box is taken up with mp3's, TV eps and other media. They other boxes are archives. 100GB is quite easy to come by now.

  213. Get a RASP system by Anonymous Coward · · Score: 0

    I backup my data using the RASSP (tm) system. RASP stands for Redundant Array of Stupid Slashdot Posts. I cleverly pose my question such that my data is mirrored in the comments section. Of course, the details of this method are protected by patents and trademarks.

  214. Raid 5 file server by ed1park · · Score: 1

    This is the solution I've been wanting to implement when I get some extra money. Not a complete offline backup, but probably the best bang for the buck.

    Remember, this is not for mission critical stuff, but for mp3's, movies, software installation files, jpg's, etc. :)

    Anything critical (financial files, documents,
    etc) should go easily onto a cdr or tape backup.

    File Server
    $230 4 Channel Raid 5 IDE controller Promise
    $151* 80 Gig Seagate U6 (get 3 of em) buy.com
    $xxx spare computer with 100MB network card
    $100 500VA UPS

    $783 Total at least
    *Substitute whatever drive you wish.

    This config will give you 160GB of space. Total space = (N-1)*X, where N is the number of drives you have, and X is the size of the smallest drive.
    Here it's (3-1)*80GB. You have to have a minimum of 3 drives. If any drive dies, shut down the system and replace the drive. No need to backup gigs and gigs of stuff to tape!

    notes:
    Run an operating system with a Journaling filesystem, (NTFS, Ext3, etc). Don't skimp on the power supply. 250 volts should be enough, unless you are using 5 or more drives or something.

    Again, this should be fine for non mission critical stuff! (eg: multimedia files) Just realize lightning can strike and burn your house down, flood, or whatever...

    Now if only the Raid 5 IDE cards could come down in price by 50%... :)

  215. Optical Storage by Anonymous Coward · · Score: 0

    There are more than just cd's and dvd-ram drives to consider, magno-optical media in robotic changers makes for great near line storage.

    Currently the state of the art is 9.2 gig drives (I think), but 1.3-2.6 gig drives in 20 slot jukeboxes are readily available on ebay for only a few hundred dollars. Jukeboxes are typically available anywhere from 10-500 slots with space for 1-16 drives. Drives can quite often be upgraded with a firmware update (except HP).

    Media is also fairly inexpensive on ebay, both in the write once and re-writeable varieties. Re-writable has the same limitations as cd-rw's in that you typically have to erase the entire platter, but write times aren't too bad, definately faster than cdroms. And read times are quite good.

    Changer controller software is available for linux, but isn't terribly good, most is designed for use by tape changers which change tape/platters in sequence.

    If you're interested in libraries/changes/jukeboxes look on ebay for optical and any of the prior 3 words.

  216. mass student storage by megabeck42 · · Score: 1

    Somehow, another U of M, the University of Michigan, manages to do this for about 40K students. I don't know what your operating budget is, but, It's certainly not outside the scope of a university. Oh, our IFS space is backed up regularily and you can submit requests for files from tape; so, it's not just some mirrored FC cabinet.

    --
    fnord.
  217. Get a friend with high speed access and a server by Anonymous Coward · · Score: 0

    Looking over all the previous comments I didn't see this suggestion; the way I do it.
    1) Follow the thoughts on doing an offline backup; don't bother with RAID since any hacker attempts would also corrupt the RAID version automatically. Perform weekly manual mirroring to your hearts content. Personally, I have 2x20GB and 2x80GB drives. A 20 and 80 are online. The other 20 and 80 come online only on Saturday mornings long enough to do the backups, then they are taken back offline. This assumes no reasonable hacks have been seen during the previous week. I use a local rsync to keep them matched.
    2) Find a friend who also has high speed connectivity to the internet - a brother-in-law nerd works too. ;)
    3) Setup accounts and space on each other's servers and perform weekly rsync operations to each other's systems. Basically, you both will have 4 copies ot the data. local master, local offline, remote master, remote offline; Seems like enough redundancy to me. Of course, you don't need to copy everything remote, only the critical files or files you aren't willing to lose.

    This covers local/close backups for dumb user mistakes and simple hack validations AND off-site backup needs.
    Be certain to use a new version of ssh and set the rsync up to use it!
    You may have to help purchase a new drive for your friend if they aren't into this solution. Seems like a small price to be able to sleep at nigth.

  218. $128 solution by dalesyk · · Score: 1

    at pricewatch $128 buys you a cdr/rw drive & 400pack of 700mb media. This should backup 200GB or 2 backup sets of 100GB even with a few coasters.
    You could organize jpgs and/or mp3 by year and mail them to relatives as a present(kill 2 birds w/1 stone).
    Then make another set to keep near your home incase you need them quickly.
    The initial backup will take a while, but then you only backup jpg/mp3 when the next 700mb threshold is met.
    For the rest of the data, backup to a cdrw nightly and rotate offsite weekly.

    Pros:cheap/small/mailable/rugged
    Cons:Slow initial backup

  219. Not sure, but here's what I do... by Mike+Hicks · · Score: 2

    I'm not sure what a really good solution would be. Using another hard drive as backup is just too tempting to wipe and use for more storage.

    I went out and bought a SCSI DDS-3 drive. Each tape holds 12GB. I've been using Amanda to back stuff up. The big problem is that Amanda can't handle the situation where a backup image is bigger than a tape. If you have a big archive of music, it'll have to be divided up into chunks. If you have a database-driven frontend for the music, this isn't a problem (this is where I hope to go...), but people who like the traditional hierarchy systems will not appreciate it.

    I actually made a directory that has symlinks in it that point to two separate trees of music (A-M, and N-Z). It's all on the same partition, Amanda just backs up the different directories separately.

    I haven't had to recover anything yet, so I don't know how well it works. DDS3 drives are slow, only pushing about 1 Megabyte a second, but I can back up 9 gigs in 3 hours. Full tapes would probably take about 4 hours. The way Amanda works, it balances out the amount of tape used per day. Hmm.. Of course, you'd need something like 10 tapes to just do a full backup. Maybe look at a DDS4 drive, though they were still pretty spendy last I checked.

    Unfortunately, backup technology has fallen behind drive technology. Even NASA is having trouble with this stuff these days. They just can't move old data to new tape fast enough to ensure that stuff can be saved.

    Well, heck, for the cost of what I'm talking about, you could probably buy a few 100GB drives.. it's pretty crazy.

  220. Give copies to all your friends :) by tyrannical666 · · Score: 1

    Thats how I backed up my mp3/warez collection. If I loose a few cds, I know several people with copies.

  221. The Tao of Backup by dreaver · · Score: 1

    Regardless of which method you choose to go for, don't forget the principles of the Tao of Backup! "Upon hearing this, the master fell silent." dreaver

  222. Backup conservatively.... by Ravenseye · · Score: 2, Insightful

    I currently have about 90 gig of total home storage...soon going to about 130 gig. But, there's only about 40 GB actually being used for data...MP3's, digital photo's, photo editing stuff, old book reports...you know what I mean. A lot of space is OS files because my total file storage is across 5 machines. Screw backing up the programs! For the most part, I'm going to need to dig out the CD's/disks anyway.

    I spread the backups around. Run a script to handle all the machines sequentially. 10 gig goes to a machine down the hall....runs across the fast ethernet wire sometime at night and gets compressed at it's destination. Another 15GB comes off of that machine and is dropped two floors below on a Samba share. Gets compressed too. So on and so forth. One log file gets written...PGP'd and SMTP'd to greet me when I get to work at 6:00 AM.

    Yup...it's a pain sometimes. But I more efficiently use the storage without dedicating any one unit. I always leave enough space for other work. I increase tolerance so that if a box dies for good I only lose a piece of the backup scheme. The whole shebang runs while I'm snoozing and can afford network traffic and CPU cycles to compress. And they're all full backups to boot.

    I've been nailed a couple of times, but not fatally with this setup. Oh yeah...all the boxes are on UPS's. That's important. I've lost more to the power company than to ghosts in the machine.....

  223. 3d memory! by Anonymous Coward · · Score: 0

    Just get a bunch of Compact Flash or Smart Media cards, stack them up, and throw a rubber band around them... instant backups with your newly created 3d memory!

  224. Mostly static data - backup is easy! by 0-9a-f · · Score: 1

    It sounds like most of your data is static:
    - you rip an MP3 once, and that file never changes;
    - you rip an album once, and that directory never changes again;
    - you save your vacation photos once, and that directory never changes again;
    - etc...

    Sure, you want all that data instantly accessible, but there's only a small portion of your disk being actively modified daily.

    When you rip an album, or store your vacation snaps, back them up. CD, DVD, another HDD - doesn't matter.

    Also, backup your actively modified data (accounts, home directory, email, etc) to a separate location whenever you feel it appropriate. A multi-session CD-R works well for me - YMMV.

    Maintain a manual index (write a label), and perhaps a speadsheet/text index as well in your home directory (so it gets backed up regularly).

    Too easy!

    --
    With each breath in, a flower somewhere opens; with each breath out, a flower withers away. In between lies beauty.
  225. The way I do it here.... by Julian+Plamann · · Score: 4, Informative

    This may not be the best way to do it, but it works for me...

    I have a "backup" hard drive in my server. This drive is always unmounted so that there is no chance of filesystem corruption from the operating system.
    I just use a crontab to run a simple script that mounts the drive and coppies whatever specified backup files to it, then unmounts it. The same method slightly modified could be used to back up this same backup disk to another location on the network on regular intervals.

    1. Re:The way I do it here.... by EvilOpie · · Score: 1

      This is the way I do backups for one of my servers at work as well.

      I've got a server with 4 hard drives in it. 2 9 gig SCSI's an 18 gig SCSI, and a 10 gig IDE drive. The 2 9 gig drives are mirrored by software raid and contain the OS. The 18 gig drive holds the /home partition. The 10 gig drive is used only for backups. Every night I tar different parts of the OS and put them on the spare IDE drive. If one of the main drives fails, then I can just replace the data on it from the spare drive. I'm not too worried about having removeable storage, because the data is wiped off of the system at the end of each semester anyways. This server holds student work for only one class at the college I work at. If the box ever died, I'd have a harder time finding a replacement server, than working around the lost data on it, so the one spare drive is enough to get the backups done for my purposes.

      Now I don't do this with all my servers, but for this one it works. Yes I know it won't protect against fire/earthquakes and things like that, but if that happens the box is toast anyways and I've got other, bigger problems to worry about. Sometimes a "better than nothing" solution is the best you can do.

      And actually, I do this at home too. I back up a 30 gig drive to a 5 gig one. Not the best solution, but it's enough to save your butt from the "average" mistake/failure.

      --
      -Through the server, over the router, off the firewall... Nothing but 'Net!
  226. Iomega Peerless by webprogrammer · · Score: 2, Informative

    You might want to look into an Iomega Peerless. The disks are pretty small (maybe about 5"x3"x.5") and the disks are 20 or 40 gb a piece. I'm running one a Windows 98 machine, I couldn't tell you about Linux compatability. It connects to a USB hub and has sustained data transfer of 12 mg a second, I think.

    --
    Tim ODonnell (trying to be the most
  227. House on FIRE! by Sir+Spank-o-tron · · Score: 1

    Ok, so about a thousand people have responded that solution X is a-ok until your house burns down.

    Ya know what? I'm not gonna give a shit about some freakin' MP3s if my house burns down. Much bigger fish to fry.

    --
    -- Spankmeister General
  228. Combined Solutions by martijnd · · Score: 1

    All solutions come in threes:

    First, use at least Raid0,1 for ALL your data. IDE RAID controller cards can be pretty expensive, but if you are in the market for a new motherboard it comes as an extra on a decent board.

    THEN, buy a tapedrive for your day-to-day critical data. I know, they are slow, and a reasonably priced one can only store up to 10Gb (uncompressed) but you run these things in the dark hours anyway and use it for the stuff that will stuff you immediately if it goes missing (e-mail, documents, records). Cycle a weeks (or more) worth of tapes, and keep one off-site/fire safe.

    FINALY on a regular basis, backup your MP3 collection onto CD-ROM; do the same with the family album etc etc.

    It is a hassle, but you sleep a lot nicer at night.

    1. Re:Combined Solutions by Junta · · Score: 2

      The cheaper and motherboard IDE-RAID controllers are useless and more expensive to W2k and Linux users. Why? Because they require about the same or worse CPU load than the native software RAID solutions. The cheaper IDE-RAID cards are mostly smoke and mirrors. First, a BIOS-Trick to at least make it look like an array at boot. Then, the OS drivers take over with RAID operations done almost entirely in software, not hardware. If you don't run the vendor's or some other special driver for the controller, you do not see a RAID array, but the drives that should be in the RAID array as independent ide devices.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  229. rdiff-backup by Anonymous Coward · · Score: 1, Informative

    rdiff-backup and RAID it, dude...

    http://www.stanford.edu/~bescoto/rdiff-backup/

    From the web page:

    What is it?
    rdiff-backup is a script that backs up one directory to another. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, symlinks, special files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.

  230. Terabyte at home by Anonymous Coward · · Score: 0

    Only solution I have for my terabyte+ at home is mirroring to drives that I rotate offsite. Just selective trees, too. Just about 300GB worth is done that way.

  231. You don't have nearly enough time on your hands! by Anonymous Coward · · Score: 0

    You don't have nearly enough time on your hands!

    What you really need to calculate is how much a 2.5mm disk is compressed by the weight of 69,443 floppies. Apply the same formula to every other floppy in the stack and then calculate the height!

    Once you're done that, find out at what pressure data-loss starts to occur, then redo the above calculations and find the max. height of each stack and how many stacks. You could then redo the calculations using a standard story as a a stack height and find out how much square footage would be needed. Then add aisles for browsing the data. :-)

    PS - Also, calculate the height to .1 mm, since thats what your original measurement was in...

  232. E-Bay... by zentigger · · Score: 1
    You can pick up DDS3 drives for about US$50.

    A couple of tapes for $15/ea...


    backup once a month, or at least every couple of days
    (or every Monday after you've spent all weekend ripping CD's)

    --

    the above is my personal opinion and does not necessarily reflect that of the little voices in my head

  233. RAID5 by Jakyll · · Score: 1, Informative

    Promise IDE RAID controllers saved my live more than once. Three 100GB drives in a RAID 5 config still leaves with you just under 200GB and a safety net.

  234. Re:/usr/local by Anonymous Coward · · Score: 0

    /usr/local is precisely for this purpose as you mentioned. Any applications that get built usually default to those directories unless you --prefix=/usr them. NFS mounting /usr/local is the way to go.

  235. what OS is close to 100GB? by yomoma · · Score: 1

    The poster asked how to back up 100GB of data (music, photos, etc.).... How much of that is the OS? *Maybe* 1GB tops.

    Although you make a good point, it's an insignificant amount of data in relation to the data he wishes to back up.

  236. free backup by Anonymous Coward · · Score: 0

    Kool is selling packs of smokes with a free memorex digital databank... maybe a shitload of those will do it.

    Smoke storage... hmm...

    would prolly need a surgeon general's warning and end up with a bunch of lawsuits if too much data is lost...

  237. standard setup by Anonymous Coward · · Score: 0

    If you mean as part of the OS, check out OS X, it has RAID setup built-in. Works with basically any drive you can mount, and while it might be looked at askance by some interested in industrial means, it should be fine for back-ups, etc.

  238. Re:100GB? Whew! by elandal · · Score: 1

    I currently have ~80GB of which 72GB is a single filesystem. I also have ~240GB in a new case and should start moving the rest of the computer into the new home.. Those 80GB will go to one workstation that currently has way too much software (and data) installed on network disks - software that is not needed on other computers.

    The diskspaces mentioned are visible amounts. Current setup is system on mirrored 9GB disk and data on 5*18 RAID5. New setup is mirrored stripe of 3*80GB. Hot spare in both configurations.

    On the new system I'll probably have some filesystems (total of about 110GB) for specific uses, but most of the data area will be on one filesystem. That is, there will probably be a ~100GB filesystem for data.

    Total visible space for my home network is currently about 200GB and will thus be over 400 when I get the server moved to it's new case - however, at that point I'll be back to some 60% utilization from the current "very close to 100%".

    I do have a DDS4 DAT drive. Native capacity of a tape should be about 20GB, but seems more like 18GB (when backing up data that will not compress any further). For me this means that a weekly backup doesn't fit on a single tape. And full backup takes pretty long to take, and I'd really like to have full backup at least every now and then.

    Additional drives aren't a solution - I don't trust non-redundant drive setups (I've had more than my share of disk crashes already). Reasonable redundant diskspace costs money, and more importantly, a cheap solution is very limited in physical space requirements. IDE won't work because of cable lengths, which means that I'd need a separate ~100GB SCSI RAID setup for backups and still would need to have mostly static data backed up separately.

    For some uses I think DVD-R(W) would fit well:
    - readable by mostly any computer nowadays (DVD-ROMs are cheap)
    - reasonable space (4.7GB) for most single datasets, and with three or four any single dataset I have
    - expected lifespan of a DVD-RW is over 10 years

    For some other uses I still need tape:
    - nightly incremental backup won't fit on a single DVD-RW but will on the DDS4 tape
    - DVD-RW media is more expensive than DAT DDS4 tapes
    - weekly specific subsystem full backups can, when well planned, be fit on a single tape per subsystem, and it's reasonably fast so I need to change tapes and push buttons only in the morning and again in the evening

    Oh yes, that 72GB filesystem was a pain to fsck. However, journaling fs takes THAT pain away.

  239. real "off-site" solutions by softwave · · Score: 2, Informative

    It occured to me nobody mentioned online solutions such as Streamload or MyPlay (great for mp3 storage)..

    Too bad iDrive & Freespace.com went offline :(

  240. FYI by Anonymous Coward · · Score: 0

    FYI - Optical media lasts longer than cartridge/Bernoulli style media. So, if you really want that server data, it should go on optical media instead of a Zip. Optical media lasts for > 30 years, while Zip is lucky for 10 years of shelf life.

  241. Remembrer the Torvalds quip by CandyMan · · Score: 1

    "Backup is for sissies. Real men upload their data to an FTP and have everyone else mirror it"

    --
    http://barrapunto.com/ - News for nerds, en español
  242. Work smarter, not harder! by skoda · · Score: 3, Insightful

    Unless you're creating 10 - 100 GBs of *new* data between every backup, it might be simpler (and cheaper) to use incremental backups.

    Instead of dumping all 100GB of files every time, 95% of which haven't changed since the last backup, use an incremental backup program to write only the 5% that actually changed. After the initial archive, the backup files will be significantly smaller, and could potentially saved on CDs.

  243. Ecrix VXA by spreadthememe · · Score: 1

    While it's still pricey, it is within the realm of some home users. It's a fantastic drive, rivaling DLT, and it makes a good showing against AIT-2. The tapes will set you back, but backups these days still means tape. DVD in the best case is 9GB. An Ecrix tape can hold 50GB+ and has a higher write speed than DVD. I've dealt with the company before - they are genuinely pro-linux and are all about making a good product at a good price. Ecrix

  244. Re:You don't have nearly enough time on your hands by fiftyfly · · Score: 1

    hehe, I'll save that for "work" tomorrow :) - Though I think a far more interesting question would run like, "How many AOL 3.5" floppies does it take to cause said stack to collaps upon it's self - taking AOL with it?"

    --
    "Sanity is not statistical", George Orwell, "1984"
  245. VXA backup by moonbeam · · Score: 1

    I have had great results using my vxa tape backup. It works well with linux, macs, and those other microsoft things. see http://www.ecrix.com/

    --
    ---- perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(1 15),10);'
  246. Re:What about fire? - Quote by MadCamel · · Score: 2
    Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)

    -- Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi
  247. Re:Hard Drive == Long Term Backup by Anonymous Coward · · Score: 0

    >> The probability of 3 hard disks failing simultaneously, one not in use, is so incredibly small it's laughable.

    One word: Thunderstorm.

    Zap, Crackle, Pop. There went your 3 hard drives, all at once.

    Yes, it's a minute chance, but I wouldn't call it laughable by any means.

  248. tar ??? by Anonymous Coward · · Score: 0

    Um tar is only really good for once in a while backups. Long term backups need something little more permeable.

    HOwever for the home user tar might be fine as a backup utility.... just a pain to use.

    1. Re:tar ??? by Anonymous Coward · · Score: 0

      that's what scripts are for, luser.

  249. Re:100GB? Whew! by glwtta · · Score: 1

    Between my PC, my development server and my fileserver I am pushing 150GB total (with 100GB on the fileserver) - like they said, HDs are cheap (of course I am not using it all).

    So far I've just been backing up the important (ie not media) stuff onto CDR. I would like a way to back up everything, but tape drives are too expensive. What I've been doing so far, is keeping a couple of spare 20-30 giggers around and catching bad active ones before they die - obviously far from perfect, but I haven't had major disasters yet.

    --
    sic transit gloria mundi
  250. Is what we have really worth backing up? by wadetemp · · Score: 2, Insightful

    So 100GB drives are getting more and more common. So what? Are backups really any more a problem than when 200MB or less drives were common? We didn't have CD-R back then, much less DVD-R... Only smaller capacity tapes and floppies. And, people with 100GB drives... is what you have on that drive really of more substantial value than what you would have been able to store on a 200MB drive? In my opinion, I don't value what I have on my 30GB drive any more than I valued what was on my 200MB drive "way back when." I think the ratio of data I cared about to data I don't care about was about the same then as it is now. And the backup technology available today can hit that percentage (which I think is about 20%) pretty easily (CD-R) with about as much relative difficulty as floppy-swapping could have back then. Everything else can be reinstalled... no big deal.

  251. Re:Hard Drive == Long Term Backup by alexmeaden · · Score: 1

    Not everyone gets thunderstorms all the time. And when they do occur, it is very rare that you'll struck by lightning! Also, why do you think mains plugs have fuses, and that people use surge protectors?

  252. Full Mirroring (not Raid) by twfry · · Score: 1

    I had a variety of services running from my personal PC including MP3 servers, ect. running for several years now. For a while at least one drive would fail every year. (Thanks Western Digital) So a long time ago I realized I needed a full backup system that could handle over 10G about five years ago and several times that today. The solution was a full HD mirroring with some extra backup copies.

    Every drive has an identical one not being used but connected and powered on. About once a week (usually after a weekly reboot) all of the primary drives would have their image copied over to their mirror. This would simply handle all OSes and file systems (Windows and Linux). In addition every few hours a job would copy some improtant data that changed on a daily basis, mostly just mail files.

    This method didn't provide a perfect solution but if I ever took a hammer to a drive and took it down, all you have to do is power off, switch some jumper pins and reboot. In 3 mins. I would be back to where I was a few days ago. Then some quick extra copying would get back the extra incremental stuff, like mail.

    What I loved about this was if I ever messed up an install, there was always an image of a good system from a few days ago plus the other important data. More than one a program like NetZero or something would trash my Win95 box. But this would give me a quick go back. It is a little more work than doing Raid mirroring, but also allows you go "go back in time".

    This doesn't seem to work for everyone but has saved me more than once. Just my two cents

  253. DVD-R(W)/CDRW incremental backups by spmkk · · Score: 2, Informative
    I have been trying to implement an incremental backup solution (as outlined in a couple of posts in this thread) with the initial 'full' backup on DVD's and the 'increments' on CD's. I'm working with a small Windows network (slight pause for the boos and hisses from the Linux crowd).

    I've got all the hardware, but I can't seem to find a piece of software that's built for incremental backup to non-tape media. The closest I've found is NTI BackupNOW, but after much frustration I discovered that even their software won't support DVD-R(W) for some months to come.

    Has anyone actually **SUCCEEDED** in setting up such a backup system? Bonus question - has anyone had to restore data from this kind of setup?

  254. manufacturing defects by Anonymous Coward · · Score: 0

    You know, I can't help but smirk as I sit here and read this. Two years ago, I had a linux system working fine for over 100 days using software raid and two 6Gb Western Digital drives. One day, they just plain stopped working. Turns out there was a defect in the drives that caused the circuit board to wig out and stop working after long periods of uptime. I ended up fixing the problem myself by rma'ing the drives and replacing the circuit boards, but here's the rub... how do you guard against the risk of a manufacturing defect or design flaw? Will a RAID-1 configuration guard against that? Not if both disks are made by the same manufacturer. You may laugh and tell me that the odds of this are so incredibly small that it would never happen to anybody. It happened to me.

  255. OnStream....not any more.... by zerofoo · · Score: 1

    I built two servers for the school I work for last year and bought two OnStream SC-50 drives to do daily tape backups using Veritas Backup Exec. The drives both croaked 8 months later. I then found out that the company had gone bankrupt and was bought by a company called "OnStream Data". They said they were a completely different company and didn't have to honor the warranty. I had to pay $50.00 ea. to get the drives replaced.....grrrrrr.....

    I have since replaced the drives with Seagate Scorpion 40 GB DDS4 drives, and they work great!

    -ted

  256. The problem is also potentially the solution by smashy76 · · Score: 2, Interesting

    The real problem here is the absolutely insane rate of hard drive size increases. Hard drive capacity has been increasing at greater than 100% per year since IBM's GMR heads came out. You can now buy a 70TB(yes, terabyte) emc drive array (384 * 180GB seagates)! Maxtor is coming out with a 160GB! ATA drive (once they finish addressing the 28 bit sector address limit). I agree, this poses the issue of "do we really need all of this space?", but data needs will always scale.

    Therefore, since the fault of the problem lies with hard drives hugely outpacing every other form of recording medium in rate of capacity increase, the only reasonable solution will soon be (if it isn't already) to use hard drives as the backup medium. Yes, I know, hard drives combine the media with the mechanism and that is normally a big no-no, but in this case I think the monetary facts must be faced. In order to get around the media/mechanism issue as well as the off-site storage issue while not emptying our wallets, I think multi-site dual-hard drive-backup is in order.

    At any given site, one would use large ATA drives in the backup server (most likely in an external hotswap cage for the corporates) in place of a tape library/cdr/etc. But, in this case, we should make two copies (use two drives!) to hopefully get around the combined media/mechanism issue. Trust me, the cost of doubling up will be far less than an equivalent media based solution. Off-site fire-proof backup companies could start taking hard drives (being considerably more careful than with tapes, of course). If you want, you could encrypt whatever was on the drive. This scheme scales from the smallest home needs(keep the drives in the safety deposit box) to the largest corporates, and makes the most sense monetarily.

  257. get a big drive by euphorik_ · · Score: 1

    I currently have a 120GB raid0 array (made up of 2 60GB drives). I plan on getting a single, large HDD (preferably 120GB) and a hot swappable bay to do backups with. I went through this whole decision making (tape? cd? dvd?) and realized that a HDD is the best solution. I have a fireproof safe that I'll store it in and just backup data once/month.

    ps. burning 30GB of mp3z takes a long ass time. I did that before I made this decision. Do not waste as much time/CD-R's that I did. :)

  258. Fun with DLT drives. by Doktor+Memory · · Score: 1

    In my experience, DLT wasn't a very good way to do backups. Maybe it was just the drive brand we had, but we had to send about 8 drives back to the manufacturer for repairs. Many times with one of our backup tapes still stuck in it.

    For some reason, the DLT8000 mechanism was horribly flaky in this way for the first few production runs. You just kept RMAing the damn things until you found a solid unit, then you tried very hard not to breathe on it.

    Several times I saw the tape catch miss the tape and get pulled inside without the tape. After that it was back to the manufacturer for repairs.

    This is a known failure mode for DLT drives, and only an amazingly lazy tech support droid would suggest that you send the drive back for it. Next time it happens, demand that they walk you through the reset procedure -- it'll take five minutes, tops, and requires nothing more than one screwdriver and a bit of patience.

    --

    News for Nerds. Stuff that Matters? Like hell.

  259. Mindstorm Robots + DVD or Tape Drive by 1Ith1uM · · Score: 1

    Ok here is a good hack: use the mindstorm Lego system to make a robot to change your backup media.... first person that gets one done I will personaly buy them a beer

  260. Re:Hard Drive == Long Term Backup by Anonymous Coward · · Score: 0

    If you believe statistics, someone in New York is struck by lightning every day.

  261. Tape by OctaneZ · · Score: 2

    I hate to say it but tape is still great! I have ~120 Gigs across a number of SCSI Drives. I picked up a Seagate NS20 Travan "refurbished" actual open box, as nothing inside had actually ever been opened, and never looked back. Switching tapes isn't the worst thing in the world guys, and for a home system you don't really need nightly backups. Plus this way you can get your tapes out of the house (leave them at work) or put them in a firesafe in your basement, the possibilites are limitless. Tape also archives better than many of the other solutions being offered up. Just an idea but worth looking into if you need to backup a lot of data.
    -OctaneZ

    PS. I wouldn't go with anything smaller than a 10/20 compressed drive; I had an 8 Gig Seagate and never backed everything up as it was just too much, but 6 tapes is not bad at all.

  262. You guys really don't get RAID-5. by Anonymous Coward · · Score: 0

    so you got a couple 40 GB drives and buy another one to get a RAID 5 (which isn't backup, just a way to stay up). Now what? If a drive fails you are now an idiot cuz you forgot to buy a 4th drive in case one of them fails. So really your price instead of being 150$ is now 300$ and you have to find a store that sells 40GB at 3am...

    1. Re:You guys really don't get RAID-5. by tinnunculus · · Score: 1

      Also: Is it still made and available at all? Been there, done that. What a nightmare. Found one though. Only took 3 weeks of screwing around and tele-hell. Now I recommend buying that extra drive.

    2. Re:You guys really don't get RAID-5. by Junta · · Score: 2

      It provides good redundancy against hardware failure. Together with using snapshotting you can have better than nothing protection against both hardware and software errors. The presumption here is that it is a *home* network. In other words, super-high availability is not important. If a drive goes bad, I can afford to shut down that system until I have a replacement hard drive. Sure, a hot spare is nice and really keeps you covered in a drive failure, but isn't that critical when you can power down the system in event of drive failure without consequence.

      Backup is cost prohibitive to a lot of home users. I back up most important stuff to CD-R, but the other 30 gigs or so I just have to stick it on the RAID-5 and cross my fingers.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  263. Re:Hard Drive == Long Term Backup by Kirkoff · · Score: 1

    >Zap, Crackle, Pop. There went your 3 hard drives, all at once.

    I'm pretty sure that if the one drive is in a saftey deposite box, the chances of it being struck by lightning at the same time as your other drives is tiny. If that happens to you, I suggest going and buying a lotto ticket.

    --Josh

    --
    There are exactly 42,935,718 letter sized sheets in a square mile.
  264. Ecrix VXA-1 by Wdomburg · · Score: 3, Informative

    This has been my choice for low-cost backup solutions for a couple of years now.

    The drives support three different flavours of media - 12GB, 20GB and 33GB, and come with IDE, SCSI, or Firewire interfaces. The IDE is cheapest, at $699, with the media costs being $80, $45, or $35 depending on the capacity.

    Is it the absoulte top of the line as far as tapes go? No. But the cost can't be beat. And you get a reasonably fast (3MB/sec) drive with very nice reliability (take a look at the independent testing on their site; e.g. soaking a tape in hot coffee for a minute, rinsing it, drying it and reading the data off.)

    They also recently merged with Exabyte, who will be positioning it as their new value solution. Hopefully the Exabyte name will expand the market enough to drive the prices down on these even further.

    Matt

    1. Re:Ecrix VXA-1 by whereiswaldo · · Score: 1

      That sounds kinda cool for lightweight backups, but for 100GB? If my math is correct, that would take about 94 HOURS to back up 100GB of data. And that's not including the time it takes for you to notice the tape is full, swap it, go to work/school, and sleep once in awhile. You're talking a week and a half easy I'd say.

      With a hard drive - start it (or at/cron it) and forget about it till you wake up or till you get back from work/school. No problemo.

    2. Re:Ecrix VXA-1 by Wdomburg · · Score: 2

      >If my math is correct, that would take about 94 >HOURS to back up 100GB of data. And that's not
      >including the time it takes for you to notice the
      >tape is full, swap it, go to work/school, and
      >sleep once in awhile. You're talking a week and a >half easy I'd say.

      Not quite, 3MB/sec = 180MB/min = 18000MB/hour

      100GB = 102400MB
      102400 / 18000 = ~5h41m20s

      Matt :)

  265. reduendancy consists of many levels by cgleba · · Score: 2, Informative

    This is what I do (man levels of redundancy):

    1) Use resierfs -- it'd stable now and recovers better then ext2 in small "incidents"

    2) RAID 5 array

    3) Run a nightly script that hard links all the files into a . (hidden) directory -- protects against rm -rf''s

    4) Run mirror in every directory from cron-- if you lose or mangle one file you cna recontruct it from the contents of the mirror and the other files (works a lot like XOR in raid 5 arrays -- aka a RAID for files).

    5) DDS3 incremental back-up; complete backup at regular intervals -- one set of tapes stored off site.

    This protects you from multiple levels of failures -- with the catastrophic redundancy being the tapes. You don't always want to rely 100% on the tapes for all your redundancy.

  266. Backup.com... by Company+Man · · Score: 1

    ...really appeals to be because I'm a lazy bastard. Being somewhat alergic to physical labor, the thought of swapping anything... tapes, CDs, DVDs, HDs... tends to provoke a fetal-position-slowly-rocking-thumb-sucking response in me. But the prices!? And the storage limits!? Anyone know of a similar service that isn't so stupidly expensive? The post about 802.11b w/your neighbors was compelling... but I live in a human filing cabinet, and my neighbors can barely operate their gas grills, let alone a scary thing like a computer.... But I have to make a decision soon 'cause I just moved and the only computer I own now is this laptop(aside from the POS without a HD I'm using to run LRP). Unless I find something that sounds better, I'm leaning toward a dedicated machine running RAID 5 and biting the bullet and doing [incremental] backups to CDR until (if?) DVD-/+R gets cheaper. If you had a blank slate (no real hardware to speak of and about $3-5k to work with), what kind of networked storage/backup system would you build?

  267. Lawyers? No! by Thor+Ablestar · · Score: 1

    Firstly, I live in Russia. I have a leased-line Internet connection. And I have a verbal agreement that my neighbours pay me some money for Internet after the month if the service is good; I have no obligations except moral ones.

    Let us imagine that I have a written contract. This immediately means that I should be registered as an ISP and as the businessperson. Both is a burden that costs much more than my neighbours can pay to me.

    And now let us return to the storage problems. If I keep an online backup site I have obligations and am a duly registered businessman and ISP. It's much cheaper for the community to be registered as the "consumers' cooperation" which doesn't produce services and only consumes them, and employ me. Then all the legalities will be the cooperation's President's, not mine.

    1. Re:Lawyers? No! by doorbot.com · · Score: 1

      Two comments:

      I agree that Russia is not an identical copy of the US, but in the US I don't trust anybody when it comes to money. I want a full, complete, and clear contract at all times.

      Regarding the cost structure, let me ask you this: what is the cost of a lawsuit. You could lose everything (at least in the US).

    2. Re:Lawyers? No! by lambermo · · Score: 1

      I think for this verbal neighbour backup service a 'written complete etc. contract' to avoid lawsuit problems is a very typical US overkill. In the Netherlands no-one is going to try to get something like that to court, the judges here will send you home so you can not waste more of their time. I think the situation in Russia will be quite similar.

  268. Re:100GB? Whew! by Enigma2175 · · Score: 2
    Question for the Linux folks using the `md' driver: Does it allow adding a third member to a mirrorset?

    IIRC, the syntax in /etc/raidtab is:
    nr-spare-disks n
    [...]
    device /dev/sdc1
    spare-disk 0

    And, if so, can it be done while the system is `live'?

    Yes, using the raidhotadd and raidhotremove commands.

    Doh! Upon second reading of your post, I realized when you said "mirrorset" you were probably referring to raid 1. If this is the case, then I am probably misleading you. AFAIK, you can only use the spare-disk directive for raid levels 4 and 5.

    --

    Enigma

  269. DLT by Bamfsog · · Score: 2, Informative

    You can get a DLT drive that will do 20-40G per tape for under $200 on Ebay. Add an external case if it doesn't have one, and grab a SCSI card. Cheap, reliable, tested.

  270. I'm not sure why this is so hard... by (H)elix1 · · Score: 3, Funny

    Just FTP the files to the SAN at work. I hear they have tape drives and might even do backups!

  271. RAID 5 + replicated backups on disks by aoliva · · Score: 4, Interesting

    Being one of the maintainers of Amanda (www.amanda.org), I'd always been of the opinion that tape backups were the only way to do backups seriously.

    The recent explosion in disk capacities and decrease in prices got me to rethink this, just when it came the time for me to set up a home office. When I compared the cost of a reasonably-good tape drive and a number of tapes large enough for me to get at least a month of backups in rotation, and computed how many 60GB disks I could buy with that money, the solution was clear.

    I ended up setting up 3 machines with 4x60GB each. They're all on RAID 5, such that if any single disk fails, the machine keeps running (actually, I have /boot on RAID 1 over the 4 disks and / on RAID 1 over 2 of the disks and an alternate root to test upgrades over the other 2, but you get the point). This got me blazingly fast disk access, that tapes would never help me get :-)

    I get all my backup-worthy data rsynced over to the other machines daily or so. I plan to start playing with Inter-Mezzo soon, so that I don't have to remember to run these backups, and so that I don't run these backups on the wrong direction.

    But that's not all. With the mind-boggling amount of disk space I could afford, I could (actually, I will, but you get the idea) set up Amanda to backup interesting portions of my home directory to disk, and also replicate this to at least another of my local machines. Such backups can use software compression, such that they don't take as much space as live data. Also, I intend to use another form of compression: instead of backing up CVS trees (I've got loads of check outs), I'm going to back up only local changes to files, so that, in case of disaster, I can still download the original CVS tree and re-apply patches. But this is still a plan, not something I've got running.

    Finally, I've got yet another disk on a remote site, to which I rsync not only the interesting portions of my data, but also my backups. I could convince someone else to run this remote backup site for me by offering this person the speed up of RAID 0 over two disks (one of those mine). As for keeping the secrecy of the data on this remote backup site, I'd just get the backup files encrypted, no big deal.

    I can strongly recommend this solution: I got pretty much as much data safety as could be expected from a tape-based backup, without any of the hassle of having to switch tapes and moving them off-site and back on-site, and with the bonus of very fast access to local data, unlikely donw-time and fast recovery except in case of total disaster (i.e., having all of my local machines failing, in which case I'd have to either download my backups from the remote site over the net or, more likely, take a replacement machine over to the remote backup site and copy files over a fast local network connection, or from disk to disk.

    As for getting 4 IDE disks into a single machine, don't even think of using only the 2 IDE controllers that come on most motherboards these days (for RAID set-ups, you really want one IDE disk per controller). There are a few good motherboards that come with 4 IDE controllers, so that you can even have a CD-ROM and/or a CD-RW in addition to the 4 disks. If you can't find such a motherboard that suits your needs, you can always get one of those PCI cards that adds 2 IDE controllers to your machine.

    As for the problem of fitting so many disks in a standard ATX chassis, it can be done. Cooling may be a problem, but a good cooler has been good enough.

    All in all, I'm very happy with this arrangement. It was not cheap, but it was not as expensive as a tape-based solution, and it's far more flexible, way faster and it doesn't require any baby-sitting after you get it going. And I can keep far more backup history than I thought it was going to be possible.

    1. Re:RAID 5 + replicated backups on disks by rangek · · Score: 1

      The one thing I hate about disk based backup solutions is they are not disaster proof. With a tape system I can take a set of tapes out of rotation and put them off-site, like in a safe-deposit box. I guess for home use that isn't so important for most people, but when your thesis work is on a computer, you want to know you won't loose it all, even if your house gets hit by a tornado or something.

    2. Re:RAID 5 + replicated backups on disks by aoliva · · Score: 1

      That's why I added the disk to a friend's computer to the picture. Then, even if my whole office goes on fire, I'm still going to have a complete off-line copy of the data elsewhere. If you need a really cheap backup solution, running backups to a remote disk is probably the safest and cheapest method. Well, as long as you and your friend have a relatively fast and stable network connections, of course.

  272. What about configuration files? by aquarian · · Score: 1

    That's where all the work is in restoring a system. What do you do about that? It ain't always all in /etc...

    Your point is well taken, though. And Debian in particular is organized in a way that it's easier to restore all the configuration stuff.

  273. rsync to backup drives across the LAN by libertynews · · Score: 1

    I ran into this problem earlier this year after a HD failed. I finally settled on backup drives on various machines on the LAN, using rsync to update the backups so that only the changes are copied.

    I never had much luck with tapes, and CDR is nice but a pain in the butt when you have 2 gigs to backup.

    Brian

    --
    Remember Lexington Green!
  274. Buy multiple 100G drives, or beer by pctainto · · Score: 1

    Go to circuitcity.com and get yourself a few 100 gig hard drive for $120 each (after rebate). Get 2 or 3(you may have to use friends since the rebate is only good for one per household) and then make a RAID configuration with one of them, mirroring your data, then get a firewire kit for the other drive, and plug it into firewire and backup onto it. This way the firewire HDD is not getting its power from the same source, and has a less likely chance of getting fried if your other drives do.

    Of course, you could just save a ton of money and use the old "cross my fingers" trick and spend the money on a keg of miller lite, but, hey, its your money.

    --
    I think my principles are reachin' an all time low
  275. FireWire & USB2 by Anonymous Coward · · Score: 0

    An external FireWire or USB2 Drive would probably be your best bet. You might have to get install a card to be able to use them, but other than that they would be quick, and if you need real security they would be easy to move to an offsite location. They also don't cost that much when compared to tape drives that would be big enough to be worth your while. Good luck finding what you need.
    Greg

  276. Do some planning first... by DerekLyons · · Score: 2

    What you need to do first is plan on what gets backed up when. Few of my MP3's are backed up as I still have the CD's they were converted from, my digital pix get burned to CD whenever I get a new CD's worth, no software is backed up because I have the install disks, but data files are backed up daily to zip drive.

    Moral: Not everything has to be backed up at the same time to the same media, but you do need a backup plan and schedule that accounts for all files *AND* that you follow.

  277. Re:Hard Drive == Long Term Backup by evilviper · · Score: 3, Interesting

    The chances aren't as bad as you make them sound...

    Let's just say you have an internal RAID system with, oooo, 4 drives, along with a removable drive to backup everything. The problem lies in the whole trusted/shared medium concept. If there is a surge passed along the case, the SCSI/IDE cable, or through the power-supply cabling, not only will ALL of your drives get toasted, but if you have the backup-harddrive connected to the system (actively archiving your data, finished archiving and waiting for you to remove it, or just because of a BAD practice of never actually removing the removable hard drive) you will loose your backup hard drive as well.

    While RAID is a good thing, multiple hard drives are still at the mersey of everything they are connected to. Using such a system as your only backup is a bad idea that happens too often. Having a removable hard drive is an option, but the work involved really makes other solutions much more viable, especially on a large-scale (and on a small-scale, people are lazy!).

    I propose a network-based automatic backup system for most people. You simply have your main system automatically backup it's data over the network to another system (systems with low number-crunching capabilities can be put back to work here). Of course, you would want to maintain at least 2 concurrent backups in-case the main system dies during the said backup. The benefit of network backup are that human intervention is not required (the user and administrator don't need to do much of anything after initial setup) and off-site backups can happen transparently (just send the data to the other office down the street, across town, whatever.

    Speed of the network may appear to be a problem, but 100 GigaBytes (UNCOMPRESSED) can be transfered in 2.22... hours over 100Base-Tx. First of all, it's likely you'll be compressing that data, which on average halves the size, and so the time is halved as well. Secondly, Gigabit over Cat-5 is available at $45 per NIC, making backups take one-tenth that time. And finally, an encrypted SSH, IPSec, PPTP, (etc) tunnel could be established that would ensure the data is kept private. Data security is much more difficult when you have multiple copies of it unencrypted in a conviently sized package. You are just saying 'steal me'.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  278. Re: SOFTWARE Raid 5 file server by ed1park · · Score: 1

    I'm a bit of a linux newbie, but better late than never. I noticed that linux supports RAID 5 in software. For a dedicated file server, this should be no problem.

    So that saves the cost of a $250 Hardware IDE card controller. Yay!!!

  279. selective filesystems, hardlinks, and backups by runswithd6s · · Score: 2
    OK, quick reference for you: FHS -- the file heirarchy standard -- details the standard layout of a Linux filesystem. It's basically a standard that helps you organize your data on disk based on its volatility, how often it changes. Obviously, directories like /, /usr, /lib, and /boot won't be changing much. You can disregard /tmp, /proc, and /dev. If you're using a packaging system, you can be pretty much guaranteed that you can rebuild the system relatively painlessly, as long as you keep a backup of the package lists you've installed.

    Now, something that occurred to me regarding the management of "archive" files, such as mp3's, ogg's, and the like. Each time you rip a CD and encode the wav's thereof, you've reduced your storage requirements by nine (roughly). Why not hardlink your archive files to an unorganized ../discXXXX/ directory. Link enough files in each directory to roughly equal the storage media you're using. Then, when you have a full "disc", burn it to CD. We're not talking about an organized disc, remember. Just faithful backup of new data. Do all of your heirarchical data management in a set of different directories, or use a database of some kind. Essentially, you can take out much of the load that would be handed off to Amanda or other archiving schemes.

    --
    assert(expired(knowledge)); /* core dump */
  280. [ot] RAID-0 reconstruction? by cortez · · Score: 1

    This is slightly OT but since there are so many people posting about RAID right now i might as well throw it out:

    I have a scsi 34GB raid 0 array on a DPT i2o card that im borrowing from a friend, and I recently tried to add an IDE drive to my system to wean myself off of the raid array, since i have to give it back. But when I installed the IDE drive, the raid array became unchained or something! i know i know "shoulda used raid-1" but i didn't really have a choice at the time, I needed it for DV editing and couldnt' live with just 17 gigs (*sigh* oh for the days when a 40MB hard drive was huge)

    So basically what I'm looking for is an affirmative answer to one of the following questions:

    Can I ghost the split drives, and just create a new chain in the card's bios? will the new chain erase all the data on the hd's or if i make sure the config is the same will my data magically appear?

    OR, is there a way to take the ghosted images, splice them together somehow and make a new 34GB partition on my new (80gb) ide drive?

    --
    Paizurishitetai desu ka?
  281. DDS2 Tapes: A No-No by doorbot.com · · Score: 2

    I was backing up my music collection using DDS2 tapes recently. I had picked up a drive off of eBay for $50 so I thought it would be a perfect match. Media was "cheap" so I thought I was set.

    My boss was kind enough to give me some old used tapes we had after upgrading to DDS3 tapes a while back. I ended up with 10 or so tapes.

    Using NTBackup, I set about backing up 20 GB of MP3s, with hardware compression turned on. Each tape took about 3 hours each, and of course I had to be there to change the tape and then click OK/continue. Well I ended getting a bit over 3.5 GB per tape so I needed to use 6 tapes. All in all it took well over a day to complete the backup, what with switching tapes and the like.

    My recommendation is that if you opt for tape backups to invest in a large capacity tape drive. You can get DDS3 drives for $300 or so, and 40GB DLTs for $500. I'm looking into getting a larger tape drive because my time is worth something to me... I don't want to sit around changing tapes all day.

    However, the DDS2 drive is perfect for backing up my kernel and /etc and the like...

  282. Guide to using a DLT with Linux by doorbot.com · · Score: 1

    Here's guide I found on Quantum's site on setting up your Linux system to use your brand-spankin'-new DLT drive. It tells you what apps you'll need, and what you'll need setup in the kernel. I took a quick glance at it and it seemed like a good starting point:

    LINUX_DLT_Config.pdf@quantum.com (from this page)

    There's also an interesting document on changing the "SCSI Inquiry Banner":
    DLT_Inquiry_Banner.pdf@quantum.com

  283. Tarballs != Tarballz! by yabHuj · · Score: 1

    This is why for backups you only should take tarballS - just TAR, no gzip, bzip or compress option. Tar is designed to jump bad blocks, this is why you still have the blockish design of the data stream (see manpage). So if you do compression all data behind that spot will be corrupt.

    Short: *.tar for backup, *.tar.gz (or similar .Z or .bz2) for transfer.

  284. just did it. by BenTheDewpendent · · Score: 1

    My friend and i run a server with 20ish gigs of mp3s, and many pictures as well.

    We bought 2 spindels of 50cdRs and went threw and labeled each cd according to how we had stored the mp3s. A cd labeled "full ablums #-Au" would have covered anything that started with a number and Au in the full ablums dir. and anything that wasnot in the system before backing up we just make a cd that says update then the date of the update.

    Works well and makes it easy to get to anything specific if just part of the drive goes bad. or great for that mobile mp3 playing cdplayer too... so it could serve multiple uses... backups and to listen to from the backups.

  285. So basically ... to summarize ... by jstockdale · · Score: 1

    we need a dual scsi controller, raid-1 mirrored machine with hourly^H^H^H^H^H^Hnightly offsite backup (to an alternative location via longrange 802.11 wi-fi networking to our automated tape backup library perhaps?) enclosed in a reinforced fireproof safe with appropriate heat exchange and ventalation systems, power conditioning and backup via dual redundant ups's.

    just how important are your mp3 collections again?

    oh sorry ... i forgot ... the mp3's only take up 20% of hdd space, the rest is pr0n =)

    --
    **AA: a bunch of mindless jerks who'll be the first against the wall when the revolution comes
  286. some reasons for backup solutions by Anonymous Coward · · Score: 0

    Data loss. I can buy another computer, but I cannot buy the old emails, savegames, highscores, logfiles, private keys, etc.

    Time loss. If, due to hardware malfunction, software glitch or pilot error, recoverable data is lost, it takes quite some time to set up my system again. I don't have that time -- or prefer spending it otherwise.

    Data modification -- think virus or being cracked into. You might want to restore/compare the data.

    Capturing info if you have a partial accessible HD (Software problems), so you can get images for post-mortem analysis or have more than one repair attempt.

  287. Automation, like Amanda for CD-R(W)? by geert · · Score: 1

    Funny, I was about to post a similar question...

    I used to backup my computer systems (Linux on various architectures, ca. 10 GB only in total) to DDS-1 (4mm DAT, 2 GB native, 4 GB with compression) using Amanda, and I liked it. I had a set of 16 tapes, and took backup every night. All I had to do was insert the right tape, and Amanda took care of the rest. The only `problem' was that I didn't dare to buy an additional hard drive, because I wouldn't be able to back it up (disk partition sizes are limited by what fits on a tape if you use Amanda), but I didn't need the disk space anyway.

    Unfortunately my tape drive died a few months ago, so I was looking for a new backup solution.

    When I bought the DDS-1 (almost 5 years ago), it was not cheap (ca. 750 EUR for the drive), but reasonable, expecially since the low media cost (less than 5 EUR per tape). CD-writers were only marginally cheaper, but the media was much more expensive. The same for cheap Travan drives.

    These days large hard drives are very cheap, but tape price/technology hasn't followed. So a new (larger) tape drive with room for future expansion would be (IMHO) too expensive, and I decided to buy a CD-writer instead. Blank CD-Rs are very cheap, and this turned out to be the cheapest solution (price per MB), for reasonable backup sizes.

    So now I'm looking for a good automated system to backup my computer systems over the network. Something like Amanda, but for CD-R(W).

    Amanda is great, but it has two limitations:
    - Partitions have to fit on one tape.
    - You can back up to tape only.
    Combined, it doesn't make much sense to write a CD-R backend to Amanda, since your partitions can't be larger than 650 MB (a bit more if you use gzip compression). Unless you write a backend that treats multiple CD-Rs like one virtual tape.

    Any suggestions?

  288. Re:RAID is _not_ backup ! - try vbackup. by Stipe · · Score: 1
    Bear in mind this is a home backup solution. I'd be pretty annoyed if I lost the data on my home PC, but it's not going to be a disaster if it gets lost. The small percentage I really care about (PGP key, password lists, etc) are static and are on floppy/ CD-R, and can be kept elsewhere.

    What I'd recommend is a combination of RAID and vbackup - it gives you intelligent incremental backups on e2fs and similar filesystems. You get a complete copy of your original filesystem for every time you ran vbackup, with unchanged files hardlinked together to save space. This is way more convenient then tape, because:

    • It's all automated - no changing tapes.
    • I have a full snapshot of what my home directory looked like 3,4,5, however many days ago.
    • Restoring is easy - cp -a
    • Restoring individual files is easy too. - cp
    Depending on what fraction of your filesystem changes on a day-to-day basis, you don't need very much more space. So, you get incremental-type backups with the speed and convenience of hard disks.

    Unmounting/ remounting the filesystem read-only when it's not in use minimises OS failure, and speeds up backups. So that's nearly all of the above failure modes apart from disasters. And backing up over a network can help minimise that too.

    In all seriousness, an advantage of open source software is that there's less need of backups. The few scripts/ programs I find really useful I've also made open source and uploaded to a bunch of web servers I have accounts on - if my computer is stolen/ house blown up, I can just download them again. (There's a Linus quote in here somwhere as well, IIRC).

  289. Re:Consider Fire, Flood.. also Electromagnetic Pul by Anonymous Coward · · Score: 0

    An EMP of the magnitude required to erase a disk would loose the 'magic blue smoke' from any semiconductor-based electronics devices in the near area as well as in an unbelieably large not-so-near area. As with the burned down house - after a nuclear holocost I think I would have other worries than that my fried computer couldn't play the erased files on my still smouldering hard drive.

  290. DVD Burner by Anonymous Coward · · Score: 0

    I saw somewhere you can get 9.4GB double sided DVD-Rs for $5. I think it was http://www.dvdwriters.co.uk With disks this cheap you can stick your tape backups and stuff .. remember he only wants to backup MP3s not important medical data. Also having them on DVD-Rs allows you to take them to a m8s house and well you know the rest ;)

  291. Offline hard drives for b/up with CVS + rsync ??? by gideon4k · · Score: 1

    Does a solution exist for using another machine for backup that allows the user to "roll-back" to an older version. A common request from users is, "Can you retrieve the copy of this document from March that I modified in August, and was corrupted irrepairibly?" I assume there must be some sort of system that stores just the diff'ed data from Rsync, stores a base image, and then allows you to pick to what date the diffs should be applied to. Kind of like CVS for backups. This would make a second box a truly useful solution for backup without having to store a backup hard drive from yesturday, last week, last month, six months ago, last year, 2 years ago, 4 years ago, and 7 years ago (for FDA).

  292. seems obvious... by Anonymous Coward · · Score: 0

    Why do you need to *backup* your MP3's? they are ALREADY backed up on your ORIGINAL recording CD, aren't they? ;)

    Therefore your only worry is your pictures, I'm sure tape or CDR would be fine for this - even if you have several gigs it should be fine.

    1. Re:seems obvious... by Defiler · · Score: 1

      It takes quite a long time to re-rip and encode 350+ CDs of music.

  293. get raid 5 by bwhalen · · Score: 1

    just do it

    --
    Where do you want to be, What are you doing to get there.
  294. Not great for offices by b0bby · · Score: 1

    The problem is that this is only really guarding against hardware failure. The reason I use tape drives at work is that most of the restores you need to do are because someone deleted something important & then a couple of weeks later someone else discovers the loss. With a single media system you don't get to keep a history. The individual tapes are cheap enough that you can keep history stretching back months.

  295. VCR tape backup by Anonymous Coward · · Score: 0

    Well VCR tapes are pretty cheap about .25 cents each at yard sales, and they hold about 100 meg or so at $2.50 per gig youd be looking at... ah the heck with it just commit it all to wetware memory.

  296. Backup to HD, archive to CD-R by markmoss · · Score: 2

    I define "backup" as including at a minimum daily copying of NEW data, plus whatever other arrangements are needed to esnsure that you can get your needed applications and data up and running in a new system within the required time. "Archiving" is making long-lasting copies of data that isn't going to change often.

    Home computers usually don't have much data that changes frequently, nor do you have to spend a lot of money to ensure that you can be back up quickly -- that is, re-installing all your applications is acceptable in the rare case of a hard drive crash. Maybe only your checkbook records need back-ups. (The ancient DOS shareware program I still use for the checkbook fits nicely on one diskette along with 13 years of data, so I'm all set there.) But your photographs and tax records definitely need archived. The only truly long-term solutions for archiving are rather impractical for most people: printing to acid-free paper with permanent inks, which gets mighty bulky in the long run and might not preserve colors, or etched in stone or metal for _really_ permanent records. The best practical solution I know of for your family jpeg photos is to buy good CD-R's (100-year lifetime claimed), and make two copies on two different brands. Keep one set in your safe deposit box or something, so if your house burns down you still have it. Every 3 years, review the archives -- are the disks holding up, does it look like compatible drives will remain on the market, and will the data and disk formats remain comprehensible to new software? Every so often, you are going to have to copy to new formats.

    Note that there are other not-so-standard optical media that are technically better. The trouble with relying on one of those is that at some point you will have good disks and be unable to obtain a drive to read them. It's going to be a very long time until that happens to CD's. Write-once DVD's are worth checking into; I don't yet trust their data stability or longevity on the market, but unless the copy protection @#$%^& screws it up, they are going to be a better archival medium than CD-R's.

    Businesses need both archives and frequent backups. Tapes are NOT a great solution for backups. Our e-mail server here had a hard-drive failure recently. (Very much against my own opinions, this used microsoft software and tape backup.) It took four days to install all the software on a new hard drive and restore all recoverable data from several tapes. The most recent backup tape was unreadable, so two day's e-mail was lost. This was not a big problem, but 4 days without e-mail was a very big problem. And what I hear is that this is pretty typical: 20% of tapes from very expensive backup systems don't read back, and it takes far too long to restore from them when they do work.

    So for a business to recover from a hard drive crash before it becomes a major problem, you need to mirror the hard drive. (Or if you need hundreds of gigs, use RAID 5.) At the cost of hard drives nowadays, there is no excuse not to.

    This protects you against HD failures, but not catastrophes like someone stealing the servers, or crashing an airliner into the building. Many of the WTC businesses actually were ready for that, almost -- they were backing up their servers to servers in Minnesota. The service also included some desks, computers, and phone lines so if the offices in NY were destroyed, the workers could get right back to work as soon as they arrived in Minnesota. The only thing not planned for was planes to be grounded at the same time, so the people had to drive to MN. But I can't think of a better plan for a company that is concentrated in just one city.

    If a business has offices in multiple cities, then you can backup the servers to other company offices...

    Finally, mirror drives give you instant recovery from many catastrophes, but are no good against the most common causes of data loss: corrupted files and viruses. If you are mirroring, the corruption spreads to the backup within seconds. So you need something besides the mirror drives. Periodically taking off an archive copy of the data may be sufficient. Rotating full and incremental tape backups give some protection, since the chances of bad file + bad tape at the same time are rather slim. Or for the really paranoid, have a whole chain of back-up (not mirror) hard drives -- each night you copy the nth drive to the (n+1)th, so if it takes two days to notice that a file was corrupted, you've still got a good copy on drive 3. Add to this a good off-line archiving system for files that aren't used frequently (so corrupt copies could spread through all the backup HD's before anyone notices), and you are pretty well covered.

    1. Re:Backup to HD, archive to CD-R by SagSaw · · Score: 1

      Funny thing, my name is Mark Moss. I've read your posts before, but assumed your username was simply random coincidence. However, the details about the e-mail back-up failure sounds remarkably similar to a recent situation where I work. If your username is more that just random coincidance, please let me know.

      Friendly Regards,

      SagSaw
      The (other?) real Mark Moss

      --
      Come test your mettle in the world of Alter Aeon!
    2. Re:Backup to HD, archive to CD-R by markmoss · · Score: 1

      Hi. Those are two pretty common names, so that's not much of a coincidence. When I was in the Air Force, there were at least two other Mark Moss's that I heard of. As for the e-mail story, something like that seems to be pretty common too. There are no other Moss's in the company on-line phone list, so unless you hired in one month ago, it's just another coincidence...

      BTW, Moss is an english name, but my ancestors were German-American farmers named Maass. They changed the spelling in WWI.

  297. Re:What about fire? - Quote by nsanit · · Score: 1

    Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)

    I'll make sure I tell my boss that we have that as an option when we next discuss backups.

    I'm just trying to figure out which one of us would have to explain to the board how our clients' customers' credit card numbers ended up all over the 'net.

    On second thought, I'll stick to tape.

    --
    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.-Franklin
  298. PRON by Anonymous Coward · · Score: 0

    This stuff is hard to replace. You know how hard it is to get good porn off of some site, stupid popups and voting systems.

  299. Re:You're Both Wrong by Anonymous Coward · · Score: 0

    and all it takes is one to fail...

  300. Not so cheap backup system by JHMerik · · Score: 1

    This system gave some ideas about backups...
    SmartDAX

  301. DUH by Dr.+Mutex · · Score: 1

    [Dr. Mutex LARTs himself]
    Ok. I read that backwards. Nevermind.

    I suppose you are most interested in backing up MP3 and pr0n?

  302. VCR by youngerpants · · Score: 1

    Cheap, easy and a huge ammount of capacity.

    Nuff said

  303. The solution is painfully simple.... by fataugie · · Score: 1
    Stop turning the damn machine on and off. Turn it off, stick it in the closet, and you won't have to worry about it failing, unless the bowling ball falls off the top shelf and lands on it.

    Seriously, what I'd like to know is....does anyone who posts actually READ the previous posts? How many times is the same suggestion (RAID/Removable HD/OnStream/rsync) going to be repeated as if NOONE has suggested it yet?

    Is it me? There is no simple, cookie-cutter way to backup that much data that is cheap/easy/idiot-proof. There are alot of good suggestions on this topic, but YOU are going to have to decide which will work for you. You are gonna have to comprimise on something, only you will know what is acceptable.

    Good Luck!

    --

    WTF? Over?

    1. Re:The solution is painfully simple.... by Anonymous Coward · · Score: 0

      Lighten up Francis!

  304. Re:Hard Drive == Long Term Backup by spectrum- · · Score: 1

    Safety deposit boxes tend to be made of metal
    in a cube shape. I'm sure you've heard of a
    "Faraday Cage" - thunderstorms aint a problem!

  305. Re:100GB? Whew! by Sloppy · · Score: 1

    I have to wonder whether (first of all) why in the heck anyone would need to have 100GB of disk space on a home system

    Multimedia.

    People need to get over "home system" meaning low processing/storage needs. Home users store music and movies, play games, etc. A typical home user needs more CPU & storage than a small or medium business.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  306. Re:Hard Drive == Long Term Backup by felicity · · Score: 1
    I propose a network-based automatic backup system for most people. You simply have your main system automatically backup it's data over the network to another system

    Since you mentioned the shared medium problem, remember that the network is a shared medium as well. Earlier this year, I nearly lost all of the machines I have at home due to a lightning strike. I saw a flash across my ceiling and had all of my systems go down hard. (yes, each system has a UPS and anything not on a UPS is on a good quality surge supressor.) The boxes wouldn't even power on after the storm had passed. After a day or two of troubleshooting, I found that the switch and all network cards had been fried. The network cards were keeping the system from powering on (ATX motherboard).

  307. It used to be possible by Sloppy · · Score: 2

    Backup has always been expensive.

    No, it hasn't. In the mid 1990s there was a point where backup was affordable and convenient. High end hard disks were 2 Gigabytes, and $15 DDS2 tapes held 4 Gigabytes (native!) and worked in a $600 tape drive.

    It was wonderful. Everything fit and it didn't cost thousands of dollars. I think a lot of people (e.g. me) got spoiled during those few years. ;-)

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  308. Basement by LokiFoo · · Score: 1
    Gravity and H2O. I haven't seen anyone mention water yet.

    By having the system in the basement, are you protected from a flood? Whatever backup storage solution you come up with, make sure it takes water damage into account. A spare hard drive in a fireproof safe next to the server won't help much if the basement floods.

    Burst pipe, water damage from putting a fire out, storm of the century induced flooding...

    -LokiFoo

  309. After the WTC attack we should know better by Korth · · Score: 1

    Always keep offsite backups

  310. Re:You're Both Wrong by tomk · · Score: 1

    Still wrong. You see, there's actually 3 different interpretations of MB:

    1. 1024*1024 bytes. This is correctly called MiB or MibiByte, but is often mistaken for MB or MegaByte, especially when buying RAM.

    2. 1000*1000 bytes. This is the real, SI definition of MegaByte, and is what hard drive manufacturers use.

    3. 1024*1000 bytes. This doesn't have a real name, but it's what they use to calculate the size of floppies. Don't ask me why.

    So the number of floppies required is:
    (100*1000*1000*1000)/(1.44*1024*1000)

    Which comes out to 67,817 disks.. Or if you format your disks at 1.68MB then you can reduce that to a mere 58,129 floppies...

    Ahh, how fun it is to waste time :)
    -Tom

  311. Re:Hard Drive == Long Term Backup by evilviper · · Score: 2

    I agree that all of your ethernet cards are at risk... That still doesn't significantly affect the security or integrity of your data. Even if you have a lightening strike while you are backing up your data, (which kills the main system, and ruins the backup) you should have at least one or more backups available to use.

    If you are a large company, or part thereof, you likely hace fiberoptic lines between your main system and the backup. Which is not to mention that Ethernet surge protectors are getting more popular all the time.

    BTW, why did you have Ethernet outside where it could be struck by lightning in the first place? Just curious.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  312. Re:100GB? Whew! by jbmadsen · · Score: 1

    Pffft, try fsck'ing a 384GB filesystem :-) Now that takes a while. (And yes, I have a very good reason for such a large partition (and no, it's not on a home system)).

  313. Full System Solution by Killer99 · · Score: 1

    Well, just to place my hat in the ring... I have a whole network backup method. I use Norton Ghost to backup all my clients to the main file server (this allows for very quick recovery) and then I do a hard drive based (removable hard drive) backup... this hard drive based backup is coupled with a ghost backup onto CD-ROM of the Linux system that I use for the file server... the Hard drive is unmounted and removed and swaped with another drive the next night.... this way I have a very fast recovery time even on my file server..

  314. lawsuit Re:802.11 solution by leuk_he · · Score: 1

    u're setting yourself up for a huge lawsuit

    Do you american have to do everything with a lawsuit. First thing that happens if you do not like you neighbours is

    A They ask you to remove the backup. (or more techinacllay they start to send an empty backup for a week, and than a BIG BIG file fileld with random)
    B they cut the line. (or put 220 V on it.)

    If you turn up with a gun (it is texas?) then you go to court else one of the neighbours moves.

  315. Re:Hard Drive == Long Term Backup by Anonymous Coward · · Score: 0

    Having the spindles transfered is waaaaaaaaaaay out of the price range of most home users, even many businesses. Plus, you're counting on the platters not being damaged...

  316. Do like I did. by billcopc · · Score: 1

    Go buy a DVD-R burner for about 500$. At 4.7 billion bytes per disc, burning 2.6mb/sec, it's both cheaper, faster and more versatile than any low-end tape backup system. Of course they work in most DVD-Rom drives, so you can carry your discs anywhere. As a bonus, prices will surely drop within the next year as new models surface.

    --
    -Billco, Fnarg.com
  317. Re:Hard Drive == Long Term Backup by Kirkoff · · Score: 1

    True. If it gets struck then definatly buy a lotto ticket.

    --
    There are exactly 42,935,718 letter sized sheets in a square mile.