Do not enable both SSH and RSYNC compression #251

pull/254/head
Orsiris de Jong 1 year ago committed by GitHub
parent f646fffc79
commit edaeb9a400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save