LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   need help with a twisted tarball problem! (https://www.linuxquestions.org/questions/linux-general-1/need-help-with-a-twisted-tarball-problem-359699/)

slackdork 09-02-2005 10:46 PM

need help with a twisted tarball problem!
 
hello to all...

ok... this is wierd... i feel like an idiot for doing this now, but whatever.

i've backed up alot of stuff into a tar.bz2 archive on my computer. it's right at 3.7GB uncompressed. i sent it accross my network to another computer with the following netpipes commands:

ON SENDER COMPY:
Code:

faucet 1234 -out tar -xjOf my-tar-file.tar.bz2
ON RECIPIENT COMPY:
Code:

hose 192.168.1.102 1234 -in cat - > my-tar-file.tar.bz2
this may seem ok at first, but in truth, i untarred the contents my tarball into a single file!!! "my-tar-file.tar.bz2" is no longer a bzipped tar file, but the output of a tarball extraction. Gross, huh?

is there any way that i can recover the files from my now jumbled mess of data???? PLEASE?

thanks,
~ slackdork.

slackdork 09-03-2005 03:40 PM

ok here's an easier way to look at this...

here's what i did:
Code:

tar xvjOf my-tar-file.tar.bz2 > output-file
in this case, how would i recover the data that was in the tar from my new output file?

thanks alot!
~ slackdork.


All times are GMT -5. The time now is 04:21 PM.