Re: Incremental backup with RSYNC or something?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Incremental backup with RSYNC or something?
Дата
Msg-id CAOR=d=0o+O05Zm2gQu2k1Ko1cXOgcQXotkuSObxYoVvX6yaH4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Incremental backup with RSYNC or something?  (Craig Ringer <ringerc@ringerc.id.au>)
Список pgsql-general
On Sun, Nov 13, 2011 at 7:01 AM, Craig Ringer <ringerc@ringerc.id.au> wrote:
>
> On Nov 13, 2011 7:39 PM, "Phoenix Kiula"
>
>> Searching google leads to complex things like "incremental WAL" and
>> whatnot, or talks of stuff like pgcluster. I'm hoping there's a more
>> straightforward core solution without additional software or PHD
>> degrees.
>
> Nothing really basic. You'll need to use PITR (WAL shipping), streaming
> replication or a row level replication solution.

One method they could use would be to partition the data into old and
new, and backup the new, then merge the partitions and start a new one
or something like that.  But that's a huge pain.  I would suggest PITR
backups here as the likely best match.

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Result of ORDER-BY
Следующее
От: Venkat Balaji
Дата:
Сообщение: Re: Incremental backup with RSYNC or something?