ssh_filter_btrbk: bugfix: use "lzop" instead of "lzo" for lzo compression command

pull/175/merge
Axel Burri 2017-08-21 14:42:01 +02:00
parent ee17c1a2b4
commit b1f3936826
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Note that the following btrfs commands are always allowed: "btrfs
subvolume show", "btrfs subvolume list". subvolume show", "btrfs subvolume list".
.PP .PP
Note that commands for stream compression (pipes through gzip, pigz, Note that commands for stream compression (pipes through gzip, pigz,
bzip2, pbzip2, xz, lzo, lz4), rate limiting (pipes through "pv -L"), bzip2, pbzip2, xz, lzop, lz4), rate limiting (pipes through "pv -L"),
and stream buffer (pipes through "mbuffer") are always allowed. and stream buffer (pipes through "mbuffer") are always allowed.
.PP .PP
Example line in /root/.ssh/authorized_keys on a backup target host: Example line in /root/.ssh/authorized_keys on a backup target host:

View File

@ -12,7 +12,7 @@ allow_exact_list=
allow_rate_limit=1 allow_rate_limit=1
allow_stream_buffer=1 allow_stream_buffer=1
allow_compress=1 allow_compress=1
compress_list="gzip|pigz|bzip2|pbzip2|xz|lzo|lz4" compress_list="gzip|pigz|bzip2|pbzip2|xz|lzop|lz4"
log_cmd() log_cmd()
{ {