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 58C2F9DC93F; Tue, 27 Dec 2005 08:50:32 -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 83063-04; Tue, 27 Dec 2005 08:50:35 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from gauss.credativ.com (ipx11302.ipxserver.de [212.112.227.254]) by postgresql.org (Postfix) with ESMTP id 560E69DC946; Tue, 27 Dec 2005 08:50:30 -0400 (AST) Received: from hacker-243-238.congress.ccc.de (hacker-243-238.congress.ccc.de [81.163.238.243]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by gauss.credativ.com (Postfix) with ESMTP id 15380D7656; Tue, 27 Dec 2005 13:50:30 +0100 (CET) From: Peter Eisentraut To: pgsql-hackers@postgresql.org Subject: Re: [HACKERS] Online backup vs Continuous backup Date: Tue, 27 Dec 2005 13:50:14 +0100 User-Agent: KMail/1.8.2 Cc: Heikki Linnakangas , Bruce Momjian , "Joshua D. Drake" , PostgreSQL-documentation References: <200512261907.jBQJ76Q17355@candle.pha.pa.us> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200512271350.14865.peter_e@gmx.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.12 required=5 tests=[AWL=0.120] X-Spam-Score: 0.12 X-Spam-Level: X-Archive-Number: 200512/33 X-Sequence-Number: 3381 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". 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.