A
absert
Guest
Hi!
I make a dump with pleskbackup (plesk 8) and now I need some files inside that backup.
I have readed posts in this (and others) forum about how to unpack it. Well it's not seems difficult I thought.
First I copy the file my_backup.gz in /tmp/dump folder. I unpack it using gunzip and I obtain other file called: "my_backup".
Later I compile ripmime and use it like:
ripmime -v -i my_backup -d 123
Now I can see my database's sql dumps in /tmp/dump/123 folder and a few files more but I need to extract my htmls files from some of those unpacked files.
I found files with htdocs extension. If I open it whith "vi" I can see the files but I don't know what can I must do to unpack its.
I used pax, tar, cpio, gunzip, zip and every possible combination but nothing happens :S
The header of that file is something like that:
The backup was made by plesk 8
¿Anybody knows how I can unpack that file to obtain my htmls files?
Thanks.
I make a dump with pleskbackup (plesk 8) and now I need some files inside that backup.
I have readed posts in this (and others) forum about how to unpack it. Well it's not seems difficult I thought.
First I copy the file my_backup.gz in /tmp/dump folder. I unpack it using gunzip and I obtain other file called: "my_backup".
Later I compile ripmime and use it like:
ripmime -v -i my_backup -d 123
Now I can see my database's sql dumps in /tmp/dump/123 folder and a few files more but I need to extract my htmls files from some of those unpacked files.
I found files with htdocs extension. If I open it whith "vi" I can see the files but I don't know what can I must do to unpack its.
I used pax, tar, cpio, gunzip, zip and every possible combination but nothing happens :S
The header of that file is something like that:
Code:
./ 0000750 0023470 0004732 00000000000 10507440575 012532 5 ustar mi_user psaserv 0000000 0000000 ./index.html 0000755 0023470 0023421 00000000147 10507440575 014332 0 ustar mi_user psacln 0000000 0000000 <html>
<head>
The backup was made by plesk 8
¿Anybody knows how I can unpack that file to obtain my htmls files?
Thanks.