I'm looking for a way to make good incremental backups for a large (more than 100 GB) PostgreSQL 8.3 DB. I'm currently using pg_dump which isn't incremental and very slow in backup and restore, because it dumps the entire contents every time.
I thought pg_rman would be the answer, but it's working on requires PostgreSQL 8.4 or newer.
Any ideas?