Fixed rsync -E option should not be mandatory

This commit is contained in:
deajan 2014-11-19 09:36:30 +01:00
parent 7bdf7e0939
commit b0e7770df2
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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"