Re: database backup

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: database backup
Дата
Msg-id Pine.LNX.4.44.0207062240580.25989-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на database backup  (Sanjeev Rathore <intmail2002@yahoo.com>)
Список pgsql-general
If you are using a Unix environment then you should use cron and then
pg_dump in order to produce a complete backup of the database.

See the pg_dump --help for complete list of commands

Then the shell script in the cron job can call pg_dump with the relevant
options

HTH

On Sat, 6 Jul 2002, Sanjeev Rathore wrote:

> Hi,
>
> I am looking into how I should backup my PostgreSQL
> database.  Is there a way to do incremental backup?  I
> think incremental back seems to be a better solution
> in the long run, because it is more scalable.  Does
> anybody have any suggestions as to how I should go
> about backing up my database?
>
> thanks,
> Sanjeev
>
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>

--
Darren Ferguson




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

Предыдущее
От: Doug Fields
Дата:
Сообщение: Odd new symptom - database locking up on a query
Следующее
От: Josh Jore
Дата:
Сообщение: Re: database backup