exportFillCallback

Available for: Template Engine

Task: Custom procedure which synchronizes the export directory hierarchy of the Template Engine with the corresponding directory hierarchy on the live server. The callback function can achieve this by executing rsync, for example.

Additional information: see Import and Export.

Function parameters:

  • offlineTree: The path of the export directory hierarchy resulting from the symbolic link offline in the instance-specific export directory.
  • onlineTree: The path of the online directory hierarchy resulting from the symbolic link online in the instance-specific export directory.

Return value if successful: none