Re: [DOCS] Online backup vs Continuous backup - Mailing list pgsql-hackers

From Rick Gigger
Subject Re: [DOCS] Online backup vs Continuous backup
Date
Msg-id 84ED93C1-AE8A-4135-813A-6AC251CE5DD9@alpinenetworking.com
Whole thread Raw
In response to Re: [DOCS] Online backup vs Continuous backup  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [DOCS] Online backup vs Continuous backup  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
How about:

use "Online backup" or "Hot backup" to refer to either method of back  
since they are both done while the system is online or hot.

If you want to get specific refer to doing a "sql dump" etc for using  
pg_dump
Then use "Incremental backup" to refer to  the whole process of the  
WAL archival etc
Refer to the actual log files themselves as transaction logs.

That all seems to be pretty intuitive and non-ambiguous non-confusing  
to me.

On Dec 26, 2005, at 11:44 AM, Tom Lane wrote:

> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> I suggest the following patch to rename our capability "Continuous
>> Backup".
>
> This doesn't seem like an improvement.  "Online backup" is the  
> standard
> terminology AFAIK.
>
>             regards, tom lane
>
> ---------------------------(end of  
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>



pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Deferrable UNIQUE INDEX?
Next
From: Rick Gigger
Date:
Subject: Re: [DOCS] Online backup vs Continuous backup