7.3 Disaster Recovery, Archiving & Long-Term Storage
Key Takeaways
- Running CHKDSK on a damaged drive before imaging it can truncate files and move fragments into .CHK files, making CAT data harder or impossible to recover.
- If the CAT laptop fails, notes stored on the writer can usually be read into CAT software on another computer and retranslated.
- Every archive medium fails differently (flash leaks charge, dyes and discs degrade, tape needs climate control, cloud needs an active account), so keep more than one copy and test restores.
- 28 U.S.C. § 753(b) requires federal official reporters to certify and file original notes with the clerk, who preserves them for at least ten years, and NCRA's Guidelines for Professional Practice recommend preserving shorthand notes for at least five years.
- COPE Advisory Opinion 38 says a reporter need not release backup audio absent a court order, but a copy given to one party must be offered to all parties while the reporter keeps the original.
7.3 Disaster Recovery, Archiving & Long-Term Storage
Quick Summary: When technical disasters strike—whether a dropped laptop, a corrupted solid-state drive, or a fried motherboard—a court reporter's response dictates whether the verbatim record is preserved or permanently lost. Understanding forensic triage, avoiding dangerous automated utilities like CHKDSK, extracting raw steno logs from writer memory, choosing archival media wisely, and adhering to NCRA and statutory record retention guidelines protects the administration of justice.
Disaster Recovery Architecture: Safeguarding the Judicial Record
In legal proceedings, the loss of a stenographic record can overturn multi-million dollar jury verdicts, force the dismissal of criminal indictments, or trigger career-ending disciplinary proceedings. A Registered Professional Reporter must possess not only the typing dexterity to record 225 words per minute, but also the systems engineering knowledge required to recover data when hardware disintegrates.
Disaster recovery is defined by two fundamental technical benchmarks:
- Recovery Point Objective (RPO): The maximum tolerable data loss measured in time. In court reporting the goal is no lost testimony, which is why notes are captured on more than one device.
- Recovery Time Objective (RTO): The duration of time permitted to restore operational writing after a catastrophic collapse. In a live proceeding, reporters aim to be writing again within minutes using on-site backup equipment.
+-----------------------------------------------------------------------------------------+
| Disaster Recovery Incident Workflow |
+-----------------------------------------------------------------------------------------+
| [Phase 1: Emergency Triage] --> Halt Proceeding | Protect Record | Switch Hardware |
| [Phase 2: Forensic Quarantine] --> DO NOT run CHKDSK | Create Bit-Stream Clone First |
| [Phase 3: Hardware Extraction] --> Extract Raw Steno Logs from Steno Machine SD Cards |
| [Phase 4: CAT Reconstruction] --> Import Raw Steno into Backup CAT | Re-Translate |
| [Phase 5: Archival Deposition] --> Long-Term M-DISC / Cloud Storage | Statutory Clock |
+-----------------------------------------------------------------------------------------+
Emergency Incident Response: Immediate Protocols for Live Malfunctions
When equipment fails mid-proceeding, panic is the enemy of recovery. An experienced reporter follows a standardized triage protocol:
1. The Operational Divide: Official Record vs. Ancillary Feeds
Immediately determine whether the failure affects the primary verbatim record or merely a client litigation feed:
- Client Realtime Drop: If an attorney's viewer disconnects or the courtroom Wi-Fi router crashes, but the reporter's laptop and writer are operating smoothly, do not stop the proceeding. The official record is secure. Address the viewer connection during the next natural recess.
- Primary Workstation Failure: If the CAT laptop suffers a blue screen (BSOD), battery cutoff, or physical destruction, immediately intervene:
- "Excuse me, Your Honor, the reporter must stop the record. My computer has experienced a technical fault, and I must verify the record before we proceed."
2. Switching to Backup Systems
- If the primary laptop cannot be rebooted within two minutes, transition immediately to the Secondary Backup Laptop carried in the field kit.
- Connect the backup laptop to the writer via USB cable. If the backup laptop lacks the morning's translated job file, open a fresh job file named with the case title and suffix
_Part2. - The steno machine will continue writing smoothly into the new file. At the conclusion of the day, the two files will be merged seamlessly inside CAT software.
The Perils of Automated File-Repair Utilities: The CHKDSK / ScanDisk Trap
When an operating system crashes during an active writing session, the file allocation table (FAT32, exFAT) or Master File Table (NTFS) on the drive is left in an "unclean" or "dirty" state. Open file handles, uncommitted clusters, and broken directory pointers trigger the operating system to offer an automated disk check upon reboot (e.g., Windows CHKDSK /f or ScanDisk).
[!CAUTION] THE FATAL CHKDSK TRAP: Never allow Windows CHKDSK (
chkdsk /for/r) to run on an external drive or memory card containing damaged CAT files or corrupted steno databases before creating a forensic bit-stream clone. CHKDSK is designed to make the file system structurally readable for the operating system, NOT to rescue proprietary user data. It can leave damaged files harder, or impossible, to recover.
[Corrupted Drive with Steno Database]
|
+---> [RUNNING CHKDSK] (FATAL MISTAKE)
| - Detects "orphaned cross-linked clusters"
| - Truncates database pointers
| - Converts steno files to generic `FILE0001.CHK`
| - RESULT: IRREVERSIBLE DATA DESTRUCTION
|
+---> [FORENSIC PROTOCOL] (CORRECT APPROACH)
- Set Write-Blocker (Read-Only Mode)
- Create Raw Bit-Stream Image (.dd / .img)
- Execute Data Carving & CAT Import on the Clone Image
- RESULT: BEST CHANCE OF RECOVERY
Why CHKDSK Destroys CAT Databases
- Severing Cross-Linked Clusters: CAT software databases maintain complex internal relationships between the text file, the stroke index, and the AudioSync track. When a crash occurs, pointers may cross-reference shared sectors. CHKDSK "resolves" cross-linked clusters by simply deleting the link or truncating the file at the point of the error, which can cut off part of a file.
- Conversion to
.CHKFragments: CHKDSK identifies unreferenced data clusters, strips their file headers and extension metadata, and dumps them into a hidden directory calledFOUND.000as generic files namedFILE0001.CHK,FILE0002.CHK. Steno dictionaries, stroke journals, and audio streams are scrambled into anonymous binary chunks that CAT software can no longer recognize or open.
The Safe Forensic Recovery Protocol
- Hardware Write-Blocking: Remove the memory card or external drive. Slide physical write-protect switches to "Lock" or connect through a hardware write-blocker to guarantee zero data can be written to the source medium.
- Bit-Stream Disk Cloning: Utilizing forensic imaging software (such as FTK Imager, OSForensics, or the Linux
ddcommand), create a byte-for-byte raw disk image (.dd,.raw, or.img) of the entire storage volume. - Perform Recovery Strictly on the Clone: Mount the cloned disk image and run recovery tools exclusively against the duplicate image. If an operation corrupts the clone, the original physical drive remains untouched and pristine.
Raw Stroke File Extraction & CAT Re-Translation Workflows
One of the greatest engineering safeguards in computerized steno machines is the Raw Stroke Journal. Computerized writers save steno strokes to their own memory in the manufacturer's format.
The Anatomy of a Raw Steno File
A notes file (for example, a Case CATalyst .sgstn notes file) does not contain English words; it contains a chronological ledger of binary steno keystroke chords, millisecond timestamps, and hardware events:
[Timecode: 10:14:22.104] Steno Chord: STK-PW (Hex: 0x4F12)
[Timecode: 10:14:22.312] Steno Chord: -B (Hex: 0x0080)
[Timecode: 10:14:22.518] Steno Chord: -LG (Hex: 0x0140)
Emergency Extraction Workflow
If the CAT laptop is completely destroyed, follow this five-step extraction and re-translation workflow:
- Extract Memory Card from Writer: Power down the writer. Eject the external SD card (or access the internal backup microSD card if the external slot was damaged).
- Mount in Read-Only Mode: Insert the card into a computer equipped with the CAT software, ensuring write-inhibition is engaged.
- Direct File Import: Open CAT software (e.g., Case CATalyst, Eclipse, StenoCAT) and select the "Read / Import from Steno Machine / SD Card" utility. Select the date and job timecode corresponding to the proceeding.
- Re-Translation Engine Execution: Ingest the raw stroke file. Instruct the CAT software to execute a Full Re-Translation:
- Select the reporter's personal dictionary and any job-specific dictionaries used during the case.
- The translation engine processes the raw chords against the dictionary rules, instantly regenerating the full English transcript complete with question-and-answer formatting, speaker labels, and paragraph structures.
- Re-Linking Audio Tracks: Copy the raw audio files (
.wavor.mp3) recorded by the steno machine into the new CAT job directory. Use the CAT software's audio relink feature to synchronize the steno timestamps with the audio waveform.
Archival Media: Flash, Optical, Tape, and Cloud
Once a transcript is certified and delivered, the notes, audio, and final files still have to be kept for whatever retention period applies. Archive media fail in different ways, so no single medium should hold the only copy.
| Medium | How it fails | Practical use |
|---|---|---|
| Unpowered flash (USB drives, SD cards) | Stored charge slowly leaks, faster at high temperatures; controllers can fail suddenly | Good for transport and short-term backup, not as the only long-term copy |
| Recordable CD, DVD, or Blu-ray | Dye and reflective layers degrade; lifespan varies widely with disc quality and storage conditions | Acceptable as one of several copies if stored cool, dark, and dry and checked periodically |
| M-DISC optical discs | Use an inorganic recording layer marketed for very long retention; still vulnerable to physical damage | A write-once archive copy, read in compatible drives |
| LTO magnetic tape | Needs controlled temperature and humidity plus compatible drives | Large-volume institutional archives |
| Cloud archive storage | Depends on the provider, an active account, and the reporter keeping credentials | An off-site copy; encrypt confidential data |
Two habits matter more than the medium: keep at least one copy off-site, and test restores periodically by opening archived files, because a backup that has never been restored is unproven.
Retention Rules for Notes and Audio
1. Federal Official Reporters (28 U.S.C. § 753(b))
In the U.S. District Courts, the reporter or other person designated to produce the record must attach an official certificate to the original shorthand notes or other original records and promptly file them with the clerk, who preserves them in the public records of the court for not less than ten years. The judiciary's records disposition schedule sets different periods for some recordings filed in lieu of a transcript: recordings of arraignments, pleas, and sentencings in non-death-penalty criminal cases are destroyed 20 years after the case closes, and notes or recordings in criminal death penalty and capital habeas cases are permanent.
2. State Courts and Freelance Work
State statutes, court rules, and licensing boards set their own retention periods for notes, audio, and transcripts, and they vary. Freelance reporters should also follow agency agreements. NCRA's Guidelines for Professional Practice (Section I) say a member should preserve shorthand notes for a minimum of five years, on paper or electronic media.
3. Backup Audio: Official Record vs. Work Product
NCRA's Guidelines for Professional Practice (Section IV) describe a backup recording made at the reporter's discretion, and not otherwise required by law or rule, as the reporter's work product and personal property, with no public entitlement to it. COPE Advisory Opinion 38 adds that a reporter must comply with any state or federal requirement to preserve backup audio once it is no longer needed for the transcript; that absent a court order the Code does not require releasing a copy; and that a reporter who chooses to give a copy to one party must offer it to all parties and keep the original.
4. Notes Sent to an Agency
COPE Advisory Opinion 25 allows a reporter to send an agency an electronic copy of the notes along with the transcript, but the reporter must keep a backup of the notes, because the notes are the benchmark for detecting unauthorized changes to the transcript.
Developing a Professional Disaster Recovery Plan (DRP)
A comprehensive, written Disaster Recovery Plan transforms abstract principles into concrete operational readiness:
- Hardware Redundancy Matrix: Maintain a primary laptop, a configured secondary laptop (with identical CAT software versions, dictionaries, and user settings pre-installed), a primary computerized writer, and an emergency backup writer.
- The 24-Hour Rebuild Kit: Store bootable operating system recovery USB drives, digital software license certificates, and encrypted cloud repository credentials in an off-site digital password vault.
- Annual Bare-Metal Recovery Drill: Once per calendar year, perform a simulated catastrophic recovery drill: simulate the complete loss of your primary laptop by retrieving an archived job from cloud storage onto a clean computer, executing a full re-translation from raw writer SD card files, and verifying byte-for-byte fidelity.
A court reporter experiences a Windows operating system crash during an afternoon court session. Upon rebooting, Windows displays a prompt recommending that the reporter run the automated CHKDSK disk utility (chkdsk /f) on the external drive hosting their CAT database. Why must the reporter decline running CHKDSK on the damaged volume before creating a complete raw forensic image?
Why is M-DISC optical media promoted for long-term archiving compared with ordinary recordable DVDs?
Under 28 U.S.C. § 753(b), how long must the clerk preserve a federal official reporter's certified original notes?