From c087082543db2808bca3aff905fa5957e16a12b8 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 9 Oct 2018 15:21:30 +0200 Subject: [PATCH] documentation: btrbk.1.asciidoc: add notes on propagation of filter statements --- doc/btrbk.1.asciidoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/btrbk.1.asciidoc b/doc/btrbk.1.asciidoc index 36c3575..18e1357 100644 --- a/doc/btrbk.1.asciidoc +++ b/doc/btrbk.1.asciidoc @@ -353,8 +353,9 @@ FILTER STATEMENTS Filter arguments are accepted in form: :: -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:]:: 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 -----