Re: Are file system level differential/incremental backups possible?

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Are file system level differential/incremental backups possible?
Дата
Msg-id 188040850ca85ac0d29b5717e660a79b@biglumber.com
обсуждение исходный текст
Ответ на Re: Are file system level differential/incremental backups possible?  (Craig Ringer <ringerc@ringerc.id.au>)
Список 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 по дате отправления:

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: is there a function in postgresql that can be used for retrieving deleted rows
Следующее
От: stefan
Дата:
Сообщение: Re: 9.0: plpgsql eror when restoring a database as a non superuser