Type alias BackupConfigCreate

BackupConfigCreate: {
    chunkSize?: number;
    compressionLevel?: BackupCompressionLevel;
    cpuPercentage?: number;
}

Configuration options available when creating a backup

Type declaration

  • Optional chunkSize?: number

    The size of the chunks to use for the backup.

  • Optional compressionLevel?: BackupCompressionLevel

    The standard of compression to use for the backup.

  • Optional cpuPercentage?: number

    The percentage of CPU to use for the backup creation job.