Function: restoreBackup()
function restoreBackup(
ctx: CloudServiceOperationContext,
key: string
): Promise<SerializedDatabaseRestoreResult>;
Defined in: electron/services/cloud/CloudService.backupOperations.ts:171
Downloads the specified backup from the provider and restores it.
Parameters
ctx
key
string