Re: multi volume dump with gzip/crypt - solved

2008-03-02 Thread Robert Watson
On Sat, 1 Mar 2008, Martin Laabs wrote: I solved the dump problem in a not very clean way. First I changed dumps behaviour to ignore the SIGPIPE signal when the -P and -a option is given. The problem with occured than was the loss of data because of the race condition between "write date to p

multi volume dump with gzip/crypt - solved

2008-03-01 Thread Martin Laabs
Hi, I solved the dump problem in a not very clean way. First I changed dumps behaviour to ignore the SIGPIPE signal when the -P and -a option is given. The problem with occured than was the loss of data because of the race condition between "write date to pipe" and "receive SIGPIPE". I solved th