On Mon, Jan 24, 2011 at 5:18 PM, manuel antonio ochoa
<manuel8aalf...@gmail.com> wrote:
> Do you know if exist a  function to check my file.backup created by pgdump.

I run backups like this in bash:

if (pg_dump yadayada); then
    echo "backup succeeded."
else
    echo "backup failed."
fi;

in a cronjob set to email me.  Then when it fails or not, I see it
right there in my nightly email.

-- 
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql

Reply via email to