Article
Disaster Recovery Evidence Auditors Will Accept
7 min read
What Counts as Credible Disaster Recovery Evidence
When an assessor asks for your disaster recovery evidence, the screenshot of a green backup job is the answer they least want to see. A successful job proves only that data was copied somewhere; it says nothing about whether that copy can be brought back to a usable state, and nothing about whether the restored data is intact. Credible DR evidence is different in kind: it shows that you actually performed a restore, that the recovered data came back whole, and that you can prove when the test happened and who carried it out. In other words, evidence is about a tested recovery, not a completed copy — and the gap between those two is exactly where most organisations get a finding.
What Auditors Actually Want
Strip away the framework language and an auditor is really asking three questions. Did you test recovery? — meaning a documented restore drill, not a confidence statement. Did the data come back intact? — meaning the restored copy is identical to what was protected, with no silent corruption. Can you prove when and by whom? — meaning a timestamp and a named operator, so the test is attributable and not back-dated. A backup log answers none of these cleanly. A documented restore test, paired with proof that the restored data matches the source, answers all three. That pairing — a real drill plus an integrity check — is the heart of evidence an auditor will accept without pushing back.
Turning a DR Drill into Defensible, Timestamped Evidence
A disaster recovery drill usually leaves behind nothing more durable than a note in a runbook and someone's memory that "it worked". To make it defensible, you have to capture the one fact that matters — that the restored data is bit-for-bit identical to the source — in a way that cannot be argued with later. The tool for that is a cryptographic hash: a fixed-length fingerprint of a file's contents that changes completely if a single byte changes. Hash the source data, hash the restored copy, compare the two, and you have mathematical proof of whether the recovery was clean. e-Dex (formerly Hash Calculator) does this across an entire folder and produces a plain MATCH / MISMATCH verdict, then seals it into a certificate carrying the date, the verification result and an optional trusted timestamp. Your drill stops being a verbal claim and becomes a signed artefact. If you want the deeper distinction between a backup that exists and a backup that can actually be recovered, see our companion piece on backup verification versus recoverability.
Mapping It to ISO 27001 and SOC 2 Expectations
Recognised security frameworks all point in the same direction. ISO 27001 expects organisations to plan for business continuity, build in redundancy, and — importantly — to verify that backups can be restored rather than assume it. SOC 2, under its availability criteria, expects recovery procedures to be tested and the testing to be evidenced. Neither framework is satisfied by a backup report; both want proof that recovery was exercised and that the data returned usable. A hash-verified, timestamped restore certificate is precisely the kind of concrete artefact an assessor can attach to a control: it shows a recovery was performed, that the restored content was intact, and exactly when. It supports the control expectation — it does not replace the assessor's judgement or any framework-specific wording, so always read the criteria as they apply to your scope.
A Repeatable DR-Evidence Routine
Evidence is far easier to defend when it is produced the same way every time. A simple, repeatable routine looks like this. One, before the drill, capture a hash baseline of the source data set you intend to recover. Two, perform the restore to your recovery environment exactly as your plan describes. Three, run e-Dex over the restored copy and compare it against the baseline to get a MATCH / MISMATCH verdict for the whole set. Four, certify the result — recording the date, the operator's name and, where assurance matters, a trusted timestamp. Five, file the certificate with the drill record so the evidence and the activity live together. Repeat it on your scheduled DR cadence and you build a clean, year-on-year trail that an auditor can follow without chasing you for context. The Backup Validation workflow in e-Dex is built around exactly this loop.
Common Gaps
A few weaknesses recur across organisations. The first is treating the backup report as the evidence — proving a copy exists rather than proving a recovery works. The second is the untested restore: a plan that has never been exercised, so the first real recovery is also the first test. The third is the silent corruption nobody checks for — data that restores but is subtly damaged, which only a hash comparison would catch. The fourth is missing attribution: a drill with no timestamp and no named operator, which an auditor cannot rely on. The fifth is evidence drift — each drill documented differently, so there is no comparable trail over time. Closing these gaps does not require a heavyweight platform; it requires testing recovery, verifying integrity with hashes, and certifying the result consistently. For an example of how a certified integrity check reads in practice, see our note on the audit evidence certificate.
Frequently Asked Questions
Is a successful backup job enough disaster recovery evidence for an audit?
No. A green backup job only proves that data was copied; it says nothing about whether the data can actually
be restored or whether the restored copy is intact. Auditors look for evidence of a real restore test: a
documented drill that restores data to a usable state, proof the restored content matches the source, and a
record of when it ran and who performed it. A screenshot of a successful job is the weakest form of
evidence.
What disaster recovery evidence do auditors actually want?
Auditors want a documented restore test rather than a backup report. That means proof that a restore was
performed, proof the restored data is intact and identical to the source, a timestamp showing when the test
ran, and the name of the person who ran it. Together these answer the three questions an auditor asks: did
you test recovery, did the recovered data come back whole, and can you prove when and by whom.
How do you prove a restored copy is identical to the original?
Compute a cryptographic hash of the source data and of the restored copy, then compare them. If every byte
matches, the hashes match and the restore is proven intact; if even one byte differs, the hashes differ and
the restore failed silently. e-Dex automates this comparison across a whole folder and produces a MATCH or
MISMATCH verdict, so a DR drill leaves behind verifiable proof rather than a verbal assurance.
How does hash-verified DR evidence map to ISO 27001 and SOC 2?
Both frameworks expect organisations to test recovery and to retain evidence of those tests. ISO 27001
covers business continuity, redundancy and the verification of backups, while SOC 2 availability criteria
expect recovery procedures to be tested and evidenced. A hash-verified, timestamped restore certificate
gives an assessor a concrete artefact that a recovery was performed, that the data returned intact, and
when. It supports those control expectations; it does not replace the auditor's judgement.
Does e-Dex need an internet connection to validate a restore?
No. e-Dex runs fully offline on your own Windows machine. Hashing the source and restored data, comparing
them and generating the certificate all happen locally, so sensitive recovery data never leaves your
environment. An internet connection is only needed if you choose to apply an RFC-3161 trusted timestamp
from a Time-Stamping Authority.
Conclusion
Disaster recovery evidence that survives an audit is not a screenshot of a green job — it is proof that you tested recovery, that the data came back intact, and that the test is timestamped and attributable. Turn every DR drill into that proof by hash-verifying the restore and certifying the result, offline, on a single Windows machine. Start with the Backup Validation workflow in e-Dex and give your auditors evidence they will accept.