X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 0F52C9DC9CB; Mon, 26 Dec 2005 15:02:55 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 11952-03; Mon, 26 Dec 2005 15:02:54 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from hosting.commandprompt.com (128.commandprompt.com [207.173.200.128]) by postgresql.org (Postfix) with ESMTP id D92F49DC98A; Mon, 26 Dec 2005 15:02:52 -0400 (AST) Received: from [192.168.1.105] (or-67-76-146-141.sta.sprint-hsd.net [67.76.146.141]) (authenticated bits=0) by hosting.commandprompt.com (8.13.4/8.13.4) with ESMTP id jBQIsocD029533; Mon, 26 Dec 2005 10:54:51 -0800 Message-ID: <43B03E5A.70406@commandprompt.com> Date: Mon, 26 Dec 2005 11:02:50 -0800 From: "Joshua D. Drake" Organization: Command Prompt, Inc. User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Momjian CC: PostgreSQL-development , PostgreSQL-documentation Subject: Re: [HACKERS] Online backup vs Continuous backup References: <200512261755.jBQHt5L21116@candle.pha.pa.us> In-Reply-To: <200512261755.jBQHt5L21116@candle.pha.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (hosting.commandprompt.com [192.168.1.101]); Mon, 26 Dec 2005 10:54:52 -0800 (PST) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.042 required=5 tests=[AWL=0.042] X-Spam-Score: 0.042 X-Spam-Level: X-Archive-Number: 200512/31 X-Sequence-Number: 3379 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 :) > >