Back up the credentials and encryption key
backup_keysBack up account credentials, signing key, encryption key, and upload commitments to a specified path, ensuring encrypted objects remain recoverable if local copies are lost.
Instructions
Copy everything needed to recover this account's data (credentials, account signing key, encryption key, upload commitments) to a path the human names. Obsideo holds no copy of the encryption key: if the local file is lost, encrypted objects are unrecoverable no matter how many providers hold them. Call this once right after the account is created and again after any signup that rotates keys. A .tar.gz path produces one archive; a directory path produces plain copies; no path produces an archive in the home directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| destination | No | Archive path ending in .tar.gz, or a directory; defaults to ~/obsideo-keys-<account>-<date>.tar.gz |