David Busby wrote:
> AFAIK TAR just stuffs everything into one file, no compression.
> Gzip after TARing
>
Actually, you can use the -z option on tar to make it pass through gzip as it goes, so no need to gzip separately afterwards. Or, you can use -Z to use compress if you prefer.
Brad Sites