We perform (Point in time recovery) PITR backup on postgresql.
We use pg_basebackup
for daily snapshots and recovery_command
for incremental backup.
So, we have a big table with logs in the database (about 70 Gb). We don't want to back it up every day.
How can we use all benefits of PITR and exclude one table from daily snapshot?