diff --git a/sync.conf b/sync.conf index f6190aa..f62dbe8 100644 --- a/sync.conf +++ b/sync.conf @@ -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