Reasonable way to backup cluster Windows

Поиск
Список
Период
Сортировка
От Andrus
Тема Reasonable way to backup cluster Windows
Дата
Msg-id f6dpnn$1fet$1@news.hub.org
обсуждение исходный текст
Ответы Re: Reasonable way to backup cluster Windows  (Hannes Dorbath <light@theendofthetunnel.de>)
Список pgsql-general
pg doc recommends to use

pg_dumpall -c | gzip >backup.gz

In windows it writes whole file in uncompressed form to temporary file and
only then runs gzip.
This requires large amout of free disk space in temporary file space and
thus is not reasonable.

Which is reasonable way to backup cluster in Windows in compressed format ?

Andrus.


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

Предыдущее
От: Gabriele
Дата:
Сообщение: Design Tool
Следующее
От: dcrespo
Дата:
Сообщение: Best possible way of exporting data to a generic file format