AW: Proposal: More flexible backup/restore via pg_dump - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Proposal: More flexible backup/restore via pg_dump
Date
Msg-id 219F68D65015D011A8E000006F8590C605BA599B@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: AW: Proposal: More flexible backup/restore via pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: Big 7.1 open items
Next
From: Tom Lane
Date:
Subject: Re: AW: Proposal: More flexible backup/restore via pg_dump