From: | "Eduardo J(dot) Ortega" <ejortegau(at)cable(dot)net(dot)co> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Best compressed archive_command on Linux? |
Date: | 2007-04-11 16:49:49 |
Message-ID: | 200704111149.52643.ejortegau@cable.net.co |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
sometimes tar (gnu tar) exited with nonzero status for no reason on my
system... no error msg or anything. I recommend something called star.
On Wednesday 11 April 2007, Sean Murphy wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
--
Eduardo J. Ortega - Linux user #222873
"No fake - I'm a big fan of konqueror, and I use it for everything." -- Linus
Torvalds
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Hoover | 2007-04-11 20:14:12 | Where are aliases stored? |
Previous Message | Sean Murphy | 2007-04-11 16:25:53 | Best compressed archive_command on Linux? |