Job Filters: Filter Hidden Content



On This Page

Overview

When creating a job through the user interface, the option to ignore (exclude ) hidden files during transfers is selected by default. To include hidden files, clear the Ignore hidden items box. 

 


Filter Using the REST API 

When creating a job through the REST API, use the hidden or filter_hidden type as a rule for either the source or destination to include or exclude hidden files. No other attribute values are needed.

{ ... "transfer": { ... "filter": { "source": [{ "action": "exclude", "rules": [{ "type": "hidden" } ], "type": "filter_rule" } ] } } ... }

 

 

DryvIQ Migrate Version: 5.9.1
Release Date: November 7, 2024