BackupManifestDto

data class BackupManifestDto(val serverVersion: String, val backupEngineVersion: String, val dateCreated: DateTime, val path: String, val options: BackupOptionsDto)

Manifest type for backups internal structure.

Constructors

Link copied to clipboard
constructor(serverVersion: String, backupEngineVersion: String, dateCreated: DateTime, path: String, options: BackupOptionsDto)

Properties

Link copied to clipboard

The backup engine version this backup was created with.

Link copied to clipboard

The date this backup was created with.

Link copied to clipboard

The contents of the backup archive.

Link copied to clipboard

The path to the backup on the system.

Link copied to clipboard

The jellyfin version this backup was created with.