Rebuilt targets
This commit is contained in:
parent
5677335c24
commit
623408bf31
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2017 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2017 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.2.1-dev
|
PROGRAM_VERSION=1.2.1-dev
|
||||||
PROGRAM_BUILD=2017032101
|
PROGRAM_BUILD=2017052201
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
##### Execution order #__WITH_PARANOIA_DEBUG
|
##### Execution order #__WITH_PARANOIA_DEBUG
|
||||||
|
@ -2905,8 +2905,6 @@ function treeList {
|
||||||
local escapedReplicaPath
|
local escapedReplicaPath
|
||||||
local rsyncCmd
|
local rsyncCmd
|
||||||
|
|
||||||
sleep 10
|
|
||||||
|
|
||||||
escapedReplicaPath=$(EscapeSpaces "$replicaPath")
|
escapedReplicaPath=$(EscapeSpaces "$replicaPath")
|
||||||
|
|
||||||
# operation explanation
|
# operation explanation
|
||||||
|
|
4
osync.sh
4
osync.sh
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2017 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2017 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.2.1-dev
|
PROGRAM_VERSION=1.2.1-dev
|
||||||
PROGRAM_BUILD=2017032101
|
PROGRAM_BUILD=2017052201
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
|
|
||||||
|
@ -2714,8 +2714,6 @@ function treeList {
|
||||||
local escapedReplicaPath
|
local escapedReplicaPath
|
||||||
local rsyncCmd
|
local rsyncCmd
|
||||||
|
|
||||||
sleep 10
|
|
||||||
|
|
||||||
escapedReplicaPath=$(EscapeSpaces "$replicaPath")
|
escapedReplicaPath=$(EscapeSpaces "$replicaPath")
|
||||||
|
|
||||||
# operation explanation
|
# operation explanation
|
||||||
|
|
Loading…
Reference in New Issue