Re: Automatic Backup Script

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Automatic Backup Script
Дата
Msg-id b42b73150608121250w7c39bd32nde7b0e349ec0b35f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Automatic Backup Script  (RPK <rohitprakash123@indiatimes.com>)
Список 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 по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Migrating PostgreSQL database to MySQL/MS Access
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Migrating PostgreSQL database to MySQL/MS Access