Do not enable both SSH and RSYNC compression #251
This commit is contained in:
parent
f646fffc79
commit
edaeb9a400
|
@ -1,5 +1,5 @@
|
|||
###### osync - Rsync based two way sync engine with fault tolerance
|
||||
###### (C) 2013-2021 by Orsiris de Jong (www.netpower.fr)
|
||||
###### (C) 2013-2023 by Orsiris de Jong (www.netpower.fr)
|
||||
|
||||
[GENERAL]
|
||||
CONFIG_FILE_REVISION=1.3.0
|
||||
|
@ -71,7 +71,7 @@ TARGET_CUSTOM_STATE_DIR=""
|
|||
[REMOTE_OPTIONS]
|
||||
|
||||
## ssh compression should be used on WAN links, unless your remote connection is good enough (LAN), in which case it would slow down things
|
||||
SSH_COMPRESSION=true
|
||||
SSH_COMPRESSION=false
|
||||
|
||||
## Optional ssh options. Example to lower CPU usage on ssh compression, one can specify '-T -c arcfour -o Compression=no -x'
|
||||
## -T = turn off pseudo-tty, -c arcfour = weakest but fasted ssh encryption (destination must accept "Ciphers arcfour" in sshd_config), -x turns off X11 forwarding
|
||||
|
|
Loading…
Reference in New Issue