Re: Incremental backup

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Patrick Macdonald <patrickm(at)redhat(dot)com>
Cc: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Incremental backup
Date: 2003-02-13 19:38:05
Message-ID: 200302131938.h1DJc5t06898@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Patrick Macdonald wrote:
> Bruce Momjian wrote:
> >
> > Someone at Red Hat is working on point-in-time recovery, also known as
> > incremental backups.
>
> PITR and incremental backup are different beasts. PITR deals with a backup
> + logs. Incremental backup deals with a full backup + X smaller/incremental
> backups.
>
> So... it doesn't look like anyone is working on incremental backup at the
> moment.

But why would someone want incremental backups compared to PITR? The
backup would be mixture of INSERTS, UPDATES, and DELETES, right? Seems
pretty weird. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-02-13 19:40:27 Re: Someone's broken psql's connection-failure error reporting
Previous Message Robert Treat 2003-02-13 19:30:43 Re: location of the configuration files