From 531f09d949c9cef9db0d4d9988701ab9f58adb2a Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 27 Jan 2016 11:44:16 +0100 Subject: [PATCH] Added a quicknote doc --- sync.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sync.conf b/sync.conf index 93d7504..81caaf8 100644 --- a/sync.conf +++ b/sync.conf @@ -2,7 +2,7 @@ ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2015 by Orsiris "Ozy" de Jong (www.netpower.fr) -###### Config file rev 2015112801 +###### Config file rev 2016012701 ## ---------- GENERAL OPTIONS @@ -89,7 +89,8 @@ CHECKSUM=no ## Let RSYNC compress file transfers. Do not use this if both initator and target replicas are on local system. Also, do not use this if you already enabled SSH compression. RSYNC_COMPRESS=yes -## Maximum execution time (in seconds) for sync process. Soft exec time only generates a warning. Hard exec time will generate a warning and stop sync process. +## Maximum execution time (in seconds) for sync process. Set these values zero will disable max execution times. +## Soft exec time only generates a warning. Hard exec time will generate a warning and stop sync process. SOFT_MAX_EXEC_TIME=7200 HARD_MAX_EXEC_TIME=10600