From b0e7770df2d4556e11e6997ccb76667ab460abb8 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 19 Nov 2014 09:36:30 +0100 Subject: [PATCH] Fixed rsync -E option should not be mandatory --- CHANGELOG.md | 1 + obackup.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49018fc..2b82029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ KNOWN ISSUES CHANGELOG --------- +- Fixed remaining rsync -E option preventing obackup to work correctly on MacOS X - Fixed an issue with existing symlinks to directories on target - Prevent changed IFS to make ping commands fail - Added RotateCopies execution time (spinner support) diff --git a/obackup.sh b/obackup.sh index ab6f887..4155740 100755 --- a/obackup.sh +++ b/obackup.sh @@ -5,7 +5,7 @@ AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.84preRC4 -PROGRAM_BUILD=1811201401 +PROGRAM_BUILD=1911201401 ## type doesn't work on platforms other than linux (bash). If if doesn't work, always assume output is not a zero exitcode if ! type -p "$BASH" > /dev/null @@ -1220,7 +1220,7 @@ function Init fi ## Set Rsync arguments - RSYNC_ARGS=-rlptgoDE + RSYNC_ARGS=-rlptgoD if [ "$PRESERVE_ACL" == "yes" ] then RSYNC_ARGS=$RSYNC_ARGS"A"