Re: how do you automate database backups?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>, <fmiddleton(at)verizon(dot)net>
Subject: Re: how do you automate database backups?
Date: 2005-11-02 21:35:55
Message-ID: 4368DCDB020000250000043E@gwmta.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Since you mentioned multiple backups per day, I thought you
might want to look at the the Point In Time Recovery option, as
well as the pg_dump approach.

http://www.postgresql.org/docs/8.0/interactive/backup.html

>>> Ferindo Middleton Jr <fmiddleton(at)verizon(dot)net> >>>
Are there tools available to automate backing up databases? I would like

to setup my PostgreSQL install to automatically backup databases and
save the file to specific location at specific times of the day with
little to no user intervention... I'd like to know how to do this in
both Windows and Linux. I imagine I could write some kind of script or
something on my Linux server but I have absolutely no idea how to
implement this on a computer running Windows.

I would imagine this could be implemented through the OS but are there
built-in features of the database itself that can implement automated
backups?

Ferindo

Browse pgsql-admin by date

  From Date Subject
Next Message Bath, David 2005-11-03 03:27:09 Pre-allocation of space: a business rationale
Previous Message Robert Treat 2005-11-02 19:00:04 Re: Vacuum Verbose output