[wellylug] Encrypted backup recovery
David Antliff
dave.antliff at paradise.net.nz
Wed Aug 25 09:16:40 NZST 2004
On Wed, 25 Aug 2004, Mark Signal wrote:
> Is bzip2 generally regarded as more robust than gzip?
I have no references to back me up (although I did formally study the
Burrows-Wheeler transform a few years ago) but I believe the block nature
of bzip2 allows you to recover parts of files beyond failures. Gzip
compression is based on the context (part before) so if you lose that, you
lose everything after that too. There is a patch for gzip that adds
'blocks' (basically 'restart' points) to provide better reliability but
I'm not sure if it's part of gzip proper yet.
Again, I don't have any references to back me up, but if this were a
real-time quiz, that would be my answer :)
--
David.
More information about the wellylug
mailing list