documentation: btrbk.1.asciidoc: add notes on propagation of filter statements

pull/208/merge
Axel Burri 2018-10-09 15:21:30 +02:00
parent 3528927ea6
commit c087082543
1 changed files with 8 additions and 2 deletions

View File

@ -353,8 +353,9 @@ FILTER STATEMENTS
Filter arguments are accepted in form:
<group-name>::
Matches the 'group' configuration option of a 'volume',
'subvolume' or 'target' section.
Matches the 'group' configuration option of a 'volume',
'subvolume' or 'target' section (including all underlying
sections).
[hostname:]<volume-directory>::
Matches all subvolumes and targets of a 'volume' configuration
@ -374,6 +375,11 @@ Matches the 'group' configuration option of a 'volume',
For convenience, [hostname:] can be specified as either "hostname:" or
"ssh://hostname/".
Note that for *run* and *snapshot* commands, a filter matching a
'target' configuration section also enables snapshot creation of the
surrounding 'subvolume' section. If this is not desired, consider
running *snapshot* and *resume* commands separately.
FILES
-----