OBJECT

FilesetTemplateCreate

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FilesetTemplateCreate {
  • # Supported in v5.0+
  • # Action taken if script fails. Options are "abort", "continue".
  • backupScriptErrorHandling: String
  • # Supported in v5.0+
  • # Number of seconds after which the script is killed if it has not completed
  • # execution.
  • backupScriptTimeout: Long
  • # Supported in v5.0+
  • exceptions: [String!]!
  • # Supported in v5.0+
  • excludes: [String!]!
  • # Required. Supported in v5.0+
  • includes: [String!]!
  • # Supported in v5.0+
  • # Boolean value that determines whether the fileset is array-enabled. Set to true
  • # to indicate that the fileset is array-enabled. Set to false to indicate that the
  • # fileset is not array-enabled. When a fileset is array-enabled, the includes must
  • # be top-level LVM logical volume mount points.
  • isArrayEnabled: Boolean
  • # Required. Supported in v5.0+
  • name: String!
  • # Supported in v5.0+
  • # Script to run after backup of this fileset ends.
  • postBackupScript: String
  • # Supported in v5.0+
  • # Script to run before backup of this fileset starts.
  • preBackupScript: String
  • # Supported in v7.0+
  • # Specifies whether this is created by a Kupr Host.
  • isCreatedByKupr: Boolean
  • # Supported in v7.0+
  • # Specifies whether the template was created for Polaris NAS.
  • isCreatedByPolarisNas: Boolean
  • filesetOptions: FilesetOptions
  • operatingSystemType: FilesetTemplateCreateOperatingSystemType
  • shareType: FilesetTemplateCreateShareType
  • }