HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bzip2recover — Attempt to recover data from a damaged `.bz2` file. See also: `bzip2`. More information: <https://ma

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandfromdamagedrecoverattemptclibzip2recoverdata

Problem

How to use the bzip2recover command: Attempt to recover data from a damaged .bz2 file. See also: bzip2. More information: <https://manned.org/bzip2recover>.

Solution

bzip2recover — Attempt to recover data from a damaged .bz2 file. See also: bzip2. More information: <https://manned.org/bzip2recover>.

Recover all intact blocks from a damaged .bz2 file:
bzip2recover {{damaged_file.bz2}}

Code Snippets

Recover all intact blocks from a damaged `.bz2` file

bzip2recover {{damaged_file.bz2}}

Context

tldr-pages: common/bzip2recover

Revisions (0)

No revisions yet.