From b44c0c13ad2d5ce1cc053d48d713cd5c3ee57798 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 30 Sep 2018 14:50:51 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 5 +++-- dev/debug_osync_target_helper.sh | 5 +++-- osync.sh | 5 +++-- osync_target_helper.sh | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 393cc6c..8d870f5 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -42,7 +42,7 @@ IS_STABLE=no # CleanUp no #__WITH_PARANOIA_DEBUG _OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018093002 +_OFUNCTIONS_BUILD=2018093003 _OFUNCTIONS_BOOTSTRAP=true ## To use in a program, define the following variables: @@ -2208,8 +2208,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 diff --git a/dev/debug_osync_target_helper.sh b/dev/debug_osync_target_helper.sh index 18a200c..cbd241a 100755 --- a/dev/debug_osync_target_helper.sh +++ b/dev/debug_osync_target_helper.sh @@ -8,7 +8,7 @@ PROGRAM_BUILD=2017061901 IS_STABLE=no _OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018093002 +_OFUNCTIONS_BUILD=2018093003 _OFUNCTIONS_BOOTSTRAP=true ## To use in a program, define the following variables: @@ -2174,8 +2174,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 diff --git a/osync.sh b/osync.sh index fe97588..cd6184d 100755 --- a/osync.sh +++ b/osync.sh @@ -13,7 +13,7 @@ IS_STABLE=no _OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018093002 +_OFUNCTIONS_BUILD=2018093003 _OFUNCTIONS_BOOTSTRAP=true ## To use in a program, define the following variables: @@ -2057,8 +2057,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 diff --git a/osync_target_helper.sh b/osync_target_helper.sh index ccb0a63..ccfa36a 100755 --- a/osync_target_helper.sh +++ b/osync_target_helper.sh @@ -8,7 +8,7 @@ PROGRAM_BUILD=2017061901 IS_STABLE=no _OFUNCTIONS_VERSION=2.3.0-RC1 -_OFUNCTIONS_BUILD=2018093002 +_OFUNCTIONS_BUILD=2018093003 _OFUNCTIONS_BOOTSTRAP=true ## To use in a program, define the following variables: @@ -2052,8 +2052,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