docs + samples: adjust ssh 'Compression' arg in examples

This commit is contained in:
Christian Schwarz 2019-11-20 18:19:16 +01:00
parent ad0b055245
commit 7e743c74dc
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
port: 22
identity_file: /etc/zrepl/ssh/identity
options: # optional, default [], `-o` arguments passed to ssh
- "Compression=on"
- "Compression=yes"
root_fs: "pool2/backup_servers"
interval: 10m
pruning:

View File

@ -288,7 +288,7 @@ Connect
port: 22
identity_file: /etc/zrepl/ssh/identity
# options: # optional, default [], `-o` arguments passed to ssh
# - "Compression=on"
# - "Compression=yes"
# dial_timeout: 10s # optional, default 10s, max time.Duration until initial handshake is completed
The connecting zrepl daemon