Recovery route · local records · v0.1

A backup you can find, read, and prove.

Turn scattered invoices, customer exports, and records into one encrypted recovery pack—with a plain-language map back.

No account. No upload. No backup subscription.

An engraved contour map tracing three survey checkpoints to a case holding organized business records
Route 01 Export → seal → verify

The missing piece

A copy is not yet a recovery plan.

A database dump in a cloud folder may exist, but can the next person identify it, open it, and know every file arrived intact? Continuity Pack leaves an encrypted archive beside a human-readable restore map and a machine-checkable receipt.

Three checkpoints

A route someone else can follow.

  1. 01

    Gather the exports

    Name the files and folders that matter. Required sources fail the run if they disappear.

    [[records]] path = "exports/invoices.csv"
  2. 02

    Seal the pack

    Each file gets a SHA-256, then the complete archive is compressed and authenticated with XChaCha20-Poly1305.

    continuity pack --target /media/offsite
  3. 03

    Walk the route again

    A scheduled dry-read decrypts and hashes the target copy. A missing, stale, or damaged target exits loudly.

    continuity check --target /media/offsite

Recorded field run

Read the evidence, not a green dot.

Follow one fictional bookshop’s route. The same details are available as JSON for scripts and monitoring.

continuity · field logUTC

Pack written and target copy verified.

Field guide

From empty folder to tested pack.

Build from source today. Release binaries will appear on GitHub after the factory publishes v0.1.0.

01 · Install

Build the single binary

cargo install --git https://github.com/B-Divyesh/sf-local-records-continuity --path crates/continuity
02 · Map

Create the configuration

continuity init
03 · Prove

Pack to an explicit target

continuity pack --target /media/offsite/backups

EncryptionXChaCha20-Poly1305 + Argon2id
Passphrase sourcesFile, environment, prompt, OS keychain
AutomationStable exit codes and --json
TargetsLocal folders and mounted drives only

Optional field kit

Continuity Plus

$39 one-time purchase

The CLI’s complete safety path stays free. Plus unlocks a multi-location configuration workbook, quarterly restore-drill worksheet, and staff handoff guide—practical paperwork for teams that want a repeatable routine.

Sociobot/Dodo is the merchant of record. Refunds are handled there and revoke the license automatically.

Restore a purchase

No license stored. The free CLI remains fully available.

Keep the route open

Your records. Your target. A tested way back.

Start with the free CLI