使用Linux PgAdmin进行数据备份主要有以下两种方法:
pg_dump
pg_dump -h localhost -U postgres -d 数据库名称 -F c -b -v -f /path/to/backup/file.backup
-h
-U
-d
-F
-b
-v
-f