mirror of https://github.com/digint/btrbk
ssh_filter_btrbk: bugfix: use "lzop" instead of "lzo" for lzo compression command
parent
ee17c1a2b4
commit
b1f3936826
|
@ -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:
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue