Re: Automatic Backup Script

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: RPK <rohitprakash123(at)indiatimes(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Automatic Backup Script
Date: 2006-08-12 19:50:07
Message-ID: b42b73150608121250w7c39bd32nde7b0e349ec0b35f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I am using pgAdminIII 1.4.6. But I want to automate the backup procedure
> from within my VB.NET 2003 application. I want to run the script after n
> minutes.

the database is backed up with the pg_dump utility. make a batch file
which has the line:
pg_dump my_database
and automate it with the windows task scheduler.

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2006-08-12 20:35:33 Re: Migrating PostgreSQL database to MySQL/MS Access
Previous Message Merlin Moncure 2006-08-12 19:48:38 Re: Migrating PostgreSQL database to MySQL/MS Access