pub fn backup_default_vault(
output: impl AsRef<Path>,
overwrite: bool,
) -> Result<VaultBackupManifest, Error>Expand description
Writes a consistent encrypted backup archive for the default local vault.
The archive contains the raw encrypted local-vault.lbox bytes plus a JSON
manifest and checksum. It does not decrypt or export vault records.