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."
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
It never went away at smart companies and those in regulated industries.
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.
Comment removed based on user account deletion
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway. Andrew Tanenbaum - the author of Minix
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 ]
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
- 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 ]
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 ]
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 ]
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.
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.
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.
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.
CLI paste? paste.pr0.tips!
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.....
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
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.
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.
If you're not a raving moron, that place is in the trashcan of history (assuming it's not your own cloud or service).