OBJECT
TprFilesetTemplatePatch
Description
Fileset template patch.
link GraphQL Schema definition
- type TprFilesetTemplatePatch {
- # Action taken if script fails. Options are 'abort' and 'continue'.
- : String
- # Paths that are exceptions to the excluded paths.
- : [String!]!
- # Paths to exclude from the fileset.
- : [String!]!
- # Fileset options.
- : TprFilesetOptions
- # ID of the fileset template.
- : String!
- # Paths to include in the fileset.
- : [String!]!
- # Name of the fileset template.
- : String
- # Script to run after backup of this fileset ends.
- : String
- # Script to run before backup of this fileset starts.
- : String
- # Specifies whether to override the cluster-wide blocklisted filesystem paths.
- : Boolean
- # Specifies whether to retry the pre-backup script if the backup fails.
- : Boolean
- # Comma-separated list of blocklisted filesystem paths specific to this template.
- : String
- }