Tar

class gladier_tools.posix.tar.Tar(alias: str = None, alias_class: ToolAlias = None)

Bases:

The Tar tool makes it possible to create Tar archives from folders. FuncX Functions:

  • tar (funcx_endpoint_compute)

Parameters:
  • tar_input – Input directory to archive.

  • tar_output – (optional) output file to save the new archive. Defaults to the original input file with an extension (myfile.tgz) if not given.

  • funcx_endpoint_compute – By default, uses the compute funcx endpoint.

Returns path:

The name of the newly created archive.