documentation: ssh_filter_btrbk: add note on --restrict-path

pull/510/head
Axel Burri 2022-11-21 13:10:42 +01:00
parent f9c7a47b6a
commit fa7ef1bf63
1 changed files with 5 additions and 0 deletions

View File

@ -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.