Re: Query regarding back up

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Query regarding back up
Дата
Msg-id Pine.LNX.4.33.0307211006260.15882-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Query regarding back up  ("Kallol Nandi" <kallol.nandi@indussoft.com>)
Список pgsql-general
On Thu, 17 Jul 2003, Kallol Nandi wrote:

> How can I have a scheduled vacuum and backup of the databases in PostgreSql.
> Does someone know it already?
> I need it urgently.

Use cron (I assume you're running Unix.)

A simple crontab entry to run 'vacuumdb -a -z -f' and pg_dump should do.

'man crontab' is a good place to start learning about cron.


В списке pgsql-general по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Is there a way to pass more than 32 parameters to a
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Download of Postgres by ftp