pub fn restore_backup_from(
backup: impl AsRef<Path>,
destination: impl AsRef<Path>,
expected_signer: AuthorId,
) -> Result<BackupReport, DbError>Expand description
Restores only when the authenticated catalog signer matches the expected device.