Postgres数据库是否支持差异备份
你可以在postgresql 8.4中使用“快照和归档日志”的方式。 请参阅http://www.postgresql.org/docs/8.4/static/backup.html中的第24.3节
您必须在初始备份上取下数据库。
最近在pg-admin列表中提到的东西 – “pg-rman(PostgreSQL恢复pipe理器)” 。
pg_rman也是一个工具。 但是,该工具不适用于Windows。 build议使用pg_dump / pg_dumpall或Filesystem Backup。 欲了解更多信息,请点击以下链接: http : //www.postgresql.org/docs/8.4/interactive/backup.html
问候,Vibhor库马尔。