prodrigestivill / docker-postgres-backup-local

Backup PostgresSQL to local filesystem with periodic backups and rotate backups.
https://hub.docker.com/r/prodrigestivill/postgres-backup-local
MIT License
760 stars 133 forks source link

Allow the selection of backup up only certain tables #77

Closed bryangeplant closed 2 years ago

bryangeplant commented 2 years ago

With pg_dump, you can select the tables that you want to backup using -t table_name. Is there an option for this here?

prodrigestivill commented 2 years ago

Yes, you can use POSTGRES_EXTRA_OPTS with all the parameters needed separed by spaces as it is described in README.md.