Re: Are file system level differential/incremental backups possible? - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: Are file system level differential/incremental backups possible?
Date
Msg-id 188040850ca85ac0d29b5717e660a79b@biglumber.com
Whole thread Raw
In response to Re: Are file system level differential/incremental backups possible?  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


>> Is it possible to do a full file system level backup of the data
>> directory, say once a week, and differentials or incrementals daily?
...
> taken, so a trigger-based or WAL-based system is necessary.
...
> SQL-level differentials would be great, though.

FWIW, Bucardo 5 has a 'flatfile' mode that will output the deletion
and insert statements to get a table from an old state to a new one.
Not quite what is being asked for here, but could be useful for
similar things as well as for auditing.

- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201110221339
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAk6i/9oACgkQvJuQZxSWSsjbkgCfRIIstVLsw6OeMUJZ2iL2if4Z
4hQAoIpOZXK/OseM45FAUmi8vcESpRif
=ed0H
-----END PGP SIGNATURE-----



pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: is there a function in postgresql that can be used for retrieving deleted rows
Next
From: stefan
Date:
Subject: Re: 9.0: plpgsql eror when restoring a database as a non superuser