documentation: ssh_filter_btrbk: fix required commands

pull/397/head
Axel Burri 2021-03-20 13:52:29 +01:00
parent fb11acf991
commit adc269a3dc
1 changed files with 2 additions and 3 deletions

View File

@ -40,9 +40,8 @@ The following commands are always allowed:
- "test -d" (only if "compat busybox" configuration option is set) - "test -d" (only if "compat busybox" configuration option is set)
- "cat /proc/self/mountinfo" - "cat /proc/self/mountinfo"
- pipes through "gzip", "pigz", "bzip2", "pbzip2", "xz", "lzop", - pipes through "gzip", "pigz", "bzip2", "pbzip2", "xz", "lzop",
"lz4" (stream_compress) "lz4", "zstd" (stream_compress)
- pipes through "mbuffer" (stream_buffer) - pipes through "mbuffer" (stream_buffer, rate_limit)
- pipes through "pv -L" (rate_limit)
Example line in /root/.ssh/authorized_keys on a backup target host: Example line in /root/.ssh/authorized_keys on a backup target host: