Re: Incremental Backups in postgres - Mailing list pgsql-general

From Ben Chobot
Subject Re: Incremental Backups in postgres
Date
Msg-id 7BD7B21E-58C3-4BCD-81C3-AB7365903640@silentmedia.com
Whole thread Raw
In response to Incremental Backups in postgres  (akp geek <akpgeek@gmail.com>)
List pgsql-general
Saving off the transaction log WAL files is a good way to do this.
Read this part of the manual:

http://www.postgresql.org/docs/8.4/interactive/continuous-archiving.html

...and see if that answers your questions.

On Nov 9, 2009, at 6:48 PM, akp geek wrote:

> Dear all -
>
>                   Is there way to create incremental backups in
> postgres. I am currently using 8.4.1 on solaris. I am new to
> postgres. Can you please share your thoughts
>
> Regards


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: akp geek
Date:
Subject: Incremental Backups in postgres
Next
From: Richard Broersma
Date:
Subject: Re: Incremental Backups in postgres