mirror of https://github.com/digint/btrbk
documentation: btrbk.1.asciidoc: add notes on propagation of filter statements
parent
3528927ea6
commit
c087082543
|
@ -353,8 +353,9 @@ FILTER STATEMENTS
|
||||||
Filter arguments are accepted in form:
|
Filter arguments are accepted in form:
|
||||||
|
|
||||||
<group-name>::
|
<group-name>::
|
||||||
Matches the 'group' configuration option of a 'volume',
|
Matches the 'group' configuration option of a 'volume',
|
||||||
'subvolume' or 'target' section.
|
'subvolume' or 'target' section (including all underlying
|
||||||
|
sections).
|
||||||
|
|
||||||
[hostname:]<volume-directory>::
|
[hostname:]<volume-directory>::
|
||||||
Matches all subvolumes and targets of a 'volume' configuration
|
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
|
For convenience, [hostname:] can be specified as either "hostname:" or
|
||||||
"ssh://hostname/".
|
"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
|
FILES
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue