Carl Eklof <[email protected]> wrote:

> Solution:
> The solution requires two parts of the code to be modified:
>  1) Compress each file before adding it to the archive.

The UNIX philosophy is not to do archiving that may fail later because you 
cannot 
predict what happens.

if you compress single files before archiving, you either need to read the file 
twice and you need to hope that the file will not change while doing this, or 
you will nees an unpredictable amount of temp space.

Jörg

-- 
 EMail:[email protected] (home) Jörg Schilling D-13353 Berlin
       [email protected]                (uni)  
       [email protected] (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to