"Phillip Smith" <phillip.smith@xxxxxxxxxxxxxxxxxxx> writes: > On Sun, Feb 24, 2008 at 9:20 PM, Phillip Smith > <phillip.smith@xxxxxxxxxxxxxxxxxxx> wrote: >> A couple of possible things to try; pg_dump to a text file and try > cat'ting that to the tape drive, or pipe it through tar and then to the > tape. > What would the correct syntax be for that - I can't figure out how to make > tar accept stdin: I don't think it can. Instead, maybe dd with blocksize set equal to the tape drive's required blocksize would do? You'd have to check what options your dd version has for padding out the last partial block. Padding with spaces should work fine, not totally sure if nulls would be OK. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate