btrfs-restore

Try to salvage files from a damaged btrfs filesystem. More information: <https://btrfs.readthedocs.io/en/latest/btrfs-restore.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y btrfs-tools
Ubuntu
RUN apt-get update && \ apt-get install -y btrfs-progs
Alpine
RUN apk add btrfs-progs
Arch Arch Linux
RUN pacman -S --noconfirm btrfs-progs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y btrfs-progs
CentOS
RUN yum install -y btrfs-progs
Fedora
RUN dnf install -y btrfs-progs
Raspbian
RUN apt-get update && \ apt-get install -y btrfs-progs
click the source code to copy install btrfs-restore on any operating system with command-not-found.com