Slashdot Mirror


Companies Are Once Again Storing Data On Tape, Just in Case (marketwatch.com)

An anonymous reader shares a report: To stay up to date in the battle against hackers, some companies are turning to a 1950s technology. Storing data on tape seems impossibly inconvenient in an age of easy-access cloud computing. But that is the big security advantage of this vintage technology, since hackers have no way to get at the information. The federal government, financial-services firms, health insurers and other regulated industries still keep tape as a backup to digital records. Now a range of other companies are returning to tape as hackers get smarter about penetrating defenses -- and do much more damage when they do get in. Rob Pritchard, founder of the Cyber Security Expert consulting firm and associate fellow at the Royal United Services Institute think tank, has noticed the steady resurgence of tape as part of best-practice backup strategies. "Companies of all sizes must be able to restore data quickly if needed," he says, "but also have a robust, slower-time, recovery mechanism should the worst happen." Mr. Pritchard, who works with a range of organizations to improve corporate cybersecurity practices, says: "A good backup strategy will have multiple layers. Cloud and online services have their place, but can be compromised."

199 comments

  1. Tape? by DontBeAMoran · · Score: 5, Informative

    Apart from what I assume is a lower cost, is there any reason to use tape instead of just doing a rotation of RAID systems and disconnecting the unused ones?

    --
    #DeleteFacebook
    1. Re:Tape? by redmid17 · · Score: 5, Informative

      Reliability, portability, and length of time the data can be stored, possibly speed. LTO-4 and lower is definitely going to be slower. LTO-5+ might be faster for writing depending on the RAID setup.

      Pretty much the reasons you would use tape in the first place.

    2. Re:Tape? by houstonbofh · · Score: 5, Informative

      Hard drives do not like to sit powered off. In 3 to 5 years the fail rate is significant. Tape is fine for that. I have restored 40 year old tapes.

    3. Re:Tape? by whizzter · · Score: 3, Interesting

      But would that really apply for tapes capable of storing "modern" amounts of data?

      At thousands times more data the density would need to be high enough that cosmic radiation should start affecting tape also?

    4. Re:Tape? by Anonymous Coward · · Score: 0

      Arhhh, the good old ZX Microdrive

    5. Re:Tape? by arth1 · · Score: 5, Informative

      By design, tapes are sequential append, not random write. That makes it much harder to modify data. For tape stations that can be set to not allow programmatic rewinding, but tapes have to be physically cleared for rewind, it's even more of a security benefit this way.

      Much like some of us like having important system logs go to an unbuffered dot matrix printer in dumb mode - there's no way to undo what's already written like a local log, no way to DoS logging to a remote syslog server, nor kill the print job while it's buffering, like a modern page based printer.

    6. Re:Tape? by Anonymous Coward · · Score: 3, Interesting

      RAID is not archival grade, and unused hard drives tend to die. SSDs do not have a long archival life because the electrons escape the gates. Once the threshold between a zero and a one is too close, the data is gone, beyond any hope of recovery.

      Tape, on the other hand is archival grade. Unlike the garbage in the 1990s like 8mm, 4mm, and QIC, DLT and LTO have a long working life. In fact, at one place I worked for for five years, out of tens of thousands of tapes, I've seen two have hard write errors, and zero with hard read errors. So, out of the petabytes of LTO-3 to LTO-7 data, those are good odds.

      Tape isn't that expensive for the enterprise. $5000 gets you a 24 tape LTO-7 autochanger that goes into two RUs, and hooks up via SAS. You can then hook it to your Veeam server as a way to do D2D2T, and have an air-gapped backup. Encryption? Trivial. Set a password, make sure the password is in a recoverable place, and then, if a tape falls off the back of the Iron Maiden truck, it is just a trivial loss. No encryption, and that becomes a front page headline.

      I trust tape far more than the cloud. At least I know that if the Net takes a crap, my data is still restorable.

    7. Re:Tape? by houstonbofh · · Score: 2

      Guess you have not looked at tape lately. https://www.engadget.com/2017/...

    8. Re:Tape? by CaptainDork · · Score: 1

      Lower cost?

      Not in my experience.

      Depending on business' risk analysis, I backed up to tape, on many servers, rotating 7 days or 30 days.

      For the 30-day scenario, that meant 30 tapes for each server (6 at this one place). I did not reuse tapes more than a year. I would destroy those and buy new.

      At my sites, I did full tape backup every night, including weekends. Friday's tape was overwritten Saturday and Sunday night.

      I took each tape home with me for off-site storage, with written permission from management.

      I carried a bag of tapes for 18 years.

      Those embedded tape drives? They go bad and they are not cheap.

      The server has to go off line and, as time goes by, the drives are not available or the technology changes, replacing the old. That really messes things up.

      New drivers, new tapes, etc.

      On occasion, even with a direct replacement drive, current tapes would not work because the new drive was too tight, mechanically.

      I transitioned to EHD, which was a blessing for many reasons:

      - Unlike a tape backup, EHD was not dependent on an embedded hardware.
      - The drives were platform-portable. I could make a server out of a freaking XP box.
      - Size matters when carrying those puppies.
      - Cost of EHD was exceedingly low by comparison.
      - The speed (esp. on USB 3.0) was amazing.

      Even so, I think adding a layer of backup, like tape drives, is a very good idea.

      --
      It little behooves the best of us to comment on the rest of us.
    9. Re:Tape? by Anonymous Coward · · Score: 1

      If you compare the surface area on a tape, which is hundreds of feet with a half inch to the platters on a hard disk, tapes have a lot more area to cover. A tape with the aerial density of a modern HDD could easily hold petabytes of data, and still have ECC room left over to ensure reliability.

    10. Re:Tape? by fluffernutter · · Score: 1

      The fact that management let you take the tapes home instead of having an offsite storage solution probably means you don't speak for any large enterprises.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    11. Re:Tape? by CaptainDork · · Score: 1

      The fact that you would make the management decision to trust your data to strangers (which is what IT is apparently doing today, hence this "new idea") probably means you weren't in management.

      --
      It little behooves the best of us to comment on the rest of us.
    12. Re: Tape? by Anonymous Coward · · Score: 0

      Ever seen a raid unit in an earthquake ?

    13. Re:Tape? by Anonymous Coward · · Score: 0

      I was thinking the same thing. At my first job, we had our own dedicated truck and driver that would visit the backup center every day. I didn't realize how important it was until then. My current company doesn't seem to have a real plan for a data emergency except to throw more/bigger hard drives in the servers. It's ludicrously precarious.

    14. Re:Tape? by Kjella · · Score: 5, Insightful

      Reliability, portability, and length of time the data can be stored, possibly speed. LTO-4 and lower is definitely going to be slower. LTO-5+ might be faster for writing depending on the RAID setup.

      If it's any kind of high performance system you usually do mirroring to a "hot" backup then do backup to tape from there so speed is not that relevant. You can do pretty well on reliability and portability by simply making many redundant copies. I don't think I'd plan to use it as ordinary backup, not even occasionally. To me tape belongs in the disaster recovery plan, like what if hackers root our servers or a rouge sysadmin goes berserk. The "put it on a tape, stick in a vault and pray you'll never need it but if you do you'll be really happy to have it" kind of backup.

      This is particularly true if it's for legal compliance or you're the one maintaining the master data, imagine if you're say the DMV and lose the database of what driver licenses or license plates you've issued. Even in most epic of epic fuck-ups that wouldn't be acceptable. But I'm thinking it's the kind of service you contract out to a third party, maybe even with your own encryption because it doesn't really pay off until you've got huge amounts of data and a perspective of years and decades. Or well you can use tape for that, but then it's the kind of "non-disaster" backup I'd use HDDs for.

      --
      Live today, because you never know what tomorrow brings
    15. Re:Tape? by Darinbob · · Score: 1

      This is for companies, not individuals. Everywhere I've worked has used tape backups, up to the present moment. Any company relying on cloud backup is a dangerous company to invest in. RAID storage is useless unless you keep those other disks at a remote location. Even the tape backups have the tapes transported to remote and safe locations (there are professional services that do this),

    16. Re:Tape? by redmid17 · · Score: 2

      RAID is not backup. Just keep repeating that to yourself.

    17. Re:Tape? by ron_ivi · · Score: 1
      What kind of data really needs to set powered off for 40 years, though?

      Because data grows so fast, I imagine all 40 year old data will be absolutely tiny in comparison, and fit in the corner of whatever live/hot storage is in use.

      I do like the premise of companies storing data locally.

      I think all the "cloud backup" advocates have it backwards. The cloud's the best place for live data; but companies (and people) should have local backups of their clouds.

    18. Re:Tape? by Anonymous Coward · · Score: 0

      Hard drives do not like to sit powered off. In 3 to 5 years the fail rate is significant. Tape is fine for that. I have restored 40 year old tapes.

      I second this, but add: I have fixed many failed drives. I've found the connection between the controller circuit and the HDA tarnishes and contact breaks. I've had disks (Seagate and WD are the worst) that I've had to seriously scrub- usually with an aggressive pencil eraser- to get the tarnish off. They don't bother with gold any more. After getting it really clean, I wipe a thin film of silicone grease (plumber's silicone grease is a great source) and so far so good.

      Not easy to fix a stuck head, though! Ugh.

    19. Re:Tape? by Anne+Thwacks · · Score: 3, Informative
      Here's a secret about tape; you drop it, it's as fragile as a HDD.

      NO, its not. If you drop it, the puck (the bit that the loading mechanism uses to pick the end of the tape) may fall out of its retaining slots. It can be put back in place if you are moderately careful. If the plastic case is not broken, the tape is probably readable.

      I have dropped a fair number of tapes from desk height over the years (have been using them since the 1970's and designed both hardware and software for tape drives). None has failed as a result. I have also dropped a few H/Ds as well - some were damaged by falls of a few inches (they are actually more robust if operating). I have restored many tapes after 30 years. You will have a hard time finding an ST506 interface that connects to a modern computer.

      I also seem to have significant problems with bit-rot on both Windows and Linux. This is noticeable as jpgs which have problems after sitting idle on the disk for a year or two, and occasionally docs and odts that won't read. Less of a problem with SCSI disks AFAICT, so I suspect hardware, but I did use DOS 4.0, so, I am not sure its not software.

      I have definitely had brand new server grade HDs fail to start after 3 years on the shelf. I doubt used ones are more reliable.

      --
      Sent from my ASR33 using ASCII
    20. Re:Tape? by RightwingNutjob · · Score: 2

      I might want my home movies and family photos to keep for fifty or sixty or a hundred years to pass down to the kids. I might want my bank statements and property records (including any video or photography that goes along with it) to stick around for similar lengths of time in case of legal disputes.

      That stuff is important enough to keep around, but I don't really want to have that sitting powered on and having to suck down watts for decades, nor do I really want to worry about what happens to it once a year or so whenever there's a snow storm or a lightning strike or other kind of power outage. Cough cough slashdot cough cough.

    21. Re:Tape? by RightwingNutjob · · Score: 1

      What about if the grease in the the bearing degrades or the rotor magnets get cooked and need to be replaced or remagnetized? A head is sort of meant to be removed, so I can at least imagine servicing it, but I don't relish the thought of having to mess with the motor. Aren't the platters epoxied to it on most disks?

    22. Re:Tape? by mjwx · · Score: 2

      Reliability, portability, and length of time the data can be stored, possibly speed. LTO-4 and lower is definitely going to be slower. LTO-5+ might be faster for writing depending on the RAID setup.

      Pretty much the reasons you would use tape in the first place.

      This,

      Also ease of transportation. If I want to move my data off-site, especially to more than one location tape is the easiest way to do that. Speed and availability dont matter for off-site backups. Also cost, where can I get a 3TB HDD for £30? Some data I need to keep unadulterated records of for 7 years (some government requirements even preclude de-duplication, although this is rare).

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    23. Re:Tape? by DontBeAMoran · · Score: 2

      Of course he keeps repeating that to himself. That's how RAID works, doesn't it?

      --
      #DeleteFacebook
    24. Re:Tape? by fluffernutter · · Score: 1

      You seem to think I was defending the cloud solution; I think that is stupid as well. The correct way to archive tapes is either in your own datacenter, or pay an offisite storage company with a vault to do it. All tapes should be inventoried and tracked.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    25. Re:Tape? by fluffernutter · · Score: 1

      And I forgot encrypted.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    26. Re:Tape? by R3d+M3rcury · · Score: 1

      [...] no way to DoS logging to a remote syslog server [...]

      No, but you can DoS the printer merely by doing a lot of things that would get printed. Paper isn't infinite...

      Fun example: Way back in the mainframe days, a place where my friend was working had a keycard-type lock for the machine room. Insert your card, door unlocks, remove card and enter the now unlocked door. It was a real nuisance for him and one Saturday, when he was working, he discovered that if he just left his card in the lock, the door would unlock, wait a few seconds, lock, reread the card, unlock, wait a few seconds, lock, reread the card, etc. This was quicker than pulling the card out of his wallet, etc., for each time he wanted to go in. And it was a Saturday, so it wasn't like there was anybody around.

      Unfortunately, unbeknownst to him, there was a printer which printed a message whenever someone unlocked the door to the machine room.

      Yup. Used a whole box of paper in a few hours (which was unceremoniously dumped on his desk Monday morning along with a memo that essentially said, "Never do this again!") and they had no idea if anybody had come in on Sunday.

    27. Re:Tape? by lgw · · Score: 3, Informative

      Live mirroring is a way to make a backup, but isn't a backup until you break the mirror. Most RAID systems aren't really good at moving that sort of stuff around on the fly, unless you're talking about legacy "big box" storage systems that charge 10x-100x what the drives cost.

      But, yeah, there are 3 distinct scenarios:
      * Backup
      * Disaster recovery
      * Archiving

      Tape is far and away the best for archiving, and is the easiest/cheapest way to do DR. It's not all that good for simple backup - snapshotting of some sort (even if the backup is in the same rack or even device as the main storage) wins for backup, since most restore requests are for recovery from user error, not hardware failure.

      It makes good sense to optimize backup for fast recovery from accidental file deletion and the like, as long as you also have a DR strategy that will help you if you lose a rack full of storage (or datacenter etc).

      Archiving is usually the legal compliance angle, not the other two use cases. Plenty of big companies have fancy cross-site DR strategies, but still archive to tape for compliance with "store your records for N years" compliance. Heck, the same truck from Iron Mountain likely takes both their paper records and tapes.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    28. Re:Tape? by gweihir · · Score: 1

      Tapes are offline and disconnecting drives is a) technologically difficult and b) one main failure points for disks is when you start them.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    29. Re:Tape? by operagost · · Score: 1

      I've heard of those rouge sysadmins. In fact, I red about one just last week.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    30. Re:Tape? by operagost · · Score: 1

      Iron Maiden is great for storing your backup tapes. They will quickly deliver them to your recovery site while you run to the hills.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    31. Re:Tape? by K.+S.+Kyosuke · · Score: 1

      Just keep repeating that to yourself.

      But is that a backup type of repetition to yourself or a RAID type of repetition to yourself?

      --
      Ezekiel 23:20
    32. Re:Tape? by houstonbofh · · Score: 1

      What kind of data really needs to set powered off for 40 years, though?

      I guess we know where you work... https://sputniknews.com/milita... ;)

      I do like the premise of companies storing data locally.

      I think all the "cloud backup" advocates have it backwards. The cloud's the best place for live data; but companies (and people) should have local backups of their clouds.

      Living in Houston, I am a big fan of geographically separate backups. When half of the city is under water, local backups may be as well.

    33. Re:Tape? by CaptainDork · · Score: 1

      $v®&ûIV‘ÓM&;@t-©a*Ú]iAIùk>K?,q]WSF

      --
      It little behooves the best of us to comment on the rest of us.
    34. Re:Tape? by CaptainDork · · Score: 1

      Actually, all decisions should be made by management.

      That's how my world rolls.

      They let me keep the fireproof safe that they bought.

      Look: When the freaking fire alarm went off, I was the first guy to hit the street, even if I knew somebody was burning popcorn in the microwave, and I had the backup tapes in my possession.

      When I bugged out for hurricane evac, I'm the guy who had the backup tapes and the production server in the trunk.

      Your management can do as they wish.

      That's what mine did.

      Not your call.

      --
      It little behooves the best of us to comment on the rest of us.
    35. Re:Tape? by dddux · · Score: 1

      However, if you have your porn stored on hard disks and it is used from time to time, it is alright.

      --
      "It is no measure of health to be well adjusted to a profoundly sick society." - Jiddu Krishnamurti
    36. Re:Tape? by dddux · · Score: 1

      That's really interesting because I have some 10 year old hard disks here and no problems reading anything from them. OTOH, I have 10 yo DVDs who are problematic indeed. I'm starting to think that it's really good that optical drive's days are over. It a POS. It's only reliable for a couple of years. HDDs are far more reliable. I love HDDs. You just have to activate them from time to time and they'll keep working. Until they break some day. You can always copy your valuable data [porn] to a new HD. HDDs are the best archiving solution available right now, my humblest opinion. Just copy them around from time to time and keep an eye on the SMART data.

      --
      "It is no measure of health to be well adjusted to a profoundly sick society." - Jiddu Krishnamurti
    37. Re: Tape? by Anonymous Coward · · Score: 0

      No, say:
      R n b u
      A i o a p
      I s t c
      D k

    38. Re: Tape? by Anonymous Coward · · Score: 0

      "rouge sysadmin"

      Well at least that one would be easy to identify, what with the rosy cheeks.

      Or did you mean "rogue"?

      Speeling is important.

    39. Re:Tape? by Anonymous Coward · · Score: 0

      $v®&ûIV‘ÓM&;@t-©a*Ú]iAIùk>K?,q]WSF

      "I'm wearing mom's frilly pink panties." Dude, that crypto was TRIVIAL to break. Next time, use at least 16 bits... ;-p

    40. Re:Tape? by bingoUV · · Score: 1

      Yes, but don't you think they are going to dogs in the post 3 TB era ?

      I have only bought 20 hard disks in my life, but the oldest 13 are still working. (Though oldest 3 are PATA, lost the adapter for that 7 years ago). Only in the post 3 TB era, 3 of my 7 have failed, all within 3 years of purchase. SMART has bad things to say about 1 of the remaining 4.

      I don't see 5 years warranty on cheap hard disks any more either, so the manufacturers know it. Seagate reduced the commonest warranty from 3 years to 1 year, and now increased back to 2 years.

      I am looking for another medium, or waiting for hard disks to stabilize.

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
    41. Re:Tape? by jdschulteis · · Score: 1

      a rouge sysadmin goes berserk

      You might even say the sysadmin goes red-faced.

    42. Re: Tape? by Anonymous Coward · · Score: 0

      Legal records etc should still be on paper. Not everything needs a silicon answer.

    43. Re:Tape? by dddux · · Score: 1

      True that. Newer hard disks are less reliable and when we get bigger SSDs for the same prices people will think twice before forking for a HDD. However, in the mean time they are still the cheapest and most reliable solution IMHO. I bought 2 1TB Toshiba HDDs lately - I can wholeheartedly recommend them. Fast, quiet and reliable. The last 2 Seagates I bought had some problems and I use one only as a backup because SMART shows errors even though it hasn't been used much. I steer clear from Seagate HDDs since then.

      --
      "It is no measure of health to be well adjusted to a profoundly sick society." - Jiddu Krishnamurti
  2. it never went away by banbeans · · Score: 4, Insightful

    It never went away at smart companies and those in regulated industries.

    1. Re:it never went away by Anonymous Coward · · Score: 0

      And they don't help with hackers so much when they are enterprise grade automated systems, if a hacker gets into that it's the same as getting into server with some slow read speeds.

    2. Re:it never went away by freeze128 · · Score: 1

      Thank you. I was concerned for a moment there.

    3. Re:it never went away by Anonymous Coward · · Score: 0

      Can confirm, I worked for a HDD company for the last decade.

      Tape backups were standard. As I said, tape backups at and HDD company.

    4. Re:it never went away by Anonymous Coward · · Score: 0

      ^^
      This

      Any company serious about long term storage of data is still using tape. Particularly for archival storage of data

    5. Re:it never went away by talis9 · · Score: 1

      This

      Any company serious about long term storage of data is still using tape. Particularly for archival storage of data

  3. 8 track by Anonymous Coward · · Score: 0

    And disco balls... way cool

    1. Re:8 track by that+this+is+not+und · · Score: 1

      The tapes are 9 track, actually.

      I remember when the high density tapes we mounted were 6250 bpi.

    2. Re:8 track by Pig+Hogger · · Score: 1

      Ah, yes, only 257 megabytes per 3600 feet reel

    3. Re:8 track by Anne+Thwacks · · Score: 2
      I can still recall the horrors of 200bpi 7-track 1/2" tape NRZI with the "choose your own parity" feature.

      The big advantage of 200bpi was that you could sprinkle iron filings on the tape and read the bit patterns for disaster recovery. (Not that I would want to read more than a couple of 80 column card images that way).

      --
      Sent from my ASR33 using ASCII
    4. Re:8 track by that+this+is+not+und · · Score: 1

      Your tagline cannot be the truth, btw. An ASR-33 is upper case only. Unless you have some really fancy filtering going on in a proxy between your terminal and the modem.

  4. Re:Only LUDDITES use tape. by DontBeAMoran · · Score: 1

    You do know that applications were once stored on paper tape, right?

    Tape!

    --
    #DeleteFacebook
  5. Oh it will be impossible. by Anonymous Coward · · Score: 0

    The tapes will be hard to get to it's not like they would be stupid enough to use a tape robot with public ip. Or are they......?

  6. "Once again"? by Anonymous Coward · · Score: 0

    WTF are you talking about? We have never stopped storing data on tape, especially since we have retention requirements that might be 7 years to "in perpetuity". Proper backups exist in 3 places. And offline storage is a must.

    Anyone with half a clue knows this.

    1. Re:"Once again"? by Anonymous Coward · · Score: 0

      Amazon Glacier with a 7 year vault lock satisfies these same requirements. No special hardware needed, and Amazon is going to be around a lot longer than a tape will. In fact, with how often tapes go bad, Amazon looks sterling in comparison.

      Heck, with Amazon Lambda, you can fire your OS and ops guys, and just have some dude doing IAM and VPC infrastructure via terraform. Why bother with antiquated tech, when AWS does this all with pretty much 100% uptime?

    2. Re:"Once again"? by Anonymous Coward · · Score: 2, Insightful

      The cloud is just somebody else's computer. It wouldn't suprise me to find out Amazon is using tape for Glacier. But the idea that Amazon will be around longer than tape is as true about the longevity of companies like Sun, Atari, AOL, SCO and dozens of other companies that are now defunct or in their death throws.

    3. Re:"Once again"? by fisted · · Score: 2

      This site caters to people that think tape is some archaic thing nobody uses, because audio tapes, VHS and the likes went away. Those are the people that produce ad impressions.

    4. Re:"Once again"? by afidel · · Score: 2

      Tape almost never goes bad, with over 15,000 tapes at my last job we had one failure to read and 2 failures to write (one of which I dropped so it really doesn't count). I read an original DLT IV tape in an SDLT 320 drive over 18 years after it was written (tax document, apparently the lawyers had a question on something and there was a 20 year lookback period for this particular property tax) and routinely read LTO tapes that were nearly a decade old. Oh, and restore from Glacier is unbelievably expensive so it's fine if you have a WORN requirement but for true use it's more expensive than doing it yourself if you have any kind of scale.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    5. Re:"ONCE again"? by JohnFen · · Score: 1

      Nobody ever left anything important in the cloud.

      Nobody with a competent and adequately funded IT department (even if it's just one person) ever left anything important in the cloud.

  7. It's a reliable long-term storage medium by blind+biker · · Score: 4, Insightful

    In terms of longevity, I classify storage this way, from short to long term:
    - SSD
    - 5.25" floppy disks (anachronistic, but existing)
    - hard drives
    - Taiyo Yuden CDs and DVDs
    - EPROMs
    - magnetic tape
    - masked ROMs
    - books

    --
    "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    1. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      - stone :)

    2. Re:It's a reliable long-term storage medium by JustOK · · Score: 1

      punch cards.

      --
      rewriting history since 2109
    3. Re:It's a reliable long-term storage medium by lengel · · Score: 1

      Antarctic ice cores

    4. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      My hundreds of 3.5" 30 year old floppies can be read just fine.

      Meanwhile, my personal data stored on tape by IBM was "lost" and possibly hacked less than 10 years ago. IBM said they lost the tape, and believe it "fell" off a truck that was transporting it.

    5. Re:It's a reliable long-term storage medium by blind+biker · · Score: 1

      punch cards.

      Well, OK. The reason I didn't list punch cards, is because they were used for data entry and not data storage. The fact that they are a set of disconnected objects points in that direction, too.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    6. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      I would move SSDs (I guess it depends on which one?) ahead of hard drives these days. Just as an example. The Samsung 850 Pros now come with 10 year warranties! Spinners come with 3 years or less. (5 years for the "enterprise stuff"))

      I know warranty isn't the only factor, but it sure says a lot about the manufacturers confidence in the product :)

      I agree with the rest of the list :) But what do I know? I'm just an old fart. Get off ma'lawn!

    7. Re:It's a reliable long-term storage medium by TheZeitgeist · · Score: 1

      Antarctic ice cores

      Quantum entangled photons beamed towards M87 (or M-whatever). Super-encrypted, unmolested for millions of years if need be, you'll know if anyone else read it before you, and another good motivator to invent warp drive if you need to restore your array (gotta go catch your data).

    8. Re:It's a reliable long-term storage medium by freeze128 · · Score: 4, Interesting

      I recently booted up my old Apple //e computer and was amazed to see that nearly ALL of my old floppies still worked. These are disks that were formatted in the mid 80's. The disks that failed were off-brand cheaper disks that were purchased more recently. I also remember buying 100 3.5" disks from Computer City in the late 90's. ALL of them failed within 5 years. Many were DOA right out of the box, and were unable to be formatted.

      So the adage that magnetic media suffers from bit rot isn't quite as bad as you think... Cheap crappy disks and tapes will fail, but good quality ones last a good long time.

    9. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      they were used for data entry and not data storage.

      punch cards with embedded microfilm were the preferred medium of DATA STORAGE for blueprints and such

    10. Re:It's a reliable long-term storage medium by sandbagger · · Score: 1

      You can never...ever... trust SSDs.

      If you have no data retention requirements, go right ahead but pal, you first. There's simply no way I'd trust SSDs to be anything other than consumables at this time.

      --
      ---- The above post was generated by the Turing Institute. Maybe.
    11. Re:It's a reliable long-term storage medium by sinij · · Score: 1

      - masked ROMs
      - books

      You forgot to include stone tablets and cave wall graffiti.

    12. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      SSDs will lose data rapidly over time, if not powered up. Storage temperature is a big factor too in retention. I've read different numbers, but 3 months to a few years tops unpowered. Even cheap value HDs will likely fare better, and they cost less. One would likely do better buying two or more cheap HDs, preferably different brands, and rely on that. SSD alone is not a backup.

      Also, SSD failures can be abrupt with recovery near impossible. Sudden HD failure can happen too, but often there's some warning and time to recover data. With SSD, about the best one can hope for is it goes read-only to provide a little time to copy off the data. While a read-only SSD should still work for awhile, that's not always the case.

      Bottom line is the other poster is spot on. SSD is not suitable for backup use, not even short-term.

    13. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      Yep. A couple of years ago my teenaged son discovered my old Commodore-64 in the basement. Most of the floppies (5.25") were still readable. And the 1540 (with a ROM swap to 1541) drive still worked, which is perhaps more surprising. ;)

    14. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      Wasn't there an article at some point about serializing data into DNA?

    15. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      There was a 6 year study done on SSD vs HDD usage in Google datacenters, here's the report on it: http://0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f.r43.cf2.rackcdn.com/23105-fast16-papers-schroeder.pdf

      The overall finding is that SSDs have less risk of catastrophic failure than HDDs, but have a greater risk of data loss from blocks of data going bad. The takeaway from the report was that SSDs are great to use but require greater attention to backing up the data from them if you want the data to survive. An ideal situation would be to use the SSD as the frontline data cache (kind of like a RAMdisk) and store that data to HDD as processing time allows then finally, backup the HDDs to tape for off-site/secure storage.

    16. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      papyrus

      And the format is still as relevant today as it was over 2,000 years ago.

    17. Re:It's a reliable long-term storage medium by Anonymous Coward · · Score: 0

      Yeah, but no one carves in binary anymore. Besides, whatever fad language you would use would be out of style by the time you would need the data, and no one would be able to read it at that point.

  8. Re:One good EMP from DPRK... by Anonymous Coward · · Score: 1

    At least it would fry msmash's posit....wait, negatronic "brain" electronics, and Slashdot would be freed from its bondage to the Soros-funded BIZX, LLC political interests that have NO BUSINESS owning a tech news site.

  9. Comment removed by account_deleted · · Score: 3, Informative

    Comment removed based on user account deletion

  10. Its all about Average Bandwidth by MountainLogic · · Score: 2
    1. Re:Its all about Average Bandwidth by Anonymous Coward · · Score: 0

      the tapes need to be read and written, and that impacts your bandwidth quite a lot.

    2. Re:Its all about Average Bandwidth by Anonymous Coward · · Score: 0

      Andrew Tanenbaum - the author of Minix

      The author of Minix who lost out to the author of Linux. Sad.

    3. Re:Its all about Average Bandwidth by Anonymous Coward · · Score: 0

      Although it is a true quote from Tanenbaum and true that he was the author of Minix, in context the quote was published in his book "Computer Networks" and had nothing to do with Minix.

    4. Re:Its all about Average Bandwidth by crtreece · · Score: 1

      The bandwidth might be great, but the latency is horrible.

      --
      file: .signature not found
    5. Re:Its all about Average Bandwidth by MountainLogic · · Score: 1

      Sad to say, I had a real world need to calculate the number of HDDs that will fit in a 747-400F. And yes, it does beat the a station wagon and even fiber for average bandwidth hands down (excluding reading/writing the data). And no, nobody asked how much the data weighed.

  11. Re:Only LUDDITES use tape. by Captain+Splendid · · Score: 1

    Wax cylinder or GTFO.

    --
    Linux, you magnificent bastard, I read the fucking manual!
  12. Medium longevity by DrYak · · Score: 4, Informative

    is there any reason to use tape instead of just doing a rotation of RAID systems and disconnecting the unused ones?

    The main reason IS the one you mentioned (with tape, you basically disconnect only the medium, the magnetic tape. Not the whole read/write drive or even whole RAID cabinet. So you only need to pay for magnetic media as you expand capacity, not full blown electronics. A single tape drive and robot can last you quite some time).

    But there is also some other practical consideration :

    - Tape has been around for a lot of time. It has been already quite studied regarding its longevity. Its various failure modes are all well known (ghosting).
    Manufacturer are now pretty much sure they can guarantee you that you can store a tape cartridge in fridge for Yyy years and it will still be 100% readable afterward.

    - Hardisk are a bit more recent technology. We don't have quite the same guarantee regarding mechanical failures, bitrot, etc.
    Since the whole purpose of this approach is to disconnect completely the storage, it means that the back-up disk will need to be reconnected and re-spun back to 7200RPMS at some point in the future. A small number out of all disk will fail and will not spin, due to various mechanical feature. A small number of the spinning disks will have suffered bitrot and will have corrupted.
    Companies don't have the half-century long experience to make exact guarantee for Zzz years.

    It's nothing horrible that can't be compensated with correct duplication and erasure coding. But it's still a bit less guaranteed.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Medium longevity by CaptainDork · · Score: 2

      I would add a hacker who jumps a server could easily run a backup tape and reformat.

      This could be a problem, given IT's propensity to suck.

      I've gone to sites to do a recovery to find that, while the tapes were rotated out every day and stored off site, no one there, in the IT dept. understood CaptainDork's 6th corollary: The task is not to get the data on the tape as much as it is to get the data off the tape.

      Every Wednesday, as faithfully as possible, I deleted an innocuous file on the server, pretended to have a major cow over its loss, and restored from backup (whether tape or EHD or cloud).

      For one site, the admin came in every day; saw "Backup complete," swapped tapes and moved on.

      What he didn't know was that the "complete," was the reformat command.

      When the wheels fell off, he realized that he had never proven that shit was actually working.

      Management was not amused.

      --
      It little behooves the best of us to comment on the rest of us.
    2. Re:Medium longevity by tlhIngan · · Score: 2

      I've gone to sites to do a recovery to find that, while the tapes were rotated out every day and stored off site, no one there, in the IT dept. understood CaptainDork's 6th corollary: The task is not to get the data on the tape as much as it is to get the data off the tape.

      I've said it this way. Any idiot can write a backup program. However, it takes a genius to write a restore program.

      Writing a backup program is stupidly simple. Writing a restore program is not (because now your backup program has to work).

      I've always hated demos of backup software - especially ones that require you to pay to test the restore functionality. Because of the above - demonstrating to me that you can backup is easy. What I want to know is if I can restore. So your demo needs to include restore functionality - maybe you can restore up to 1GB of data or something before requiring payment so I can see your restore program in operation.

      Sad fact is, I found many backup programs have "test versions" that only allow backup. Without showing me you can restore, I'm not going to believe your demo.

    3. Re:Medium longevity by afidel · · Score: 3, Interesting

      Yup, that's why our backup audit log had a weekly restore as one of the lines. We also checked the tick box in our backup software that read from the tape when done and compared CRC to that stored in the database, in theory this could differ from what was on disk, but at that point any modern backup program with dedupe is already hosed. We also did semi-annual DR testing which involved removing key people from the exercise to test cross training and documentation and also included deleting a whole filesystem and doing a restore from the backup system and doing spot check on files selected at random from the source filesystem.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    4. Re:Medium longevity by CaptainDork · · Score: 1

      I hear ya.

      One site had an appliance and cloud backup.

      I was consulting on an unrelated matter and laid down a text file. Two days later, I deleted the file and told management what I did and to ask IT to get the file back, stat.

      IT was totally like a fish out of water.

      They started reading the web site, making phone calls ...

      I asked management, "Is this what you want when things go sideways?"

      The IT manager was pissed and asked me what the fuck I was doing. My reply was, "Your job."

      My allegiance was to the peeps who signed my paycheck.

      --
      It little behooves the best of us to comment on the rest of us.
    5. Re:Medium longevity by CaptainDork · · Score: 1

      I admire your style.

      If we had more people like you in the field, management could sleep better at night.

      --
      It little behooves the best of us to comment on the rest of us.
    6. Re: Medium longevity by Zero__Kelvin · · Score: 0

      Yeah, OK bud. He saw "BACKUP Complete", but it was the format command, and nobody fired you for incompetence when you regulately lost "innocuous" files. I do believe you throw hissy fits; that was the one believable part of your "cool story bro!"

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    7. Re: Medium longevity by CaptainDork · · Score: 1

      First off, I apologize for your shortcomings.

      Second, you can read this very slowly (feel free to move your lips while doing so):

      I put a useless text file on the server. I deleted the useless text file. I restored the useless text file.

      Third: You suck.

      --
      It little behooves the best of us to comment on the rest of us.
    8. Re: Medium longevity by Zero__Kelvin · · Score: 1

      Capability to throw a hissy got confirmed :^)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    9. Re: Medium longevity by CaptainDork · · Score: 1

      You're petty, but happy.

      And dismissed.

      --
      It little behooves the best of us to comment on the rest of us.
    10. Re:Medium longevity by arth1 · · Score: 1

      I would add a hacker who jumps a server could easily run a backup tape and reformat.

      For some tape stations, that's just not possible. The tapes can only be appended to or swapped automatically, but a rewind requires a physical (not software) acknowledgement. So a hacker can never reformat a tape.

    11. Re:Medium longevity by CaptainDork · · Score: 1

      Not disagreeing that there are tape backups like that, but I never met one in a 30-year career.

      The tapes had a physical write-protect that I accidentally hit a couple of times ...

      --
      It little behooves the best of us to comment on the rest of us.
    12. Re:Medium longevity by arth1 · · Score: 1

      Not disagreeing that there are tape backups like that, but I never met one in a 30-year career.

      I've encountered at least two. One (a Tandberg, I believe) that had a dip switch that when flipped would treat all cartridges as WORM, and one tape changer that would only allow rewind/eject from one slot, and write operations from a different slot.

    13. Re:Medium longevity by afidel · · Score: 1

      I was fortunate to have management that took BC/DR seriously and funded it appropriately (and IT in general). The fun part was when the brought in a BC consultant and the room full of managers kept bringing up IT concerns, the consultant let it go on for about 10 minutes and then stopped the whole meeting and said basically "look, from what I've seen IT has their stuff together and is ready, it's the rest of you who have no clue what your processes and procedures are for a disaster". Amazingly our board even took the step of limiting travel to no more than 3 director level or above people on one flight, that meant our corporate jet timeshare was hard to justify and so got cancelled.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  13. Uh by Anonymous Coward · · Score: 0

    "Real" companies never stopped using tape. Using hard drives was just some hipster fad.

    1. Re:Uh by cyberchondriac · · Score: 1

      Says the guy who has never used disc and dedupe based backups and seen how much faster and efficient it is, and simpler to manage from a scsi perspective.
      For years I was a dedicated tape guy, very reluctant to move to disc. Ever since we got our datadomain though, my thoughts have changed. Of course, if you can afford both systems and the maintenance licensing they incur, use both!

      --

      Look back up at my post, now look back down, you're on the Internet. Now look back up. I'm a signature.
  14. Then there's the other half by 93+Escort+Wagon · · Score: 4, Insightful

    If you're backing up your company's data to tape... have you - even once - went through the restore process to make sure you can actually recover it?

    --
    #DeleteChrome
    1. Re:Then there's the other half by Anonymous Coward · · Score: 0

      You or your IT department might be incompetent morons, but I assure you, tapes have never gone out of use, play an important role in many backup strategies, and have in fact been validated on a regular basis.

      I worry more that there are IT departments for whom the existence of tape backups comes as a shock, because those are being ran by people who really have no clue.

      Anybody in a regulated industry is pretty much required by law to have this. And for those of us who work in those domains, tape has always been there.

    2. Re:Then there's the other half by Anonymous Coward · · Score: 0

      Disaster recovery testing no matter your type of storage medium is critical. If you don't know that you can actually restore the data and that it is intact, then how do you know that you can survive a disaster?

    3. Re:Then there's the other half by Darinbob · · Score: 1

      We were told to use a certain cloud backup service at work, to save on costs. It was a disaster, amazingly slow, and it would suck up all your bandwidth while you were at home on your own dime. Later a co-worker lost his files and needed to recover. He could only recover one file at a time, not do a full restore. I advised everyone to instead just get a hard drive at the store (4 terabytes for under $100) and encrypt it and use Time Machine. Not IT approved though. Later they went with Box instead, another disaster. This stupid obsession with the cloud is dangerous.

    4. Re:Then there's the other half by Darinbob · · Score: 1

      (oops intended as response to a different comment)

    5. Re:Then there's the other half by Anonymous Coward · · Score: 0

      Perhaps you've never actually met a user before.

      USER: "IT Guy? I need a file restored right away! It's SUPER important."
      IT GUY: "Sure. We have Shadow Copy. What's the path?"
      USER: "Great! It's from two years ago. The client wants it back to add it into a brochure. It was on that drive we said you could delete."
      IT GUY: "You mean on the server cluster we decommissioned?"
      USER: "Sure. I guess. We'll need it in 30 minutes."

      Printing company. This happens every freaking week.

    6. Re:Then there's the other half by mrun4982 · · Score: 1

      Of course. Are you telling me you don't try to restore your backups regardless of the medium they're on?

    7. Re:Then there's the other half by dddux · · Score: 1

      Entirely agreed. Cloud backup is absolutely ridiculous. People's minds are too much in the clouds.

      --
      "It is no measure of health to be well adjusted to a profoundly sick society." - Jiddu Krishnamurti
    8. Re:Then there's the other half by talis9 · · Score: 1

      If you're not doing this as part of your testing, you don't really have backups

    9. Re:Then there's the other half by jabuzz · · Score: 1

      Yes, several times now. The trick is to invest in enterprise level tape library and enterprise level backup software.

      In fact you need a whole backup system not just a tape library. I would expect replicated tape libraries at physically separate locations, replicated backup servers with appropriate dedicated storage arrays and then an install of TSM nee Spectrum Protect. Personally I would put TSM on some pSeries running AIX to get a little extra security through obscurity.

  15. Paper chemistry by DrYak · · Score: 3, Interesting

    - books

    Although that varies a bit depending on the chemistry of the paper (e.g.: acid-free vs. acidic)

    On the other hand, the *toner* used to laser-print on them (basically, fused plastic) will surely outlive the acidic paper.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Paper chemistry by thegarbz · · Score: 1

      On the other hand, the *toner* used to laser-print on them (basically, fused plastic) will surely outlive the acidic paper.

      Indeed. But long before the paper has disolved your toner will stick the pages together in ways that you'll never be able to read what was on them without applying a liberal dose of science.

  16. I reassign null to be the tape device by cerberusss · · Score: 1

    "It's backup day today so I'm pissed off. Being the BOFH, however, does have it's advantages. I reassign null to be the tape device - it's so much more economical on my time as I don't have to keep getting up to change tapes every 5 minutes. And it speeds up backups too, so it can't be all bad can it? Of course not."

    Simon Travaglia

    --
    8 of 13 people found this answer helpful. Did you?
  17. Ummmm ... yeah by Anonymous Coward · · Score: 0

    Do you people think tape ever went away?

    Tape is still a cheap bulk storage option for retention and archival.

    Why the surprise that companies still use them? They never went away, and if you don't know that, then get the hell of my lawn you stupid kids.

  18. backups by Anonymous Coward · · Score: 0

    so... what happens when you get crypto lockered and the tape gets overwritten?

    1. Re:backups by tomhath · · Score: 1

      You don't reuse the same tape everyday. Might lose some data if you need to restore an older tape, but that can happen no matter what the media.

  19. ECC by DrYak · · Score: 5, Informative

    At thousands times more data the density would need to be high enough that cosmic radiation should start affecting tape also?

    Nearly every modern serious data storage (even some high-range SD flash cards: see Transcend) uses some form of error correction.
    Neither tape nor harddisks (nor SD cards with ECC) are that much affected by single bit flips induced by cosmic radiation.

    But HDD can still be affected by mechanical failures.
    While on the other hand, "mechanical failure" is hardly a risk for a medium that is just basically just a long band of magnetic tape.

    Also, the bitrot of tape is better known because it has been studied for a longer time.

    Not to mention that modern tapes still has a lower density than modern harddisks (with all their "super-paramagnetic" and "shingled" tricks).
    An LTO-7 tape is shy of 1km of lenght for 12mm width (they have exactly 11 square meters to store their native uncompressed raw 6.0 TB)
    A Seagate drive of similar capacity crams its data on 6 platters (of 9cm diameter each - that's 0.076 square meters)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:ECC by Anne+Thwacks · · Score: 1
      Nearly every modern serious data storage (even some high-range SD flash cards: see Transcend) uses some form of error correction.

      You say it like its a good thing!

      Error correction works fine for one, or possibly a small number of errors, such as you might get in DRAM, but if you get a lot of errors like on a bad disk or tape, it is capable of munging the data and declaring it fixed. And there is no way to know how many errors you have got. If you have errors, you get another tape out of the cupboard. (You do have more than one backup, don't you?) SD cards? how would you know what's going on inside?

      You do not get an algorithm to "fix" the data if its your life on the line (or your $$$). Of course, if its only prÃn, then maybe the fixing might even improve it.

      --
      Sent from my ASR33 using ASCII
    2. Re:ECC by DontBeAMoran · · Score: 1

      "mechanical failure" is hardly a risk for a medium that is just basically just a long band of magnetic tape.

      You've never seen a kid handle a tape, have you?

      --
      #DeleteFacebook
    3. Re:ECC by thegarbz · · Score: 1

      If you have lots of errors you're not in the realm of cosmic rays or random bit flips, you're suffering from actual hardware failure.

      If you have errors, you get another tape out of the cupboard.

      Funny I did that with my last memory card and my last HDD when they started throwing errors, and at $20 for an 800GB tape the replacement HDD was about the same price.

      You do not get an algorithm to "fix" the data if its your life on the line (or your $$$).

      Defence in depth. Of course you do. Best still you get an algorithm that warns you of impending failures when they start logging at an unacceptable rate. Kind of like ECC and SMART data.
       

    4. Re:ECC by jabuzz · · Score: 1

      Error correction will work for any number of flipped bits depending on how many bits you dedicate to the error correction code. Expect more errors dedicate more bits. Expect less errors dedicate few bits. Of course the more bits you dedicate to the ECC code the less you can store. Error rates in tapes are well known.

  20. 3-2-1 by perotbot · · Score: 1

    3 copies of the data 2 on different media 1 not at the same place as the other 2. Current corporate entity backs up to a Separate SAN and then the SAN to tape, tapes go away and rotated on a yearly basis.

    --
    ~corporate tool, but employed~
  21. Re:Only LUDDITES use tape. by fibonacci8 · · Score: 1

    Wax? Luxury! Cuneiform on clay tablet is all you need.

    --
    Inheritance is the sincerest form of nepotism.
  22. "Once again"? by Anonymous Coward · · Score: 0

    "Once again"? The smart ones never stopped.

    Big, fat hard drives and "the cloud" just enables people to be less selective about what it is they think needs backing up.

  23. Lots of companies never stopped by JohnFen · · Score: 1

    It's pretty hard to beat tape for longer-term backups.

  24. Re:Only LUDDITES use tape. by JohnFen · · Score: 1

    Cuneiform on clay? You youngsters with your hipster ways. I'll stick with notched sticks, thank you very much.

  25. Restore tests as part of the backup cycle by DrYak · · Score: 2

    on the tape as much as it is to get the data off the tape.

    Of course, the fact that your tape is guaranteed to hold data for 50 years, isn't an excuse to actually wait 50 years before checking if you can actually read the data on it, or even find it.

    Checking that you can restore the data should actually be part of the normal backup cycle.

    (A very simple personal example :
    - A test server that we use to develop and test new code, uses a local copy of the same data as the database used by the production server.
    - We've implemented it, by having the test server rebuild its local database using the yesterday evening backup of the production server.
    - If the backup couldn't be read back, the "restore" process will fail on the test server and will be immediately visible.)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  26. In photo and video, tape never left by sandbagger · · Score: 1

    Once footage and images are done with as a project closes, tape was and is the perfect place for them. There is flat out no need to have archival storage on spinning platters that gather dust on sleds.

    --
    ---- The above post was generated by the Turing Institute. Maybe.
  27. tertiary storage by sdinfoserv · · Score: 1

    I setup tape in my organization as well. 100% virtual infrastructure with primary backups/snapshots on site SAN storage. Replicated backups/snapshots at a 2nd physical DR site connected via owned / leased fiber. Tertiary backups to tape and shipped off to a nation storage repository.

    1. Re:tertiary storage by Anonymous Coward · · Score: 0

      100% virtual? I'd like to see that... Somewhere there has to be real hardware doing the work.

  28. "Back" to tape? by MadMonk67 · · Score: 0

    HA! I never stopped using tape. Shows you how forward-thinking I am. Everything old is new again.

  29. The best backups are offline and offsite by Solandri · · Score: 1

    That's what I tell my friends and customers. I have a 12 TB NAS for daily backups (among other things), but I also back that up monthly to a RAID enclosure which gets stored elsewhere.

    You want at least one backup offline so it doesn't get screwed up by malware. And you want it off-site so you'll still have it in case your house burns down. Tape or WORM (write once, read many) optical media is better than HDDs because you can't modify the data after it's written (at least on tape drives with a read-only switch - something I've long complained that HDDs should have). I've accidentally copied a bad file over its backup, instead of vice versa while trying to restore a non-corrupt version.

    1. Re:The best backups are offline and offsite by SuricouRaven · · Score: 1

      You can get read-only devices for HDDs - they sit in between the drive and SATA controller. It blocks all ATA commands that would alter the contents of the drive.

      Called a write-blocker, and mostly used in digital forensics so that an investigator can safely hook up a suspect's drive and take an image without any risk of accidentally writing to it and so possibly compromising the evidence.

    2. Re:The best backups are offline and offsite by JohnFen · · Score: 1

      Yeah, the read/write nature of hard drives isn't really the problem with using them for long-term storage. The real problem is that they're relatively fragile.

    3. Re:The best backups are offline and offsite by SuricouRaven · · Score: 1

      That is a problem.

      I'd like to use tape backups myself. The problem is drive cost - when you're backing up hundreds of terabytes, the drive cost is negligible on a per-terabyte basis. But when you're backing up something personal, like my own 20-odd terabytes,then an LTO5 drive will set you back at least a thousand pounds. A lot more than the cost of the media.

  30. Re:One good EMP from DPRK... by aaarrrgggh · · Score: 3, Insightful

    It is pretty easy to protect cold tape from an EMP, even if it is at a close range.

    The problem is that Tape really isn't any more secure than anything else-- just modifying the tape drive firmware could easily corrupt data. With a little extra work it could encrypt the data and allow DR simulations to run as long as the event horizon hasn't been reached.

  31. Re:One good EMP from DPRK... by Anonymous Coward · · Score: 0

    Nothing is impossible, but using a tape backup, sending it to a secure offsite location sure sets the bar higher than most l337 h4x0rz are willing to jump over unless you rolling it Mr Robot stylz.

  32. Uh ... That's an Audio Tape, Not a Data Tape by WeBMartians · · Score: 1

    Could the editors just not find a picture of an IBM 2400 series drive? Have we actually forgotten what 9-track tapes look like (and 7-track)?

  33. "ONCE again"? by jf_moreira · · Score: 1

    What planet is Slashdot on? Silicon Valley's hipster fashion planet? "Once again" seems like everybody went to the cloud with everything and now it's coming back. That's silly. Every ducking company I worked for in the last 25 years always stored data on tapes up to today. Nobody ever left anything important in the cloud. To name a few: HSBC, Siemens, Electrolux, Volvo. Right in this moment I am requesting commercial proposals for renewing our library hardware support for the upcoming years.

  34. Re:Only LUDDITES use tape. by DirtyFly · · Score: 1

    I wish I had an app to mod you up !

  35. Re:One good EMP from DPRK... by lgw · · Score: 3, Insightful

    Tape lets your transform the problem from digital security to physical security, and that's something a lot of companies are pretty good at. Further, very few attackers are good at both (you're pretty much down to governments at that point).

    You really can't beat tape for archiving. The cost per TB is small (and there's no ongoing cost beyond physical storage), and it's basically immune to stuff like EMP. There's actually is a chip in some tape cartridges to burn out, but losing that won't matter much.

    As far as hacking the firmware - IIRC, modern tape drives still requires that you use a firmware tape during the process, so stand-alone tape drives at least would be immune to a purely online attack. Worst case, though, you just buy new tape drives (or use the new ones you have in a box at Iron Mountain next to all your boxes of tapes) to recover.

    With a little extra work it could encrypt the data and allow DR simulations to run as long as the event horizon hasn't been reached.

    Tape drive firmware is like coding for the Atari 2600. Lots of things are theoretically possible, but very few people could actually pull it off. For this example, only in recent years has encryption hardware been added to drives - without that, there just aren't enough resources in a tape drive to encrypt on the fly (most tape drives can't do asymmetric crypo at all as they don't have the accessible memory to even hold a cert - tape buffer memory is sort of walled off and not general purpose).

    --
    Socialism: a lie told by totalitarians and believed by fools.
  36. Yes, millennials by Anonymous Coward · · Score: 0

    The cloud is not a reliable place to store critical data. Also, yes, you need a file system, and yes you need more than a mobile device if you are anything more than a consumer. The price of the stupid trends that came along with the 'messiah generation' (aka millennials) are incalculable on pretty much every front. Your parents failed you utterly and completely, and now you fail everyone else utterly and completely. Thank goodness you are easy to ignore.

  37. The technology we really need and don't have by shoor · · Score: 1

    I've been in shops with tape backup back in the days when it was the cheapest, densest form of storage. Like everything else it has it's pros and cons. One big con that I remember is that it is not random access. You want a file at the end of the tape you have to spool all the way to the end of the tape to get to it. Another thing I remember is that they kept coming out with new technology tape drives and sometimes the new drives weren't compatible with the formats of the old tapes. (And tape drives were expensive).

    Another thing about tape is that it is erasable. When CDs came out I though a ha, here is the ideal medium. You burn a CD, it's random access, and you can't record over it. (Depends on the kind of CD you have of course.) However, I guess the recordable CDs aren't considred long lasting enough to be good archive material. And maybe people feel the density of CDs and their successors the DVDs isn't all that good either.

    I still think the ideal technology would be something like a CD/DVD that could last a long time even in relatively harsh conditions (stored in an attic that isn't air-conditioned all summer long), or a place with high humidity, or whatever, it would be random access and once written to, never erased. One problem also is, will there be equipment to read the damn thing 20 or 30 or 40 years down the line.

    --
    In theory, theory and practice are the same; in practice they're different. (Yogi Berra & A. Einstein)
  38. Re:One good EMP from DPRK... by Anonymous Coward · · Score: 1

    Modern write-once tapes cannot be altered once written. You might be able to modify the firmware in a way that could destroy the tape, but that's the limit.

  39. Re:One good EMP from DPRK... by fisted · · Score: 1

    This isn't a tech news site, it's an ad provider.

  40. Re:One good EMP from DPRK... by bev_tech_rob · · Score: 3, Interesting

    IIRC, modern tape drives still requires that you use a firmware tape during the process, so stand-alone tape drives at least would be immune to a purely online attack. .

    Nope. HP Tape Tools https://www.hpe.com/us/en/prod... allow you to update firmware, perform maintenance, etc on most modern HP tape drives that are attached to your server. So conceivably, a hacker could access the backup server (assuming it has HP tape drives attached physically to it), and inject their own firmware (unless there is safeguards in the software to not allow random firmware packages to be uploaded).

    --
    You're messin' with my Zen Thing, man.....
  41. Yes, I have run restoration drills, regularly. by PeterM+from+Berkeley · · Score: 1

    And your point is quite correct. 50% of the time I have run restore drills, I have turned up a failure in the restore process which got fixed.

    What I do is "delete" something on a random basis, wait for the easy recovery options to time out, then ask for a restoration of something that has definitely had to go to tape.

    --PeterM

  42. Maybe they've been watching MR ROBOT by slew · · Score: 1

    They just have to get it done quickly before the dark army gets wind of their plans...

  43. be sure the tapes are removed from drive/jukebox by daniel.daugherty · · Score: 1

    Just be sure to take the completely offline. Not still in a jukebox. Back in 90s the ISP I was using got hacked and all data wiped to include the backups. Why because the tapes were still in the drive and they mounted them and deleted the data. Same issue with offsite replication of hard disks if those also get hit same problem. So move the tapes to that shoe box under the bed. ;-)

  44. Re:Only LUDDITES use tape. by DontBeAMoran · · Score: 1

    I'll stick with notched sticks, thank you very much.

    Oh, I see what you did th - OWW! Careful with those sticks! They're sharp!

    --
    #DeleteFacebook
  45. Like in 8-bit days! by Anonymous Coward · · Score: 0

    ready.
    load "backup"
    press play on tape
    ?load error
    ready.
    []

  46. Depends on how sneaky you are. by Mike+Van+Pelt · · Score: 1

    (Hmmm.. A nony mouse? Eh, it's been over 40 years, I guess the statute of limitations has run out.)

    Back in the days of Univac mainframes, I wanted a file that was not accessible to me. It was backed up on tape, but accessing the manually mounted by the uncooperative operator backup tape?

    However, this was also the days of disk being expensive per kilobyte. Univac's solution was "Rollout/rollback"; under certain criteria, the Univac would release all the files's storage back to the free disk pool, and mark it "Rolled Out". Any attempt to access the file would create an automatic "Rollback" job, which would ask the operator to mount the specific backup tape to reload that file.

    So, I started a batch job, called it "Rollback", that copied the file I wanted from the backup tape.

    There were ways the operator could have told that this was not a legitimate rollback run, but fortunately, this operator was not that observant.

    Anyway, "safe from hackers because tape" isn't necessarily so. What process accesses the tapes? How secure is it? How secure is the whole system against spoofing of one kind or another? What's the weakest link?

  47. stone tablets and cave drawings by k6mfw · · Score: 1

    These are proven long term storage methods.

    --
    mfwright@batnet.com
  48. An option, I guess .. but .... by King_TJ · · Score: 1

    I was really pleased with the improvements we saw at 2 different companies when we finally let go of outdated LTO or DLT backup tape solutions.

    It may be true that tape has a better chance of being readable after sitting in storage for a long enough period of time. But my experience was, the tape drives themselves would suffer from breakdowns causing them to unspool or "eat" tapes, too. The older DLT drives I used to work with were especially prone to failure modes causing them not to sense the "leader" at the start or end of a tape properly, causing it to unspool.

    Tapes would physically wear out too, after so many read and write cycles. The friction of the tape dragging past the heads on the drive was the reason you had to regularly run cleaning tapes to keep the drives happy and working well. They physically stripped some of the magnetic material off the tapes as they were used.

    "Best practices" for backups involved regularly buying new sets of cartridges and taking older ones out of service in backup rotations by some date you wrote on their labels. But that used to get costly and was kind of wasteful.

    I guess every technology has its place - so if going back to tape improves security and solves problems for some businesses, great! But I'd rather try my best to secure the environment without resorting to that, wherever I could. The modern backup systems that do real-time backups to hard drives are so much more flexible and make restores so much quicker and less painful.

  49. Surprise? by rnturn · · Score: 1

    Not really. Once all your company data is stashed on someone else's computers what's your DR plan if those computers go down? Having a local copy might be handy, eh? It doesn't matter if the company's got the sharpest lawyers on the planet, they aren't going to be able to perform a bare-metal restore and get the business back online---despite what it says in that iron-clad language they insisted had to be in the contract.

    --
    CUR ALLOC 20195.....5804M
  50. tapes never died by Anonymous Coward · · Score: 0

    for sure we're running tapes , just look at MTBF of either spin drives or ssd drives , none come close to the survivability of an LTO tape , not to mention the ease to take it offsite , but yeah we're not talking of manually loading and removing tapes here , most companies will do that with a robotic library with tens of tapes in it

  51. Re:One good EMP from DPRK... by gweihir · · Score: 2

    If that is enough. As the Tape is basically inside the write coil core when data is written, magnetic field strengths used on tape are extreme. The other problem is that tapes are non-conductive. An EMP is going to do nothing at all.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  52. Re:One good EMP from DPRK... by lgw · · Score: 1

    Have you done it? The last time I messed with LTO tape tools (which everyone builds on) they let you download new FW and start the upgrade process, but the actual process required sticking a tape in the drive to use as a FUP tape. The tool would manage it all for you, but there was that step. Wouldn't be shocking if they changed that though, I think it was a crutch to avoid having double the flash memory on the drive.

    Still, sounds like a stuxnet-style attack that would need government-level resources behind it to actually become real. At that point very little is safe. (There was some place - Argentina maybe? - where a bunch of government records were conveniently destroyed in a fire in an Iron Mountain facility during a scandal, which pretty much requires military incendiaries. No backup is safe from that sort of threat.)

    --
    Socialism: a lie told by totalitarians and believed by fools.
  53. It's my backup. by Anonymous Coward · · Score: 0

    I've some advices for smaller compressed backup (as .7z, .xz, ...). And stored to redundant DVDs or BDs (minimum 3 to be duplicated).

    Do backup sources as plain texts, don't backup binaries as the porn movies or bloated giant photos (remove them!).
    Some binary programs maybe backuped except that are easily built from sources.

    The HDDs as backup's storage are not very reliable due shorter MTBF or unreliable electronic or found failures in the disc plates.

  54. Re:One good EMP from DPRK... by tattood · · Score: 1

    You'd need a magnetar in orbit to erase tapes.

    It's the only way to be sure.

    --
    WTB [sig], PST!!!
  55. Who let the dog out by DrYak · · Score: 1

    You've never seen a kid handle a tape, have you?

    If your kid is roaming free in the middle of your company's big data center, you have an entirely different level of problems...

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Who let the dog out by operagost · · Score: 1

      Indeed. Don't you think requiring that we get our tape storage systems from Fisher-Price is moving the goalposts a bit?

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    2. Re:Who let the dog out by houstonbofh · · Score: 1

      You've never seen a kid handle a tape, have you?

      If your kid is roaming free in the middle of your company's big data center, you have an entirely different level of problems...

      Tape monkey is their night job after making shoes and iPhones all day. ;)

  56. Cosmic radiation level by DrYak · · Score: 1

    Error correction works fine for one, or possibly a small number of errors,

    If the level of cosmic radiation that is bathing your workplace causes more than the occasional bit flip that the above poster has suggested, I think you might be having more serious problems to consider.

    Like needing to find shelter asap.

    Or enjoy your new "fantastic 4" super-powers.

    sd cards? how would you know what's going on inside?

    Now for the more serious answers :
    again ecc is used against the occasional random bitflip, as in the concerns about cosmic radiation by the above posters.

    For the rest of your concern (i.e.: the media turning bad), the micro-controller inside the sd card handle the flash management.
    At least, on high range models, they can move the data from "about to fail" block to fresh blocks, and mark "failed to unreusable state" blocks and retire them.
    (Works both during read-modify-write cycles "dynamic wear levelling", and also with old data currently sitting on the disk "static wear levelling").

    Some card even have status reporting (but its not as standardized as "smart" on ata/sata/scsi/usb).
    - so on these, with the proper tooling, you can actually get some prediction and indication of general health.

    All the high-end sd card that I have seen go bad due to eventually accumulating too much corruption (the inevitable death of any flash media) have locked themselves in read-only mode.
    - so on these, you notice that they'll go bad really soon when they stop to write, and you still have a little bit of time to copy data of them.

    Of course, this requires the microcontroller to be powered.
    But given that flash media mostly decays by erasing, the microcontroller would be working at the most crucial time.

    Still, the sd card could be victim to cell-voltage decay while staying in cold storage.
    (But then, error correction *can* detect it, and the controller of flashmedia *can* attempt to re-read the block with decayed voltage. So this type of decay on flash media usually results in awefully slow read rates, rather than data corruption and static wear-leveling can eventually recover it)

    Basically, keep in mind that high range sd cards behave like some kind of ssd.
    Except one with a lot less ram in the microcontroler (do not expect to have as many working chunks kept in memory).
    And with much slower data rates (the controler is usually talking to one single nand flash chip).
    And not a very standardized monitoring protocol.
    And of course speaking a different protocol (mmc instead of sata).

    Compact flash card are even closer : they are basically pata ssds, but with a smaller connector. some of the high range even support straight smart protocol like any other pata/sata device.

    That's unlike xd cards or the older smartmedia which are basically direct access to the nand chip.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  57. Cloud and online services have their place. by StormReaver · · Score: 2

    If you're not a raving moron, that place is in the trashcan of history (assuming it's not your own cloud or service).

  58. Limiting costs by DrYak · · Score: 1

    Indeed. Don't you think requiring that we get our tape storage systems from Fisher-Price is moving the goalposts a bit?

    Yup, toddler proofing the tape storage system is going to be way too much costly.

    I would suggest dialing back to something a little bit less rugged.

    Better stick to a tape system that can only survive a mere orbital re-entry. That's going to be a lot more cheaper and simpler than toddler-proofing.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  59. re: any reason to use tape? by Anonymous Coward · · Score: 0

    she said it was awkward to make pasties out of hard drives.
    true story.

  60. Re:Only LUDDITES use tape. by Anonymous Coward · · Score: 0

    I'll stick with notched sticks, thank you very much.

    Oh, I see what you did th - OWW! Careful with those sticks! They're sharp!

    I once stored data on individual strings of deoxyribonucleic acid. I created from the data thus encoded upon these things a host of plants, animals, and ultimately a special animal whose original purpose was to come up with names for all the others--a perfect and flawless backup image of myself, in hard-copy form. I then placed him upon the face of the Earth, and saw that it was good. But the backup copy was lonely and bored once it had executed the program name.animals(all); and so I removed a section of his code and used the self-replication feature to create a modified version of HIM, which I called HER. But the replica was flawed, and had all these round, sticky-outty bits on the front, and lacking them himself, the first copy (HE) became obsessed with these. Soon I realized that somehow the data in both sets had gotten corrupted, so I tossed both out. (Interestingly, nearly all the later copies of THEIR code either HAD these lumps, or was inexplicably obsessed with them as HE was. I never quite understood why, but I don't have physical form so... I guess you have to have one to understand.)

    You are their descendants.

    I mention this to illustrate the hubris of thinking you can make a safe, reliable backup copy of ANYTHING. For if I can't do it, (and let's not forget I created the entire universe you see around you out of sheer will in a matter of a single day, then spent a week customizing things and fiddling with settings,) then you sure as fuck can't either.

    ~ God.

  61. it's not the tape that makes it secure... by roc97007 · · Score: 1

    ...it's the air gap. It's the fact that there's no electronic connection between your backup tapes in storage and anything on the internet. Using hard drives in hot swapable carriers works as well, the data rate is faster, and the storage density is higher. But as soon as you start using disks, someone starts thinking it'd be way convenient to have the backup data online all the time, and you lose the security advantage. At least with tape, there's a managerial expectation that the tape would be put away somewhere.

    But I wonder if offline storage is really that secure in actual implementation. The last lessee... one, three, six... six or seven companies I worked for all use the same one (1) company for their offsite tape storage. (You know who I mean.) This creates a single point of failure, kind of analogous to a mechanical cloud -- lifeblood data from several companies all in one place. It's just a little harder to access. Maybe it's really secure -- I've never been there -- but maybe getting physical access to the tapes is as simple as getting a job there as a janitor. Or doing some social engineering to appear to be a customer needing to do a restore.

    Maintaining your own airgapped tape archive on-site might be practical, as long as you have a process for vetting employees with physical access that actually works. I've seen too many companies "really serious about security" who nevertheless hand the keys to every door in the place to a $15/hour janitor with minimal vetting. At my first job as a sysadmin, the site manager gave the keypad combination for our machine room to the non-english-speaking janitors so they could come in and buff the raised machine room floor. Besides the security concern, we couldn't figure out for the longest time why the disk error rate always increased on Wednesday nights.

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  62. Hackers can't get at tape eh? by nctritech · · Score: 1

    I guess this isn't a very good time to bring up Blu-ray, the backup that is resistant to magnets and hackers at the same time.

  63. Re:Still too expensive... by Anonymous Coward · · Score: 0

    What's the fuck is wrong with you?!

    Creimer grammar detected. What's the fuck is the problem, Creimer? Jealous that my problems look easier to deal with than yours?

  64. Re: One good EMP from DPRK... by orlanz · · Score: 1

    This isn't really a story about companies going back to tape as much one of companies going back to an actual sane backup solution.

    Tape just happens to be the tried, tested, and true system with plenty of support infrastructure still around. All the other solutions aren't really direct archive replacements... process wise.

  65. Re:Still too expensive... by Anonymous Coward · · Score: 0

    Don't like it? Complain to management. Bitching about it here in the comments does nothing.

  66. Rouge admin? by Anonymous Coward · · Score: 0

    Oh, the curse of admins going berserk because of red powder or cream coloring their cheeks or lips!

  67. Who doesn't use tape? by Anonymous Coward · · Score: 0

    Ever intelligent IT department large or small uses tape for off-site and on-site secure backup. It has been this way for decades. This summary sounds like some Millennial just got a job in IT and was shocked to see that tape is used for backups instead of an SSD RAID or some bullshit that would only be good for on-line data storage that requires rapid access. Can't wait until they learn about Iron Mountain.

  68. Re:One good EMP from DPRK... by ebvwfbw · · Score: 1

    If a manetar were in orbit, we wouldn't have to worry about anything.

  69. Oracle just screwed up again. by ebvwfbw · · Score: 1

    Oracle bought Storagetek. Lots of Govt agencies use big frickin' tape units from them. By big, I mean the size you could live in. They're like 15' X 30'. I think each tape holds something incredible, like 70 TB. Trouble is, Oracle just fired a whole bunch of Solaris, and tape backup people. Maybe they can hire them again.

  70. Eh? Again? by Anonymous Coward · · Score: 0

    We never stopped.