Fix 'safety deposit box' → 'fire safety box' in DR docs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-10 10:46:38 -08:00
commit 357b6f2db8
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ How to recover a 1Password `.1pux` export from a [[borgmatic]] backup on [[sifak
- SSH access to [[indri]]
- `age` installed (`brew install age`)
- `openssl` installed (ships with macOS)
- Your **1Password Emergency Kit** (safety deposit box) — contains the master password and secret key
- Your **1Password Emergency Kit** (fire safety box) — contains the master password and secret key
## When to Use This

View file

@ -19,7 +19,7 @@ If no path is given, prompts you to export from the 1Password desktop app first.
DISASTER RECOVERY:
1. Restore borgmatic archive to get the .age and .key.enc files
2. Retrieve Emergency Kit from safety deposit box
2. Retrieve Emergency Kit from fire safety box
3. openssl enc -d -aes-256-cbc -pbkdf2 < backup.key.enc > key.txt
(passphrase: {master_password}:{secret_key})
4. age -d -i key.txt < backup.age > export.1pux