mkt.databases.io_utils.create_tar_without_metadata

mkt.databases.io_utils.create_tar_without_metadata(path_source: str, filename_tar: str) None[source]

Create a tar file without metadata.

Parameters:
  • path_source (str) – Path to the source directory to be tarred

  • filename_tar (str) – Path and filename to the save the tar file

Return type:

None