mirror of https://github.com/digint/btrbk
documentation: adapt "list" command
parent
bba7c06486
commit
a414a10448
|
@ -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...]::
|
||||
|
|
Loading…
Reference in New Issue