Re: database backup

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: database backup
Дата
Msg-id 200207080348.g683mAQ08299@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: database backup  (Curt Sampson <cjs@cynic.net>)
Список pgsql-general
Curt Sampson wrote:
> On Sat, 6 Jul 2002, Doug Fields wrote:
>
> > >Then the shell script in the cron job can call pg_dump with the relevant
> > >options
> >
> > If you want to "incrementalize" it, you could always keep a base, and diff
> > the new dump against it, and store just the diff.
>
> Actually, I was wondering just yesterday, is there any reason that
> pg_dump should not be able to do an incremental dump? You could just
> give it a transaction ID and say, "dump all changes from this ID."

I think the problem is matching up rows in the old dump with the
incremental rows.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026



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

Предыдущее
От: "Jillian Carroll"
Дата:
Сообщение: Date Data Type
Следующее
От: Curt Sampson
Дата:
Сообщение: Re: Efficient use of space in large table?