btrfs-cli 0.1.0

A Rust implementation of the btrfs command-line tool
Documentation

btrfs-cli: a Rust reimplementation of the btrfs command-line tool

This crate provides the btrfs command-line binary, a Rust reimplementation of btrfs-progs. It is built on top of btrfs-uapi for kernel communication and btrfs-disk for direct on-disk structure parsing.

Not all commands from btrfs-progs are implemented yet. Run btrfs help to see what is available.

Usage

btrfs <command> [<subcommand>] [<args>]

Most commands require root privileges or CAP_SYS_ADMIN.