Re: [GENERAL] PITR and tar

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] PITR and tar
Дата
Msg-id 23024.1179107181@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] PITR and tar  ("Jim C. Nasby" <decibel@decibel.org>)
Список pgsql-docs
"Jim C. Nasby" <decibel@decibel.org> writes:
> Does anyone know what the history of the docs saying that GNU tar had
> issues with files changing underneath it? According to this report it's
> actually BSD tar that has the issue.

It seems to be a different issue.  The problem with GNU tar is that it
issues a warning and exits with nonzero status, which is a problem for
backup scripts because they can't easily distinguish this case from an
actual failure.  But AFAIK the output file is self-consistent anyway.
It sounds like bsd tar is just plain broken :-(

            regards, tom lane

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [PATCHES] OS/X startup scripts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] OS/X startup scripts