tps/ubm_backup.cmd

2 lines
321 B
Batchfile
Raw Normal View History

"C:\PostgreSQL\pg10\bin\pg_dump" -h localhost -p 5433 -U ptrowbridge -d ubm -s -O -F p -f "C:\users\ptrowbridge\Documents\tps_etl\ubm_schema.sql"
2017-10-19 09:24:55 -04:00
"C:\PostgreSQL\pg10\bin\pg_dump" -h localhost -p 5433 -U ptrowbridge -d ubm --column-inserts -a -O -T "tps.trans" -F p -f "C:\users\ptrowbridge\Documents\tps_etl\ubm_data.sql"