Fixed forgotten renaming
This commit is contained in:
parent
6cdc1a726b
commit
413a89209d
|
@ -126,7 +126,7 @@ SOFT_DELETE_DAYS=30
|
|||
RESUME_SYNC=yes
|
||||
## Number maximum resume tries before initiating a fresh sync.
|
||||
RESUME_TRY=2
|
||||
## When a pidlock exists on slave replica that does not correspond to the initiator's sync-id, force pidlock removal. Be careful with this option if you have multiple initiators.
|
||||
## When a pidlock exists on slave replica that does not correspond to the initiator's instance-id, force pidlock removal. Be careful with this option if you have multiple initiators.
|
||||
FORCE_STRANGER_LOCK_RESUME=no
|
||||
|
||||
## Keep partial uploads that can be resumed on next run, experimental feature
|
||||
|
@ -162,7 +162,7 @@ REMOTE_RUN_AFTER_CMD=""
|
|||
MAX_EXEC_TIME_PER_CMD_BEFORE=0
|
||||
MAX_EXEC_TIME_PER_CMD_AFTER=0
|
||||
|
||||
## Stops Osync execution if one of the above commands fail
|
||||
## Stops osync execution if one of the above commands fail
|
||||
STOP_ON_CMD_ERROR=yes
|
||||
|
||||
## Run local and remote after sync commands even on failure
|
||||
|
|
Loading…
Reference in New Issue