tar/gzip
tar cvf - files_to_tar | gzip > tarfile.tar.gz
gunzip/untar
gzip -d < tarfile.tar.gz | tar xvf -
Comment feed for this post