Hi, I was trying to create an archive with my gtk themes with "tar -c themes | xz > themes.tar.xz" and it says "tar:strlcpy: input string too long".
The same happens without piping. BusyBox' tar did this fine. Also, when trying to extract the created archive (tar -xvf), it says "malformed tar archive". I've tried creating an archive from a single file, tar does it but when trying to extract it I get the error above. Cág