Module mongogbackup.targz

Functions

def pack(source_path: str, output_path: str) ‑> str

Generates a tar.gz file from a source path.

def unpack(source_path: str, output_path: str) ‑> str

Unpacks a tar.gz file to a specified output path.