• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

how to open a backup file

W

webrebel

Guest
Is there a way to open a backup so I can retreive some images rather than trying another restore? I don't want to lose what I have. Thanks
 
I tried a restore and it keeps skipping the database cause it says it already exists....

I NEED to open this backup file to get my images!
 
this is pretty damn good...I have my backup file with the files I need in my hand and can't get to them. But my server can get hacked like they own the damned thing. PLESK SUCKS!!!!
 
Hello,
You could use ripMime,
ie...
ripmime -i backupfilename -d directory_to_place_files
this will create files in the dir.
then you will need to determine what file contains your
image(s). This will most likely be the largest file in the dir..
To verify, do a..
tar -tvzf filename

Once you found it, just do a
tar -xvzf filename image_name

Regardless, use any tool to extract mime attachements.
Make sure to archive your original backup file, just in case
you make a mistake, and over-write something. ;)

Cheers.
 
Bless you kind stranger!!! That worked!

Problem is the images WERE NOT THERE. The Plesk backup was faulty. Y'all might take note of this, PLESK BACKUPS ARE NOT RELIABLE.
 
I have had problems with Plesk backups in the past and it's very frustrating. I now backup using both Plesk and Total Backup from 4PSA - just in case. And I keep a few copies of past and present backups (from both companies) as an additional safety net.
 
im using windows.... iv downloaded the backup file..

iv used winzip to unpack the backup files...
im left with...

UNKNOWN.000
UNKNOWN.001
UNKNOWN.002

etc...
what are these files encoded in?
i can extract tar with winrar on windows. but it doesnt seem to work
 
Hello.
These files are "Mime" encoded.
Within the mime attachment, you should find
tar-zipped files.
Extract the Mime attachments, then open each
attachment, in your case, the unknown.nnn file
is the archive.
You could try renaming the unknown file to
include the .tgz extension, then you should be able
to use winzip.

Also, Dataviz makes a utility (Conversion Plus),
that would help you do this a bit more rapidly.

While this may not be a perfect solution, it may help you.

Cheers.
 
What about when files are spanned?

I could decode the first file of two but can't open the second file. (I used split 1000 ) Of course the file I need is in the second file. :(

Ideas?
 
Maybe try using the "cat" command to join the files and then decode?
 
Back
Top