Re: Online backup vs Continuous backup - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Online backup vs Continuous backup
Date
Msg-id 43B03E5A.70406@commandprompt.com
Whole thread Raw
In response to Online backup vs Continuous backup  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [DOCS] Online backup vs Continuous backup
List pgsql-hackers
Bruce Momjian wrote:
> I noticed that we are using the term "Online Backup" in our
> documentation when we are talking about continuous backup and PITR.
>
> To me, "online backup" is doing a backup while the system is online
> (online-backup), and that is accomplished by pg_dump.  I know a lot of
> databases us "Online Backup" but I assume this is for historical reasons
> because at some time in the past their full backups didn't work while
> the database was online. Other systems use the term "Continuous
> Logging", but I think that is too easily confused with the server
> activity logs.
>
> I suggest the following patch to rename our capability "Continuous
> Backup".

I have never heard the term Continuous backup. Although I have heard
online backup. The problem is that when I hear the term online backup
I think Hot backup which is what we do with pg_dump.

I would just call the other Point in time recovery :)

>
>

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] default resource limits
Next
From: Bruce Momjian
Date:
Subject: Re: [DOCS] Online backup vs Continuous backup