Create Archive

Create a Zip, Tar or Tar.gz archive from the input

Parameters

Label (internal name) Type Default Description
Archive path (target) string FullPath to the new archive
Archive format (format) select, possible values: Detect (file extension) (detect),
Zip (zip),
Tar (tar),
TarGz (tar.gz)
detect Compression format of the archive

Expected Input

Selection of node(s). Folders will be recursively walked through.

Expected Input

One single node pointing to the created archive file.

Back to top