Add op-backup mise task for encrypted 1Password disaster recovery #136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/op-backup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
mise run op-backuptask that encrypts a 1Password .1pux export withageusing the master password + secret key as passphrase, SCPs to indri for borgmatic pickup, then deletes the plaintextageto the Brewfile/Users/erichblume/Documentson indri, which covers the1password-backup/subdirectory — no config change neededDisaster recovery
.agefileage --decrypt <file>.age > export.1pux(passphrase:{master_password}:{secret_key}).1puxwith 1Password or unzip to inspectUsage
Test plan
brew install agemise run op-backupwith the export path~/Documents/1password-backup/age --decrypt <file>.age > test.1puxwith password:secret_key🤖 Generated with Claude Code