BackupRestoreRequestDto

data class BackupRestoreRequestDto(val archiveFileName: String)

Defines properties used to start a restore process.

Constructors

Link copied to clipboard
constructor(archiveFileName: String)

Properties

Link copied to clipboard

Or Sets the name of the backup archive to restore from. Must be present in MediaBrowser.Common.Configuration.IApplicationPaths.BackupPath.