mirror of https://github.com/digint/btrbk
documentation: ssh_filter_btrbk: add note on --restrict-path
parent
f9c7a47b6a
commit
fa7ef1bf63
|
@ -82,6 +82,11 @@ OPTIONS
|
||||||
-p, --restrict-path <path>::
|
-p, --restrict-path <path>::
|
||||||
Restrict commands to <path>. Note that "btrfs subvolume show",
|
Restrict commands to <path>. Note that "btrfs subvolume show",
|
||||||
"btrfs subvolume list" are NOT affected by this option.
|
"btrfs subvolume list" are NOT affected by this option.
|
||||||
|
+
|
||||||
|
It is not possible to restrict commands to exact subvolume names, as
|
||||||
|
btrfs-receive(8) takes a <path> as argument (directory, not including
|
||||||
|
the subvolume file name to be created, this is encoded in the
|
||||||
|
send-stream).
|
||||||
|
|
||||||
-l, --log::
|
-l, --log::
|
||||||
Log ACCEPT and REJECT messages to the system log.
|
Log ACCEPT and REJECT messages to the system log.
|
||||||
|
|
Loading…
Reference in New Issue