Re: Differential Backups - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: Differential Backups
Date
Msg-id 20011030162833.451da024.depesz@depesz.pl
Whole thread Raw
In response to Differential Backups  ("Ian Harding" <ianh@tpchd.org>)
Responses Re: Differential Backups  ("Jeff Lu" <jklcom@mindspring.com>)
List pgsql-general
On Mon, 29 Oct 2001 12:22:44 -0800
"Ian Harding" <ianh@tpchd.org> wrote:

> I have been thinking about backups.  I currently do one a day.  However, I
thought it might be nice to get differential backups through the day.  I
should be able to generate dumps throughout the day, generate a diff from my
baseline dump, and just keep the diff, right?  Then to do a restore I would
just patch for the point in time I wanted to restore to?  Seems like it would
work, but whether it would save any hard drive space would depend on how much
activity the database saw.  Anyone doing this now?

idea is god, but dont use suggested diff program. go for xdelta. it's
algorithm is much better - faster and definetly less memory-eating.

depesz

--
hubert depesz lubaczewski                          http://www.depesz.pl/
------------------------------------------------------------------------
... vows are spoken to be broken ...                 [enjoy the silence]
... words are meaningless and forgettable ...             [depeche mode]

pgsql-general by date:

Previous
From: Stuart Grimshaw
Date:
Subject: INNER JOINS in 7.0.3 & 7.1.3
Next
From: Alvaro Herrera
Date:
Subject: Re: Database corruption?