Re: PostgreSQL downloads compressed with bzip2 instead of

Поиск
Список
Период
Сортировка
От Joel Rodrigues
Тема Re: PostgreSQL downloads compressed with bzip2 instead of
Дата
Msg-id EDA56ADE-5DA9-11D7-8013-0005024EF27F@Phreaker.net
обсуждение исходный текст
Ответ на Re: PostgreSQL downloads compressed with bzip2 instead of  ("Daniel R. Anderson" <dan@mathjunkies.com>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Andrew Bartley"
Дата:
Сообщение: Re: 4 billion + oids
Следующее
От: "pg"
Дата:
Сообщение: Re: ssl