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

createRemoteBackup

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

See DotnetBackupManager.createRemoteBackup.

A local (internal) backup is first created. From this local backup, an InputStream is opened that is used to read the backup in uploadBackup. After the upload is successful (or fails), the local file is deleted.