I\'m trying to copy a db from one local machine to another using these commands
pg_dump -h localhost -p 5432 -U thatsme -F c db_name > db_name_customBackup.dump<