Added a quicknote doc
This commit is contained in:
parent
c2377fc2a5
commit
531f09d949
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue