From 3aa1837f1a32a9ec3803b5627dec0604e42cdf34 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 30 Sep 2018 14:20:39 +0200 Subject: [PATCH] Fixed rsync args built logic --- dev/ofunctions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 541144a..9eeb503 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -8,7 +8,7 @@ #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018093002 +_OFUNCTIONS_BUILD=2018093003 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -2197,8 +2197,9 @@ function InitRemoteOSDependingSettings { # Set compression options again after we know what remote OS we are dealing with SetCompression - RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS" + # Set recursive options RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS" + RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS" } ## IFS debug function