Function: backupKeys()
backupKeys(
backupOptions):Promise<void>
Description
Create a backup for previously generated keys. If a backup already exists, the new backup replaces it.
Throws
Parameters
| Parameter | Type | Description |
|---|---|---|
backupOptions | BackupOptions | Backup options. Specify either an external backup or a cloud backup. |
Returns
Promise< void >
A Promise that resolves when the backup operation is successful.
