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:
parent
ccbc2ff0a9
commit
b24fd147ac
3 changed files with 5 additions and 4 deletions
1
docs/changelog.d/+1password-export-menu-wording.doc.md
Normal file
1
docs/changelog.d/+1password-export-menu-wording.doc.md
Normal 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).
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ def get_export_path(argv_path: str | None) -> Path | None:
|
|||
else:
|
||||
console.print("Export your vaults from the 1Password desktop app:")
|
||||
console.print(" 1. Open 1Password")
|
||||
console.print(" 2. File > Export > All Vaults (or select specific vaults)")
|
||||
console.print(" 2. File > Export > <account name> (exports all vaults in the account)")
|
||||
console.print(f" 3. Save as 1PUX format to: [cyan]{EXPORT_DIR}[/cyan]")
|
||||
console.print()
|
||||
raw = console.input("Path to .1pux file: ").strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue