G
ganast
Guest
I need to extract one database from an old psademp archive... is there a way to extract just one file?
I tried running the dump.aa file through ripmime, but only one file came out and it was not a gzip, tar, or zip file...
Any way to crack the psadump egg to see what's in it?
--gabe
-------------------------
[root]# file -ki 711back.aa
711back.aa: application/x-gzip
[root]# gunzip 711back.aa
gunzip: 711back.aa: unknown suffix -- ignored
[root]# mv 711back.aa 711back.aa.tgz
[root]# gunzip 711back.aa.tgz
gunzip: 711back.aa.tgz: unexpected end of file
...bleh...
I tried running the dump.aa file through ripmime, but only one file came out and it was not a gzip, tar, or zip file...
Any way to crack the psadump egg to see what's in it?
--gabe
-------------------------
[root]# file -ki 711back.aa
711back.aa: application/x-gzip
[root]# gunzip 711back.aa
gunzip: 711back.aa: unknown suffix -- ignored
[root]# mv 711back.aa 711back.aa.tgz
[root]# gunzip 711back.aa.tgz
gunzip: 711back.aa.tgz: unexpected end of file
...bleh...