Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何实现tinyerp的自动定期备份功能,备份数据自动传输到另一台文件服务器上?
把下面命令加到 cron 中行不行?
pg_dump -U terp terp > terp.backup.`date +%Y-%m-%d.%H:%M:%S`.dmp
觉得这是个 postgres 的问题,而非 tiny 的问题。