Re: database backup

Поиск
Список
Период
Сортировка
От Doug Fields
Тема Re: database backup
Дата
Msg-id 5.1.0.14.2.20020706225847.02f4f8d8@pop.pexicom.com
обсуждение исходный текст
Ответ на database backup  (Sanjeev Rathore <intmail2002@yahoo.com>)
Ответы Re: database backup  (Lamar Owen <lamar.owen@wgcr.org>)
Re: database backup  (Curt Sampson <cjs@cynic.net>)
Список pgsql-general
At 10:42 PM 7/6/2002, Darren Ferguson wrote:
>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

If you want to "incrementalize" it, you could always keep a base, and diff
the new dump against it, and store just the diff.

Be sure to run the output through bzip2 (or gzip -9) to save space.

Cheers,

Doug




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

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