Options (6)
booleanCreate a new empty subvolume
Example:
sudo btrfs {{[su|subvolume]}} {{[c|create]}} {{path/to/new_subvolume}}booleanCreate a new empty subvolume
Example:
sudo btrfs {{[su|subvolume]}} {{[c|create]}} {{path/to/new_subvolume}}booleanList all subvolumes and snapshots in the specified filesystem
Example:
sudo btrfs {{[su|subvolume]}} {{[l|list]}} {{path/to/btrfs_filesystem}}booleanDelete a subvolume
Example:
sudo btrfs {{[su|subvolume]}} {{[d|delete]}} {{path/to/subvolume}}booleanCreate a [r]ead-only snapshot of an existing subvolume
Example:
sudo btrfs {{[su|subvolume]}} {{[sn|snapshot]}} -r {{path/to/source_subvolume}} {{path/to/target}}booleanShow detailed information about a subvolume
Example:
sudo btrfs {{[su|subvolume]}} {{[sh|show]}} {{path/to/subvolume}}Examples (6)
List all subvolumes and snapshots in the specified filesystem
Create a [r]ead-only snapshot of an existing subvolume
Create a read-write snapshot of an existing subvolume
made by @shridhargupta | data from tldr-pages