Recebi um arquivo .tar.gz enorme de um cliente que contém cerca de 800 mb de arquivos de imagem (quando não compactado.) O ftp da empresa de hospedagem é muito lento, portanto, extrair todos os arquivos localmente e enviá-los via ftp não é prático. Consegui enviar o arquivo .tar.gz ao nosso site de hospedagem, mas quando ssh no meu diretório e tento usar o descompactação, ocorre o seguinte erro:
[esthers@clients locations]$ unzip community_images.tar.gz
Archive: community_images.tar.gz
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive.
note: community_images.tar.gz may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of community_images.tar.gz or community_images.tar.gz.zip, and cannot find community_images.tar.gz.ZIP, period.
Qual comando eu preciso usar para extrair todos os arquivos em um arquivo .tar.gz?
tar -xf
sugestão seria fazer uma grande resposta adicional.