To backup the repository database MM into a file /backups/PostgreSQL/MM.dmp use the following command: pg_dump -b -f /backups/PostgreSQL/MM.dmp -F t -d "MM" -h localhost -w -p 5432 -U MM