Re: Incremental backup with RSYNC or something? - Mailing list pgsql-general

From Robert Treat
Subject Re: Incremental backup with RSYNC or something?
Date
Msg-id CABV9wwPSTmVUrhqZrsY_mKzNxvUdYePqwt+0Paejc0on+JdFXg@mail.gmail.com
Whole thread Raw
In response to Re: Incremental backup with RSYNC or something?  (Venkat Balaji <venkat.balaji@verse.in>)
List pgsql-general
On Mon, Nov 14, 2011 at 12:45 AM, Venkat Balaji <venkat.balaji@verse.in> wrote:
>> Question: what can I do to rsync only the new additions in every table
>> starting 00:00:01 until 23:59:59 for each day?
>
> A table level replication (like Slony) should help here.
> Or
> A trigger based approach with dblink would be an-other (but, a bit complex)
> option.

If you don't actually care about the rows of data specifically, and
just want incremental data diff, you might look at what options your
filesystem gives you. We often use incremental snapshots on ZFS to
give use smaller copies that can be shipped off to the backup server
and used to reconstruct the server if needed.

Robert Treat
conjecture: xzilla.net
consulting: omniti.com

pgsql-general by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Installed. Now what?
Next
From: Phoenix Kiula
Date:
Subject: Re: Installed. Now what?