btrfs-progs

Userspace utilities for managing and administering btrfs filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Userspace utilities to manage btrfs filesystems

Commands

btrfsbtrfs-convertbtrfs-find-rootbtrfs-imagebtrfs-map-logicalbtrfs-select-superbtrfsckmkfs.btrfs

Examples

Create a new btrfs filesystem on a device$ mkfs.btrfs /dev/sda1
Check filesystem usage and display subvolume information$ btrfs filesystem show
Create a snapshot of a subvolume for backup$ btrfs subvolume snapshot /mnt/btrfs/subvol /mnt/btrfs/subvol-backup