How to store small amounts of data in the most durable way

storage

I would like to store a small amount of data (< 50 MB), in a durable way. Besides printing out on paper or engraving it, what is the most durable way?

The scenario I am thinking of is storing it for 10 years in a bank safe deposit box. Should I burn a cd or put it on a usb drive, or are there other (specialized) options? Also important is that my computer in 10-15 years must be able to use the device.

Best Answer

Burned CDs

They are out of the question in my opinion. They start to dissolve after a while (I have 10 year old burned CDs here... Unreadable. You can see through through some of them!)

ROM

What would work is using a ROM and flashing it with 50 MB. You could have a USB ROM flasher which you could just replace if it doesn't work anymore. ROMs are pretty sturdy. Nintendo games from 1985 still work perfectly. Even Atari 2600 games which are even older still work perfect. I suppose current ROMs yield the same stability.

Third thing is using a streamer to write the data on magnetic band. They seem to be pretty sturdy, at least as long as no magnetic discharge rips the data. But they have way too much space. Like tens of Gigabytes or even a Terabyte.

But one last tip: If you're going to keep it that long, you might as well put two or three copies there, just if, by chance, one dies.

USB Flash

I don't know how well it keeps up. Might be comparable to a ROM?

My opinion

The one I know that will keep up long is a ROM. If possible, I would use this. But magnetic band is very reliable and used everywhere.

Related Question