aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.backup / DotnetBackupManager / createRemoteBackup

createRemoteBackup

abstract fun createRemoteBackup(agent: Agent): Single<String>

Creates and uploads a backup to the cloud. Note that the internal file is deleted and you only get the key seed back.

Parameters

agent - to create and upload the backup for.

Return
Single of a String, the key seed used for the backup.