What is the difference between a fixity check and a backup for keeping archived files safe?
Fixity checks and backups are both essential to long-term preservation, but they answer different questions. A backup asks, “Do I still have a copy?” A fixity check asks, “Is the copy I have still exactly what it was supposed to be?” Keeping archived files safe usually requires both working together.
What a backup does
A backup is a duplicate copy of your files, stored so that you can recover from loss. Backups protect against the obvious threats: hardware failure, accidental deletion, ransomware, fire, flood, or a corrupted storage system. The core idea is redundancy — having more than one copy, ideally in more than one location and on more than one type of media.
A backup alone, however, does not tell you whether the data inside the copy is still intact. If a file silently corrupts and that corruption is then copied into your backups, you may have many copies of a damaged file and not know it.
What a fixity check does
Fixity refers to the property of a digital file remaining unchanged over time. A fixity check verifies integrity by calculating a checksum or hash (for example, an MD5 or SHA value) when the file is ingested, then recalculating it later. If the two values match, the bits are unchanged. If they differ, something altered the file — bit rot, a failed transfer, or tampering.
Fixity checks do not create copies and cannot recover a lost file. They simply detect change, so you know when and which files need attention.
How they work together
- Backups give you something to restore from.
- Fixity checks tell you whether what you have — and what you restored — is authentic and uncorrupted.
A sound preservation routine runs fixity checks regularly, maintains multiple backup copies, and uses fixity results to decide which copy to trust. If a primary file fails a check, a verified backup copy can replace it. This pairing supports the reliability and authenticity expectations that records standards place on digital records over their full retention period.
Learn more about related practices on the archives and preservation topic hub.
Sources & further reading
Authoritative government and non-profit references.
- Digital preservation (Library of Congress) — Library of Congress
- ISO 16175 records in digital environments — ISO
How to cite this page
APA
RM University Editorial. (2026). What is the difference between a fixity check and a backup for keeping archived files safe?. Records Management University. https://www.recordsmgmt.org/questions/fixity-check-vs-backup-for-archived-files/
MLA
RM University Editorial. "What is the difference between a fixity check and a backup for keeping archived files safe?." Records Management University, 16 June 2026, www.recordsmgmt.org/questions/fixity-check-vs-backup-for-archived-files/.
Related questions
- Are vital records the same as permanent or archival records, or are they different?
- Can a company store records subject to one country's laws on cloud servers located in another country?
- Can an organization be held liable if permanent records are lost to digital obsolescence?
- Can blockchain be used to prove records are authentic and tamper-proof, and is it accepted for legal recordkeeping?
- Can I just keep everything forever instead of identifying which records are vital or permanent?