Re: Database backup

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: Database backup
Дата
Msg-id 200301182159.00497.darcy@druid.net
обсуждение исходный текст
Ответ на Database backup  (Alexandros Perdikomatis <menippos@otenet.gr>)
Ответы Re: Database backup
Список pgsql-interfaces
Redirecting to help list as it seems more appropriate.

On Saturday 18 January 2003 09:17, Alexandros Perdikomatis wrote:
> Question: Am I too stupid to use tar?

I'm sure not but you may misunderstand what tar does.  Tar is for storing a 
collection of files into an archive.  It expects to find the list of files on 
the command line in one form or another.  If you don't write to a file first 
then all you have is a stream of data, not a file.

> Some time I had no space on the filesystem to copy all the data in command
> mode (pg_dump) so I thought to pipe pg_dump to tar using a scsi tape
> archiver as output (/dev/rmt0).
> Why doesn't work?

What exactly was the problem?  You may just have a device selection issue.  
What system is this on?

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: Alexandros Perdikomatis
Дата:
Сообщение: Database backup
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: Re: libpqxx: Cursors needed??!