juninho12 / freearc

Automatically exported from code.google.com/p/freearc
1 stars 0 forks source link

bzip2, gzip, xz command options comptability #320

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please consider adding 'compress FILES in-place option' - this would allow for 
drop in replacement at least in 'logrotate', for example: arc -mx foofile.txt 
which would result in a foofile.txt.arc compressed file.

As it stands right now following logrotate.conf settings will not work:

compresscmd /usr/bin/arc
uncompresscmd /usr/bin/unarc
compressoptions -mx
compressext .arc

Original issue reported on code.google.com by daniel.s...@gmail.com on 20 Sep 2012 at 4:37