Add Sync Spec Mapping

With this node you can add a mapping to a sync spec.

It has the following configuration options:
  • Sync spec: here you can define the sync spec to modify.
  • Name: here you can specify a name to identify the mapping.
  • Source site: here you can define the site from which the files are synchronized.
  • Source folder: here you can specify the CLOUDFLOW URL (cloudflow://..., see Server URL for more information) of the folder to synchronize. This folder is located on the source site.
  • Target folder: here you can specify the CLOUDFLOW URL (cloudflow://..., see Server URL for more information) of the folder where the synchronized files will be put. This folder is located on the target site, which is specified in the sync spec.
  • Filter: here you can specify a Regular expressions indicating which files need to be synchronize. If you leave this field empty, all files in the source folder will be synchronized.
    Note: You can use https://regex101.com as an online regex tester.
  • Direction: here you can define the direction in which the files are synchronized. Options:
    • Bidirectional: if you select this option, changes from both source and target folders are synchronized.
    • Source → Target: if you select this option, only changes from the source site are synchronized. Changes at the target site are discarded.
    • Target → Source: if you select this option, only changes from the target site are synchronized. Changes at the source site are discarded.
    • Disabled: if you select this option, nothing is synchronized.
  • Propagate file deletions: if you select this checkbox, file deletions will also be propagated to the other site. This checkbox is only available if you selected Source → Target or Target → Source.