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