1. Test the integrity of the bzip2 file by typing the following command:
bzip2 -t [filename]
2. If the input is corrupted, run the command:
bzip2recover [filename]
3. Lastly, run:
bzip2 -dc rec*file.bz2 > [recovered_data]
That's it folks

Moderator: chandranjoy
bzip2 -t [filename]
bzip2recover [filename]
bzip2 -dc rec*file.bz2 > [recovered_data]
Users browsing this forum: No registered users and 1 guest