Re: Incremental Backup Script

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Incremental Backup Script
Дата
Msg-id 1135595066.2964.660.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Incremental Backup Script  ("Gregor Zeitlinger" <gregor.zeitlinger@torexretail.de>)
Список pgsql-hackers
On Sun, 2005-12-25 at 14:02 +0100, Gregor Zeitlinger wrote:
> as far as I have understood, the WAL backup that you control via
> "archive_command" is the PostgreSQL equivalent to what other databases
> let you do with an incremental backup

No it is not an incremental backup of changed data blocks, it is a
transactional log archival. So, other parts of your thinking are
slightly off - but not by much. The only way to do a partial recovery is
to follow the PITR notes.

Best Regards, Simon Riggs





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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: [PATCHES] default resource limits
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fixing row comparison semantics