Always launch RsyncPatterns function
This commit is contained in:
parent
5af05c2878
commit
b66b9669fa
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 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.1.5
|
PROGRAM_VERSION=1.1.5
|
||||||
PROGRAM_BUILD=2016111503
|
PROGRAM_BUILD=2016111504
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
source "./ofunctions.sh"
|
source "./ofunctions.sh"
|
||||||
|
@ -1473,9 +1473,7 @@ function Init {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Add Rsync include / exclude patterns
|
## Add Rsync include / exclude patterns
|
||||||
if [ $_QUICK_SYNC -lt 2 ]; then
|
|
||||||
RsyncPatterns
|
RsyncPatterns
|
||||||
fi
|
|
||||||
|
|
||||||
## Conflict options
|
## Conflict options
|
||||||
if [ "$CONFLICT_BACKUP" != "no" ]; then
|
if [ "$CONFLICT_BACKUP" != "no" ]; then
|
||||||
|
|
Loading…
Reference in New Issue