.taz is the same as .tar.Z (isn't it?). In that case, use commands: cp aaa.taz aaa.tar.Z uncompress aaa.tar.Z tar xvf aaa.tar should in principle work. Somebody give a quicker approach please, if know it.