I just uploaded Exch for Linux. It was excitingly difficult to make a tar.gz file off of the command line because Ark wasn’t playing nice on Kanotix.
For those who would like to make a tar.gz file of an entire directory, here’s how:
tar -cvf filename.tar directoryName
And then issue this command:
gzip filename.tarVoila, you should have:
filename.tar.gz
Looking back on this, I’m not sure why I didn’t:
tar -czpvf filename.tar.gz directoryName