• Resolved dcrouse

    (@dcrouse)


    My website had a data base error and the host was not able to restore my site (this has been going on for weeks). They just restored the URL. I have a tar.gz for backup how do I find out if my entire website is in this file ?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • You can restore your Site Manually

    1. Unzip your Backup
    2. If you Use cPanel Backup Go “Homedir/Public_html” and Copy and Pest your files
    3. For Database go “Homedir/mysql” here is your all database files.
    4. Upload your all Files on your Hosting Filemanager
    5. Create Database and Username
    6. Upload Your Database

    I hope your problem will solved, let me know is there need anything else.

    Thank you.

    Thread Starter dcrouse

    (@dcrouse)

    Thank you for this information. Do you have a program you recommend to unzip the file?

    Moderator Yui

    (@fierevere)

    永子

    7-zip will do fine
    https://www.7-zip.org/

    You can use WinRAR

    Also you can uzip your file using Windows CMD

    cd C:\Users\YourUsername\Downloads
    expand example.zip -f:*
    

    The “-f:*” parameter tells the “expand” command to extract all files from the zipped archive.

    That’s it! Once the unzip process is finished, you should see the extracted files in the same directory where the zipped file was located.

    sermaton

    (@sermaton)

    winrar also can extract your tar.gr archive.

    sermaton

    (@sermaton)

    winrar also can extract your tar.gz archive.

    Thread Starter dcrouse

    (@dcrouse)

    Thank you I am all set.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Tar.gz – how can I see what is there’ is closed to new replies.