Best compressed archive_command on Linux?

Поиск
Список
Период
Сортировка
От Sean Murphy
Тема Best compressed archive_command on Linux?
Дата
Msg-id 461D0C11.4030400@equipoint.com
обсуждение исходный текст
Ответы Re: Best compressed archive_command on Linux?  ("Chris Hoover" <revoohc@gmail.com>)
Re: Best compressed archive_command on Linux?  ("Eduardo J. Ortega" <ejortegau@cable.net.co>)
Список pgsql-admin
I'm in the process of moving an 8.2 server from Win32 to Ubuntu Linux.
On Win32, I implemented WAL archiving with the archive_command
"rar a -ep -m5 -s -t -dh w:/%f.rar %p"

Anyway, I'm going to use WAL archiving on the new server, and need the
files to be compressed. My first inclination is to use
"tar -czf /walarchive/%f.tar.gz %p > /dev/null"

Before I go with that, though, I was wondering if anybody had any
specific experience / advice with a better command, reasons why this
command might fail zero or succeed nonzero, or additional/different
options for tar that would yield better results.

Thanks,
Sean

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problems with precompiled pgsql on mac
Следующее
От: "Chris Hoover"
Дата:
Сообщение: Where are aliases stored?