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"