Re: Auto Back up in postgresql - Mailing list pgsql-admin

From Phillip Smith
Subject Re: Auto Back up in postgresql
Date
Msg-id 00ba01c795e7$6b0e9410$9b0014ac@wbaus090
Whole thread Raw
In response to Auto Back up in postgresql  (yogesh@banasdairy.coop)
List pgsql-admin
As a very simple solution, add this to your crontab for an appropriate time
schedule (daily? hourly?)
    pg_dumpall > ~/postgres_backup.sql

The documentation is a good place for information! You might like to look at
this chapter specifically:
http://www.postgresql.org/docs/current/static/backup.html

-----Original Message-----
From: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] On Behalf Of
yogesh@banasdairy.coop
Sent: Monday, 14 May 2007 14:26
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Auto Back up in postgresql

hi friends

if i delete any database of table data it automatically stored in backup
so i rollback it whenever i require for full server(including all database
and table)


*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee.  If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments

pgsql-admin by date:

Previous
From: yogesh@banasdairy.coop
Date:
Subject: Auto Back up in postgresql
Next
From: Lorraine Mancuso
Date:
Subject: Recovery question