LSBTR(1) | Btrbk Manual | LSBTR(1) |
NAME
lsbtr - list btrfs subvolumes
SYNOPSIS
lsbtr [-h|--help] [--version] [-l|--long] [-u|--uuid] [-1|--single-column] [--raw] [--format <output-format>] [-v|--verbose] [-c|--config <file>] [--override <config_option>=<value>] [[--] <path>|<url>...]
DESCRIPTION
List btrfs subvolumes and their mount points visible by the file system below <path>.
lsbtr is part of btrbk (basically a shortcut for "btrbk ls"), and takes some global configuration options from btrbk.conf(5) if present.
lsbtr requires root privileges to run correctly. Alternatively, consider using "btrfs-progs-sudo" or "btrfs-progs-btrbk" backends, both of which allows you to run lsbtr as a regular user. Refer to configuration option backend in btrbk.conf(5) for more details.
OPTIONS
-h, --help
--version
-l, --long
-u, --uuid
-1, --single-column
--raw
--format table|long|raw|col:[h:]<columns>
If set to "col:", prints only the <columns> specified (comma-separated list). Header lines are ommitted if the "h:" modifier is present. Columns prefixed with "-" are collapsed if empty. Columns postfixed with ":RALIGN" are right-aligned.
-v, --verbose
-c, --config <file>
--override <config_option>=<value>
FILES
/etc/btrbk.conf, /etc/btrbk/btrbk.conf
EXIT STATUS
lsbtr returns the following error codes:
0
1
2
255
AVAILABILITY
Please refer to the btrbk project page https://digint.ch/btrbk/ for further details.
SEE ALSO
AUTHOR
Axel Burri <axel@tty0.ch>
2023-03-25 | Btrbk 0.32.6 |