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 4767C9DCA39; Tue, 27 Dec 2005 13:45:12 -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 57873-07; Tue, 27 Dec 2005 13:45:11 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from candle.pha.pa.us (candle.pha.pa.us [70.90.9.53]) by postgresql.org (Postfix) with ESMTP id 367C99DCA17; Tue, 27 Dec 2005 13:45:09 -0400 (AST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id jBRHj7A06796; Tue, 27 Dec 2005 12:45:07 -0500 (EST) From: Bruce Momjian Message-Id: <200512271745.jBRHj7A06796@candle.pha.pa.us> Subject: Re: [HACKERS] Online backup vs Continuous backup In-Reply-To: <200512271350.14865.peter_e@gmx.net> To: Peter Eisentraut Date: Tue, 27 Dec 2005 12:45:07 -0500 (EST) CC: pgsql-hackers@postgresql.org, Heikki Linnakangas , "Joshua D. Drake" , PostgreSQL-documentation X-Mailer: ELM [version 2.4ME+ PL121 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.123 required=5 tests=[AWL=0.123] X-Spam-Score: 0.123 X-Spam-Level: X-Archive-Number: 200512/34 X-Sequence-Number: 3382 Peter Eisentraut wrote: > Am Montag, 26. Dezember 2005 20:46 schrieb Heikki Linnakangas: > > FWIW, I believe "log archival" is a common term for that. > > I like that better, although there are a lot of logs, so maybe > "transaction log archival". Yep, when I think of log archiving, I think of saving the server logs, which thanks to log file rotation, we kind of support. The problem is that when I think of the transaction log, I think of clog because it is the transaction status log. :-( I am thinking anything that says "log" is going to be confusing. How about "Transaction Archiving"? > Considering the list originally referenced: > > - File system backup - SQL dump - (Transaction log archival?) > > This addresses the technical workings of the various backup systems. > The fact that it is or isn't on-line, hot, continuous, fast, or flexible > is secondary. To me, the continuous activity is the significant feature of that backup method. I chose "Continuous Backup" because it is the continual activity that is significant. "Continuous Archiving"? -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073