BackupOptionsDto
data class BackupOptionsDto(val metadata: Boolean, val trickplay: Boolean, val subtitles: Boolean, val database: Boolean)
Defines the optional contents of the backup archive.
Defines the optional contents of the backup archive.