mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed rsync -E option should not be mandatory
This commit is contained in:
parent
7bdf7e0939
commit
b0e7770df2
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user