diff --git a/sync.conf.example b/sync.conf.example index 459316c..439abc0 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -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