by _dave_ » Thu Jan 24, 2008 10:22 pm
[quote="mattgoody"xto]Is there a way to make automated backups every so often of the poker database? I think a feature like this in the pt3 software would be really great.[/quotexto]
I'm sure an option will be added sometime for automated backups.
it is easily done with a cron job / scheduled task. read the postgres docs (notably the pg_dumpall comand).
You can do this manually with pgAdmin too.