This is a discussion on Scheduled backup in postgresql within the pgsql Admins forums, part of the PostgreSQL category; --> Hi, Actually I was trying to create backup schedule using postgresql enterprise manager. But failed to do it. Please ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 7/29/06, Mostafizur Rahaman Sohel <sohel@dreamapps.com> wrote: > > Hi, > Actually I was trying to create backup schedule using postgresql > enterprise manager. But failed to do it. Please let me know how I can create > backup schedule in postgresql? > Regards, > Sohel > Set up a cron job to run pg_dump. See: http://www.postgresql.org/docs/8.1/i...ve/backup.html ================================================== ================ Aaron Bono Aranya Software Technologies, Inc. http://www.aranya.com ================================================== ================ |
| ||||
| Hi, BKPDIR=/var/postgres/dumps /usr/local/pgsql/bin/pg_dump -d genx | gzip > ${BKPFILE}.txt.gz 2>${BKPDIR}/bkp.err Thanks & Regards Dilipkumar ----- Original Message ----- From: Aaron Bono To: Mostafizur Rahaman Sohel Cc: pgsql-admin@postgresql.org Sent: Monday, July 31, 2006 10:00 AM Subject: Re: [ADMIN] Scheduled backup in postgresql On 7/29/06, Mostafizur Rahaman Sohel <sohel@dreamapps.com> wrote: Hi, Actually I was trying to create backup schedule using postgresql enterprise manager. But failed to do it. Please let me know how I can create backup schedule in postgresql? Regards, Sohel Set up a cron job to run pg_dump. See: http://www.postgresql.org/docs/8.1/i...ve/backup.html ================================================== ================ Aaron Bono Aranya Software Technologies, Inc. http://www.aranya.com ================================================== ================ ********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at admin@sifycorp.com Watch the latest updates on Mumbai, with video coverage of news, events, Bollywood, live darshan from Siddhivinayak temple and more, only on www.mumbailive.in Watch the hottest videos from Bollywood, Fashion, News and more only on www.sifymax.com |