From f95328ce391e65fa5c27612e93e73633c025ca5d Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 30 Sep 2018 14:24:50 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_obackup.sh | 5 +++-- obackup.sh | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev/debug_obackup.sh b/dev/debug_obackup.sh index a4ad03a..076cb10 100755 --- a/dev/debug_obackup.sh +++ b/dev/debug_obackup.sh @@ -35,7 +35,7 @@ IS_STABLE=no # FilesBackup #__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: @@ -2201,8 +2201,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/obackup.sh b/obackup.sh index 591cfaf..82116ad 100755 --- a/obackup.sh +++ b/obackup.sh @@ -12,7 +12,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: @@ -2056,8 +2056,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