From: | Doug McNaught <doug(at)wireboard(dot)com> |
---|---|
To: | "Ian Harding" <ianh(at)tpchd(dot)org> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Differential Backups |
Date: | 2001-10-29 23:42:24 |
Message-ID: | m3r8rm109r.fsf@belphigor.mcnaught.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> 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?
Interesting idea. The one thing I might worry about is that 'diff'
might (I'm not familiar with its algorithm) eat a great deal of memory
if the dumps you're comparing are very large and significantly
different.
I'd say give it a try and see how you like it.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863
From | Date | Subject | |
---|---|---|---|
Next Message | Timothy H. Keitt | 2001-10-29 23:44:53 | Re: Differential Backups |
Previous Message | Zhou, Lixin | 2001-10-29 22:54:24 | create function question |