PostgreSQL pg_dump command
Firstly dump the database with exclusion.
You can use one -T option to specify table pattern. Please note that the table pattern is not regular expression and in rare cases like same table name exists in in various schemas it might not work as expected.