Re: FW: Setting up of PITR system.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FW: Setting up of PITR system.
Дата
Msg-id 1632.1144711169@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FW: Setting up of PITR system.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-admin
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> It definitely is a pain in the neck that GNU tar complains about files
>> changing underneath it --- I've looked for a way to disable that, or at
>> least reduce it to a warning instead of an error condition, but gtar
>> doesn't seem to have such a switch.  You should try alternative backup
>> tools such as cpio or rsync.

> You mean the tar exits or that it just returns an error code on
> completion?

I don't recall whether it finishes making the tarball, but it definitely
returns nonzero exit status, which makes it effectively unusable in any
automated script (you certainly don't want to ignore exit status in a
backup script ...)

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FW: Setting up of PITR system.
Следующее
От: "Evert Daman"
Дата:
Сообщение: Re: database owner gone?