Re: Differential Backups

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: Paul Tomblin <ptomblin(at)xcski(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Differential Backups
Date: 2001-10-30 13:16:42
Message-ID: Pine.LNX.4.33L2.0110300008290.17017-100000@aguila.protecne.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 29 Oct 2001, Paul Tomblin wrote:

> Quoting Alvaro Herrera (alvherre(at)atentus(dot)com):
> > > 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.
> >
> > GNU diff reads in memory both files. You sure need lots to compare
> > medium sized databases, and I don't think this method will work on big
> > ones.
>
> Doesn't GNU diff have the "-h" option?

No, at least in my version of it (2.7, which appears to be the latest in
my local mirror of GNU). What's that supposed to do? In fact, the help
text says

-h This option currently has no effect; it is present
for Unix compatibility.

--
Alvaro Herrera (<alvherre[(at)]atentus(dot)com>)
"Hay quien adquiere la mala costumbre de ser infeliz" (M. A. Evans)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Tomblin 2001-10-30 13:21:15 Re: Differential Backups
Previous Message Bill Tate 2001-10-30 13:13:45 Re: PostgresSQL 7.x Oracle8 Comparison