FilesetRestoreFilesJobConfigInput
Supported in v5.0+
Fields
| Field | Type | Description |
|---|---|---|
| excludePaths | [String!] | Supported in v8.1+ Optional field which excludes the paths specified during recovery. |
| ignoreErrors | Boolean | Supported in v5.0+ Optional field to determine if we should ignore single error during restore. Default value is false. |
| postRestoreScript | String | Supported in v9.4+ Optional script to run after restore of this fileset ends. |
| restoreConfig | [FilesetRestorePathPairInput!]! | Required. Supported in v5.0+ v5.0-v5.3: Absolute file path and restore path if not restored back to itself v6.0+: Absolute file path.. and restore path if not restored back to itself. |
| shouldRecreateDirectoryStructure | Boolean | Supported in v8.1+ Optional field that specifies whether to recreate directory structure when using the 'Restore to separate folder' option in the UI. |
| shouldRestoreOnlyAcls | Boolean | Optional field to determine if only ACLs should be restored during the restore process. The default value is false. |