AW: Proposal: More flexible backup/restore via pg_dump

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Proposal: More flexible backup/restore via pg_dump
Дата
Msg-id 219F68D65015D011A8E000006F8590C605BA599B@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: AW: Proposal: More flexible backup/restore via pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Maybe; I know BackupExec also does some kind of seek to 
> update the TOC at
> end of a backup (which is what I need to do). Then again, 
> maybe that's just
> a rewind. I don't want to get into custom tape formats...
> 
> Do we have any tape experts out there?

Dont lock yourself in on the tape issue, it is the pipes that 
actually add value to the utility, and those can't rewind, seek
or whatever.

pipes can:compress, split output, write to storage managers, stripe output,
.....

I guess we would want two formats, one for pipe, and one for a standard
directory.

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AW: Big 7.1 open items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: Proposal: More flexible backup/restore via pg_dump