If your linux tar doesn't support the -z
option you can use the following:
tar -cvf - dir | gzip > dir.tar.gz
If your linux tar doesn't support the -z
option you can use the following:
tar -cvf - dir | gzip > dir.tar.gz