Hey guys. learned something new today so wanted to share.
Plesk doesnt use standard tar.gz file backups which can be annoying when you need just like one or two files. So here how to extract.
1. Download and install ripMIME
http://www.pldaniels.com/ripmime/downloads.php
2. Make a directory where you want to work with. Lets say backuprestore
3. Once installed lets extract the file. Get your backup file ready, if its compressed, then decompress it. Lets say my file is called backup-01-18-05-domain.com
Run ripMIME
Code:
ripmime -i backup-01-18-05-domain.com -d backuprestore
4. Now the files are in seperate files that need to be untar. So Untar them
Code:
tar -ztvf backuprestore/*
5. Now its extracted and you can access your files.