fun restoreBackup(restoreInfo: RestoreInfo): Single<String>
See BackupService.restoreBackup. Uses the provided key seed to derive the export key that was used when exporting the backup. Backup is imported from a file from info, but it is not deleted in case anything goes wrong; otherwise, irreversible damage may be done.