From: Stelian P. <st...@po...> - 2004-03-10 12:27:48
|
On Wed, Mar 10, 2004 at 09:03:35AM -0300, Frederico Moraes Ferreira wrote: > Hi everyone, > Has anybody happen to know if there is a dump command to store the dump > log on the fly?? It would be useful for check huge backups with bzlib > compression. > I've unsuccessfully tried to make: > #(dump 0un ....) > dump.log > #dump ... > dump.log > #dump... | tee dump.log > Any other clue? > Thanks, > Fred Dump sends its log output to stderr, so what you're looking for is: dump ... 2>dump.log Stelian. -- Stelian Pop <st...@po...> |