Cristian Rodríguez wrote:
On 01/09/11 06:38, Ruediger Meier wrote:
On Thursday 01 September 2011, Anders Johansson wrote:
To me the most obvious point is that there are lots of scripts out there that call gzip. Command line invocations aren't the big deal. It's not just about "type this instead of that", it's about changing all the scripts. Both gzip and bzip2 are way too slow.
There is not that much to change, for example I just have this on all my machines: /etc/logrotate.conf compresscmd /usr/bin/xz compressoptions -3 uncompresscmd /usr/bin/unxz
Well, that IMHO is another legacy error, I think logrotate should use libarchive instead of forking X compression programs and support only one compression format, one that achieves the best compression ratio.
Definitely -1. Without knowing what the compressed files might be used for afterwards, chosing a suitable compression algorithm is impossible. -- Per Jessen, Zürich (21.8°C) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org