pub async fn backup(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<BackupKeyResponse, ClientError>
Expand description
Return a plaintext backup of a named key.
See BackupKeyRequest
pub async fn backup(
client: &impl Client,
mount: &str,
name: &str,
) -> Result<BackupKeyResponse, ClientError>
Return a plaintext backup of a named key.
See BackupKeyRequest