Re: Automatic Backup Script - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Automatic Backup Script
Date
Msg-id b42b73150608121250w7c39bd32nde7b0e349ec0b35f@mail.gmail.com
Whole thread Raw
In response to Re: Automatic Backup Script  (RPK <rohitprakash123@indiatimes.com>)
List 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

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Migrating PostgreSQL database to MySQL/MS Access
Next
From: "Jaime Casanova"
Date:
Subject: Re: Migrating PostgreSQL database to MySQL/MS Access