incremental backup - Mailing list pgsql-hackers

From postgresql
Subject incremental backup
Date
Msg-id 200306101956968.SM01120@gaojun
Whole thread Raw
List pgsql-hackers
Hi all.

I am newer to postgresql develop, so my qestion maybe too simple.

I have noticed that we have discussed the incremental backup and PITR before.

Frankly, I am still interested in incremental backup. I am not sure
whether we can implement such function based on XLog

Since there exists the unqiue LSN in XLog, if we backup the xlog content after
the given LSN, when some error ocurrs, we use the parital xlog to restore the 
database. 

I am not familiar with the log mechinism in postgresql, maybe before we make 
incremental backup on Xlog, we should create a checkpoints in log. 
Very appreciate to any kind feedback.

Thanks




pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Proposal to Re-Order Postgresql.Conf, part II
Next
From: Teodor Sigaev
Date:
Subject: Function returns composite type