3

While doing some photography reading, i came across some support for archiving photos, videos on SD Cards. The process looked like:

  1. Fill up SD Card with DSLR
  2. Share/publish any choice items via the PC
  3. Physically archive the SD Card

I would contrast this with my own method:

  1. Fill up SD Card with DSLR
  2. Move contents to PC's HDD to free up SD Card
  3. Archive data via traditional PC backup/archive mechanisms

While this makes good sense from a digital photography point of view, I wasn't sure how well it fit for standard PC archival. (This is why i post here instead of the photography stackexchange) Can anyone speak to the negatives of generic PC-based backup/archival via SD card?

  • Is there anything that would limit my ability to retrieve data later?
  • Are there any environmental concerns (moisture, heat, sunlight, etc.) that could cause things to break down?

Edit 1 - in doing some more research, i see that SanDisk has a SD-WORM product that is 100 year archival with (W)rite (O)nce (R)ead (M)any funtionality. What I didn't get was if that was available for purchase or the cost per GB.

Edit 2 - SD-WORM requires special readers/writers, and wouldn't be suitable.

el2iot2
  • 141

3 Answers3

8

NAND flash doesn't hold its charge forever. The electrons trapped in the floating gate slowly leak out. How long it remain readable depends on the density of the flash. The 3xnm flash found in most SD cards today has a retention time of around 5 years. The 2xnm flash that is starting to show up now has a retention time a bit lower than that. How much lower I don't not know exactly. 4 years or something like that I supect.

Mr Alpha
  • 6,837
5

I'd say that there are two drawbacks: First, you have no way of knowing what file is archived on which card, so search/retrieval becomes an issue. But the main drawback would be the cost: an external HDD is going to be orders of magnitude cheaper than SD cards.

chris
  • 9,595
3

Not to beat a dead horse, but two other downsides that jump to mind:

-not being able to easily determine if the data was "changing" on the cards (e.g. if you've got things relatively centralized on a hard drive, you could easily do something like occasional MD5 checksum checks)

-much more difficult to do regular offsite backups (a fire or theft could easily cause a problem long before bit rot)

Craig H
  • 1,252
  • 12
  • 13