From b2f221cb8675e285ed0446313075f02b4df02be6 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 14 Jun 2023 14:06:18 +0200 Subject: [PATCH] Make rsync old arguments fix permanent --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 777aeed..a1a3235 100755 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -2283,7 +2283,7 @@ function InitRemoteOSDependingSettings { #fi # NPF-MOD: Strangely enough, also happens on RHEL7 rsync 3.1.1 # Let's resolve this easier - RSYNC_OLD_ARGS=1 + export RSYNC_OLD_ARGS=1 if [ "$_DRYRUN" == true ]; then RSYNC_DRY_ARG="-n"