From: | Joel Rodrigues <borgempath(at)Phreaker(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PostgreSQL downloads compressed with bzip2 instead of |
Date: | 2003-03-24 03:37:24 |
Message-ID: | EDA56ADE-5DA9-11D7-8013-0005024EF27F@Phreaker.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Monday, March 24, 2003, at 03:12 , Daniel R. Anderson wrote:
> AND, if I
> remember correctly bunzip2 -- like when you gunzip a *.gz --
> removes the
> extension.[0] So you'd have to recompress the tar file /anyways/ --
> thus making it a negligible savings.
Not necessarily so.
Here are the aliases I've set up (I use Mac OS X) to make things
easier :
This will tar & compress a directory/file :
alias bztar "gnutar --use=bzip2 -cvf"
These will untar & decompress gzip or bzip2 files and leave no
detritus :
alias bzuntar "gnutar --use=bzip2 -xvf"
alias gzuntar "tar -zxvf"
Whether one uses broadband or whatever, it's nice to be able to
conserve bandwidth, whether that is to save yourself money or
simply reduce the load on servers. That would help other users
and reduce the costs for all those nice open source people.
Cheers,
Joel
From | Date | Subject | |
---|---|---|---|
Next Message | List Subscriptions | 2003-03-24 03:38:51 | Re: PostgreSQL downloads compressed with bzip2 instead of |
Previous Message | pg | 2003-03-24 03:26:44 | Re: ssl |