Re: database backup - Mailing list pgsql-general

From Bruce Momjian
Subject Re: database backup
Date
Msg-id 200207080348.g683mAQ08299@candle.pha.pa.us
Whole thread Raw
In response to Re: database backup  (Curt Sampson <cjs@cynic.net>)
List 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 by date:

Previous
From: "Jillian Carroll"
Date:
Subject: Date Data Type
Next
From: Curt Sampson
Date:
Subject: Re: Efficient use of space in large table?