I needed to do the same thing a while ago with a postgresql db.
I simply used a script which called pg_dumpall
I'm doing a rotation so even if amanda dumps the file before it finnishes I'll at least have the one from the day before.
The script is then called from cron at about the time my estimates are finnished.
if you'd like to see the script let me know
good luck,
chrisj
Axel Haenssen wrote:
Can I backup a life Postgresql Database with Amanda?
