Synchronize Directories

Moves new files in source to destination and deletes files in destination not in source. Synchronization is based on file date-time stamp.
Table 1. Input properties for the Synchronize Directories step
Name Type Description Required
Source Directory String The directory to synchronize. Yes
Destination Directories String A new line separated list of directories to sync to. Yes
Overwrite Boolean Overwrite target files even if they are newer than source files No
Include Files String A new line separated list of file patterns for included files. **/* is default to include all. Yes
Exclude Files String A new line separated list of file patterns for files to exclude. (e.g. **/*.zip excludes all .zip files in all sub directories) No
Preserve In Target Include Files String A new line separated list of file patterns for preserved in target included files. No
Preserve In Target Exclude Files String A new line separated list of file patterns for preserved in target excluded files. No

Feedback