Slashdot Mirror


Online Backup vs. Tape Backup?

hashbox asks: "I work for a small non-profit (about 100 staff members) and management has decided that they want to use an online data backup system instead of our existing tape backup system. After a meeting with one of the many vendors providing this service, I must admit that I am impressed with the promise of the technology (ease of use etc). However the sysadmin side of me has a few reservations. Has anyone here on Slashdot used an online backup service, and what were your experiences?"

11 of 62 comments (clear)

  1. Keep the tapes. by Jamesie · · Score: 5, Insightful

    Even if you go with an online service you should do some form of local backup. What happens if you lose your connection? This sort of service is perhaps best treated as an offsite backup.

    1. Re:Keep the tapes. by nocomment · · Score: 4, Insightful

      agreed. We do some remote backup (although on our own network), and connectivity can be an issue. one of our systems backs up 40 gigs per night. Could you imagine trying an online storage system for that? Besides, what if the remote system was compomised and your data got out? I'd ask about security of the systems (if the system is visible to you, it's visible to the bad guys), and secure transfers (ssh tunnel?) that way simple packet sniffers can't get your data. I'd be scared to transfer over our own network if it was using hubs, I'd be terrified of backing up online to another company.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  2. Question to ask.. by btk667 · · Score: 3, Insightful

    There are a couple of concern you should ask the vendors,
    - How much data can the offsite carry?
    - Any type of compression
    - What about encryption?
    - What if you need your backup, how much time will it take the vendor to bring you a copy of your data on a CD or DVD ?
    - Does the compagny have a secure storage ?

    You can also try "easeBackup" Easy to use, support Encryption and Compression.. I am using it..

  3. Bandwidth limitation and other concerns by mhw25 · · Score: 5, Insightful
    Bandwidth and the state of the internet as a whole can compromise this solution. You don't want to lose your insurance at precisely the moment when you need it the most, for example during the slammer attack.

    The popularity of both Storage Area Networks and Network Attached Storages somehow seems to show that most organisations prefers to keep backup within their own control. And tapes are dirt cheap on today's standards.

    Both tapes and solid state solutions can be have cheaply and some have great user friendliness. You get excellent bandwidth thrown in as well.

    The only upside I can think of for online storage is that it is truely redundant, that is you will not lose your backups in event of a fire or other calamities.

    But bear in mind that vendors do have the tendency to promise you the earth and deliver pebbles.

  4. It depends... by saden1 · · Score: 4, Insightful

    If you are talking about 20 to 50 gig of data and monthly backup then I'd say this isn't a bad idea but if you are talking 100+ gig and weekly back then this is definitely a bad idea. You also have to factor in the security of your data while it's being transported, the time it takes to backup and the overall cost of your bandwidth use. Also, a year from now you might need to backup a lot more data so factor that in.

    If you ask me it is not worth the trouble, you are better of investing in your own backup system.

    --

    -----
    One is born into aristocracy, but mediocrity can only be achieved through hard work.
  5. Don't forget about subpoenas by Speequinox · · Score: 2, Insightful

    Remember that your online backup provider's backup versions of your files are fair game for subpoenas from the RIAA or whoever else can shell out a few bucks to a lawyer.

  6. Watch those terms... by lynx_user_abroad · · Score: 5, Insightful
    You're not really in the market for a backup system; you're in the market for a restore system. It's worthless unless you can reliably get the files back.

    Spend some time thinking about the circumstances under which you might need a restore service; how often, how quickly, how to verify it works, etc. This may help to clarify the issues for you.

    --

    The thing about things we don't know is we often don't know we don't know them.

  7. Roll your own... by arrow · · Score: 5, Insightful

    I think a better option would be to roll your own.

    Standard PC components are insanely cheap these days. Get a 4U box, chuck it full of lots of IDE drives, an IDE RAID controller or two, and Linux. Then toss samba + tar + bzip2 + yyyrsa + rsync on a local box.

    Said 4U could be located at a remote office (if you have one), or possibly find another business who would be willing to swap remote storage devices with you. If all else fails, you can get colo for $50/mbps + space.

    --
    symetrix. We are building a religion, a limited edition.
  8. Take your pick by Slick_Snake · · Score: 4, Insightful

    We have used stand alone tape systems, automated remote tape libraries, and a network accessible backup storage array with raid. It has been my experience that any backup system will work as long as the person responsible for the backups is making sure that they happen. I have seen several occations were one of "automated" backup systems failed and no one seemed to notice until a restore was needed. The key is making sure that the backups are happenning in the first place.

  9. Re:USB - Hard drive by Anonymous Coward · · Score: 1, Insightful

    I use 2 USB hard drives. I keep one off site. ( in my truck

    Wow, that's great - until someone steals your truck and gets access to all of your data.

    Where do you live again? :o)

  10. rsync, arcserve, etc. by smoon · · Score: 3, Insightful

    I work at a largish company where we do our own 'online' backup of a remote office. Around 400Gigs over a T1 line, we use rsync (works with linux and windows systems) and keep the data on an Apple XRaid (very cost effecitve and better-supported than a roll-your-own). Since the daily deltas are rarely more than a gig, this works really well.

    We did this because the tape system has a long history of reliability problems. We've since fixed the tape problem (we still do tape backups) but tape is used for off-site storage and disaster recovery at remote sites -- for typical "I deleted an excel file I didn't mean to" requests we can just drill into the xraid and pull the file over without having to mount tapes, get the offsite people to bring them back etc.

    Tape might seem expensive, but you have to look at the business benefit, not the cost of drives, software, etc. For example -- point-in-time backups -- our online system is great for yesterdays data, but useless for files from 3 months ago. Our tape system has monthly tapes for a year, weekly tapes for a month, and daily (full-not differntial) for a week. This has 'saved the bacon' more than once and I highly recommend it. Another good point of tape is database backups -- sure you can dump a database to disk and then rsync it offsite, but it requires that all of your database servers have much more disk capacity, and depending on how rsync treats the backup file, it could kill the entire online concept unless you've got a T3 or something.

    The killer is restores though. You have to practice them and get the process nailed, otherwise your backups (online or tape) are useless.

    --
    "But actually trying to use m4 as a general-purpose langage would be deeply perverse" --ESR