documentation: adapt "list" command

pull/358/head
Axel Burri 2020-12-20 12:55:30 +01:00
parent bba7c06486
commit a414a10448
1 changed files with 8 additions and 7 deletions

View File

@ -326,17 +326,18 @@ file system.
form. Optionally filtered by [filter...] arguments (see
<<_filter_statements,FILTER STATEMENTS>> below).
+
Available subcommands:
Available subcommands (default ``all''):
+
--
ifndef::backend-docbook,backend-manpage[]
[horizontal]
endif::backend-docbook,backend-manpage[]
*snapshots*;; List all snapshots (and corresponding backups). Note
that all snapshots related to configured subvolumes are
listed, not only the ones created by btrbk.
*backups*;; List all backups (and corresponding snapshots).
*all*;; List all snapshots and backups created by btrbk.
*snapshots*;; List all snapshots (and correlated backups) created by
btrbk.
*backups*;; List all backups (and correlated snapshots) created by
btrbk.
*latest*;; List most recent common snapshot/backup pair, or most
recent snapshot if no common found.
*config*;; List configured source/snapshot/target relations.
@ -345,8 +346,8 @@ endif::backend-docbook,backend-manpage[]
*target*;; List configured targets.
--
+
Use the '--format' command line option to switch between
different output formats.
Use the '--format' command line option to switch between different
output formats.
*usage* [filter...]::