sfantar wrote: > I use tar (tar -cvvf) to compress this archive. It's not a file, it's > an archive .tar.gz. > You said tar -cvf ? -c stands for "create", not compression... tar -cvzf would do a gzip compression. Maybe your archive isn't zipped at all. Till > >