How can I recover files from a corrupted .tar.gz archive?

后端 未结 3 1146
说谎
说谎 2021-02-02 09:03

I have a large number of files in a .tar.gz archive. Checking the file type with the command

file SMS.tar.gz

gives the response



        
3条回答
  •  悲&欢浪女
    2021-02-02 09:40

    Are you sure that it is a gzip file? I would first run 'file SMS.tar.gz' to validate that.

    Then I would read the The gzip Recovery Toolkit page.

提交回复
热议问题