[TriLUG] Using gzip to backup postgres to tape

Joseph Mack NA3T jmack at wm7d.net
Mon Nov 27 12:54:57 EST 2006


On Mon, 27 Nov 2006, Andrew Perrin wrote:

> /usr/bin/pg_dump -F t leted | /bin/gzip -c > /dev/nst0

assuming pg_dump is just producing a stream, how about

/usr/bin/pg_dump -F t leted | /bin/gzip -c | tar -czf /dev/nst0 -

Joe


-- 
Joseph Mack NA3T EME(B,D), FM05lw North Carolina
jmack (at) wm7d (dot) net - azimuthal equidistant map
generator at http://www.wm7d.net/azproj.shtml
Homepage http://www.austintek.com/ It's GNU/Linux!



More information about the TriLUG mailing list