Incremental backups of Postgres
So we want to set up an incremental backup system for our PostgreSQL instance. Right now we are only taking full dumps of our PostgreSQL instance and end up wasting a lot of disk space.
We are looking into restic and pgbackrest for the incremental backups but not sure what to use.
Anyone using restic or pgbackrest for Postgres backup? Any other tool we should consider?