@jellyfin/sdk
    Preparing search index...

    Interface BackupManifestDto

    Manifest type for backups internal structure.

    interface BackupManifestDto {
        BackupEngineVersion: string;
        DateCreated: string;
        Options: BackupOptionsDto;
        Path: string;
        ServerVersion: string;
    }
    Index
    BackupEngineVersion: string

    Gets or sets the backup engine version this backup was created with.

    DateCreated: string

    Gets or sets the date this backup was created with.

    Path: string

    Gets or sets the path to the backup on the system.

    ServerVersion: string

    Gets or sets the jellyfin version this backup was created with.