C0: fix 1Password export menu wording in backup how-to

The desktop app's menu is File > Export > <account name> (e.g.
Blume/Davis), not "All Vaults". Verified an account-level 1PUX export
contains all four vaults (Private, blumeops, Payrix, Shared). Updated
the op-backup script's prompt text to match.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-06-09 16:27:08 -07:00
commit b24fd147ac
3 changed files with 5 additions and 4 deletions

View file

@ -0,0 +1 @@
Corrected the 1Password backup how-to: the desktop app's export menu item is named after the account ("File > Export > Blume/Davis"), not "All Vaults". Verified an account export contains all four vaults (Private, blumeops, Payrix, Shared).

View file

@ -1,7 +1,7 @@
---
title: Run 1Password Backup
modified: 2026-03-11
last-reviewed: 2026-03-16
modified: 2026-06-09
last-reviewed: 2026-06-09
tags:
- how-to
- operations
@ -24,7 +24,7 @@ How to export and encrypt your 1Password vaults for inclusion in [[borgmatic]] b
### 1. Export Vaults From 1Password
1. Open the 1Password desktop app
2. **File > Export > All Vaults**
2. **File > Export > Blume/Davis** (the menu item is named after the account, not "All Vaults" — exporting the account covers all vaults: Private, blumeops, Payrix, and Shared)
3. Choose **1PUX** format
4. Save to `~/Documents/` — 1Password names the file `1PasswordExport-<account-uuid>-<timestamp>.1pux` automatically; don't bother renaming it, pass the path to the task in the next step