Created attachment 7806 [details] My .config Expect no output if operation is successful, like GNU tar and bsdtar Actual output: >e5ten@localhost:~/tartest$ busybox tar cfJ bb.tar.xz bb >BusyBox v1.30.0.git () multi-call binary. > >Usage: xz -d [-cfk] [FILE]... > >Decompress FILE (or stdin) > > -d Decompress > -c Write to stdout > -f Force > -k Keep input files
This is not a bug. Creation of .tar.xz files requires xz _compressor_. Busybox's "xz" is not a full tool - it contains only decompression code (and thus requires -d option to be always specified). Install fully-functional xz.