Home Movie Legacy

Background

The digital dilemma

In 2007 the film industry's own academy asked what it would cost to keep a movie forever if the movie was a pile of data instead of a reel. The answer was uncomfortable, and it applies without change to the drive of camcorder files you have not opened since the laptop died.

01What the Academy found

In 2006 the Academy of Motion Picture Arts and Sciences asked its Science and Technology Council to study the state of digital preservation across the industry. Milt Shefter, a preservation specialist, led the resulting Digital Motion Picture Archival Project and wrote and edited the report with Andy Maltz, the Council's director. The Digital Dilemma came out in November 2007 as the Academy's first white paper. It won the Society of American Archivists' Preservation Publication Award the following year, went out in more than six thousand copies, and was translated into Japanese, Brazilian Portuguese and Korean. The number people remember is the cost comparison. Keeping a film archival master, the report found, ran to about 1,059 dollars a year per title. Keeping a 4K digital master of the same title ran to about 12,514 dollars a year, roughly eleven times as much, and that figure assumed fully managed storage of three copies, not a drive on a shelf. The reason for the gap is not that hard drives are expensive. It is that film sits in a cold room and asks nothing of anyone for decades, while data has to be copied onto new hardware every few years, checked for errors, and moved to new formats before the old ones stop being readable. The report's phrase for it was that digital data, unlike film, cannot survive long periods of benign neglect. Its authors wrote that the issues of storage reliability and compatibility go far beyond lost snapshots and spreadsheets, which was a polite way of saying that the industry had no plan. The Council followed up in 2012 with The Digital Dilemma 2, produced with the Library of Congress's digital preservation program and aimed at the people the first report had not reached: independent filmmakers, documentarians and nonprofit archives. It found that they lacked the resources, personnel and funding to keep their own work, at a time when three quarters of theatrically released films were independently produced.

Film survives neglect. Digital survives only attention.

02Why this is your problem

A household with a box of tapes and a folder called CAMCORDER is a very small independent archive, and it has exactly the problem the second report describes. Nobody is paid to look after it. The files exist on one drive, the drive is in a drawer, and the cable that connected the old camera to a computer fits nothing anyone owns now. This is worth being blunt about. A digital copy is not an archive. It is a copy, and it lasts precisely as long as someone keeps copying it forward. The scan you paid for is the beginning of the work, not the end.

Where a copy lives and what ends it
Where the copy livesWhat kills itRealistic habit
External hard driveMechanical failure. The magnetic record itself is stable for decades, but the motor and bearings are not, and a drive that sits unpowered for years may not spin upPlug it in twice a year and open files at random. Plan to replace it, never to trust it
USB stick or SD cardCharge leaking out of the cells. Guidance on flash puts refresh cycles at no more than six months if the contents are to stay legibleA courier, not a shelf. Copy off the card and reuse it
Recordable CD or DVDBreakdown of the dye layer. A French study put the working life of typical CD-Rs at two to ten yearsIf your transfers came back on discs, copy them to a drive this month
Cloud storageLapsed payment, a forgotten password, a company changing its terms or closingA good offsite copy, provided one other person in the family has the login
The family computerAll of the above, plus everyone in the house using itThe working copy. Never the only copy

03The 3-2-1 rule, stated accurately

The rule is short and people misquote it. It says: keep at least three copies of the data, on two different types of storage media, with one copy kept somewhere else. Three copies on three drives from the same shop in the same drawer is one copy with extra steps, because they fail the same way and burn in the same fire. A household version that meets the rule looks like this. Copy one is the working folder on the computer. Copy two is an external drive, a different medium, kept in the closet with the reels. Copy three is either a cloud account or a second drive at a sibling's house, which is the offsite part. That is the whole structure. The routine that keeps it alive is small. Twice a year, plug in the drive and open a handful of files from different years. Every few years, buy a new drive and copy everything across, then keep the old one until the new one has been checked. When your current computer starts to struggle with the files, or the format needs a special program to open, convert them then and keep the originals beside the conversions. Write the date of each check on a card in the box. The card matters more than it sounds, because the person who eventually inherits the drive will otherwise have no idea whether anyone ever looked.

04Checksums in plain words

A checksum is a fingerprint for a file. A program reads every byte and boils them down to a short string of letters and numbers. Run it again on the same file and you get the same string. Change a single bit anywhere in the file and the string comes out different. Archivists call the practice fixity checking, and it is the only way to know that a copy is still the file you made rather than one that looks the same and plays with a glitch at minute nine. Free tools do it, on every operating system. You make the list of fingerprints once, keep the list next to the files, and compare when you do the twice-yearly check.

Bit rot is the reason to bother. Data degradation, to give it the technical name, is the gradual corruption of stored data through an accumulation of small failures that are not individually fatal. On a hard drive, bits slowly lose their magnetic orientation and heat speeds the loss. In flash memory the stored charge leaks away through insulation that is never perfect. On optical discs the medium itself breaks down. It is real, and it is slow: current drives are rated with magnetic lifespans measured in decades, so a file is far more likely to be lost to a dead drive or a lost login than to rot in place. The catch is that rot is silent. A drive does not tell you that one frame in a file it has held for eight years now has a wrong value. The published position is that no method eliminates the risk, and that the working defense is checksums to detect it plus multiple copies in more than one place to repair it. That is what the rule above gives you. Three copies, checked on a schedule, with fingerprints to compare, is a plan an archive would recognize. It costs a couple of drives and an hour twice a year.

A digital copy lasts exactly as long as someone keeps copying it forward.

Questions people ask

01
what is the digital dilemma
The Digital Dilemma is a report published in November 2007 by the Science and Technology Council of the Academy of Motion Picture Arts and Sciences, led by Milt Shefter and written with Andy Maltz. It found that keeping a 4K digital master cost about 12,514 dollars a year against about 1,059 for a film master, because data must be continually copied, checked and migrated. A 2012 sequel addressed independent filmmakers and nonprofit archives.
02
what is the 3-2-1 backup rule
The 3-2-1 rule says keep at least three copies of your data, on two different types of storage media, with one copy kept offsite in a separate location. For a family video collection that is the working folder on the computer, an external drive in the closet, and either a cloud account or a second drive at a relative's house. Three drives in one drawer satisfy the number and none of the intent.
03
how long do external hard drives last unplugged
The magnetic record on a modern drive is rated to hold for decades, so the data is not the weak point. The mechanism is. Motors and bearings that sit unpowered for years may not spin up, and the connector on the case may not fit the next computer. Flash drives are worse: guidance puts refresh cycles at no more than six months. Plug the drive in twice a year, open files, and replace it on a schedule rather than after it fails.
04
what is bit rot
Bit rot, or data degradation, is the slow corruption of stored data through an accumulation of tiny failures. On hard drives bits lose magnetic orientation, faster in heat; in flash memory stored charge leaks away; on optical discs the medium breaks down. It is slow, with magnetic lifespans rated in decades, but it is silent. Checksums detect it by fingerprinting each file, and keeping several copies in different places is what lets you repair a file that has changed.