[EMAIL PROTECTED] ("Robert Ngo") writes:
> Which backup software out there work well with postgresql, I cannot
> find one with backup agent for postgres.:p>You don't need one. You can simply schedule a job that runs "pg_dump" every so often (daily is common) to save data to a file. Most competent backup systems can backup data in files, so can pull the pg_dump output... -- let name="cbbrowne" and tld="ntlug.org" in name ^ "@" ^ tld;; http://www3.sympatico.ca/cbbrowne/backup.html "sic transit discus mundi" -- From the System Administrator's Guide, by Lars Wirzenius ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
