tar pack/unpack
# pack source_path to dst_file.tar.gz tar -czvf dst_file.tar.gz source_path # unpack tar -xvf src_file.tar.gz