- Joined
- Apr 24, 2016
- Messages
- 424
- Points
- 18
After backup my website on cpanel, i got this file type, filename.tar.gz . How to unzip this file in SSH? I can not use Unzip command in ssh to unzip .gz file.
You are supposed to use this file to restore your backup through WHM. If you are on shared hosting then you can ask your provider to restore it for you. If you want to extract something manually then you can run the following command to extract files from the archive.After backup my website on cpanel, i got this file type, filename.tar.gz . How to unzip this file in SSH? I can not use Unzip command in ssh to unzip .gz file.
tar -zxvf file_name.tar.gz
tar -C /home/backups/ -zxvf file_name.tar.gz
tar -xvzf filename.tar.gz should extract your backup files. All your website files will be under the folder homedirAfter backup my website on cpanel, i got this file type, filename.tar.gz . How to unzip this file in SSH? I can not use Unzip command in ssh to unzip .gz file.
ForumWeb.Hosting is a web hosting forum where you’ll find in-depth discussions and resources to help you find the best hosting providers for your websites or how to manage your hosting whether you are new or experienced. You’ll find it all here. With topics ranging from web hosting, internet marketing, search engine optimization, social networking, make money online, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest hosting providers come here to discuss & share what's trending in the web hosting world!