Review restore-1password-backup doc: fix offsite TBD, clarify archive name, add BorgBase to backups

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-15 10:12:53 -07:00
commit 4d195f7fb4
3 changed files with 14 additions and 6 deletions

View file

@ -315,7 +315,7 @@ def main() -> int:
console.print()
console.print("[bold]DISASTER RECOVERY:[/bold]")
console.print(f" 1. Restore borgmatic archive containing {REMOTE_DIR}/")
console.print(" 2. Retrieve Emergency Kit from safety deposit box")
console.print(" 2. Retrieve Emergency Kit from fire safety box")
console.print(f" 3. openssl enc -d -aes-256-cbc -pbkdf2 < ...key.enc > key.txt")
console.print(" Passphrase: {master_password}:{secret_key}")
console.print(f" 4. age -d -i key.txt < ...age > export.1pux")