Thread: Is there any provision to take incremental backup

Is there any provision to take incremental backup

From
dba
Date:



Is there any provision to take incremental backup for a table in postgresql.

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Is-there-any-provision-to-take-incremental-backup-tp4285873p4285873.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Re: Is there any provision to take incremental backup

From
John R Pierce
Date:
On 04/06/11 1:09 AM, dba wrote:
>
>
>
> Is there any provision to take incremental backup for a table in postgresql.
>

no, but WAL log archiving is effectively an incremental backup of the
whole database cluster.   It allows you to implement Point In Time
Recovery (PITR).

See http://www.postgresql.org/docs/current/static/continuous-archiving.html