Hey, I was wondering if anyone knew how I could compress a tarball file with gzip. I checked out this already and compressed a tarball successfully, although I want to then compress that tarball with gzip instead of libbz2.
I have also tried implementing the gztack
function from the gzappend.c
example from the zlib source code. but ended up getting a bunch of errors and deprecating warnings, so I figured I won't get much out of a deprecated example.
Does anyone know how I can achieve this, preferably with the zlib library?