mirror of
https://github.com/deajan/obackup.git
synced 2025-02-06 03:13:49 +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
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
- Fixed remaining rsync -E option preventing obackup to work correctly on MacOS X
|
||||||
- Fixed an issue with existing symlinks to directories on target
|
- Fixed an issue with existing symlinks to directories on target
|
||||||
- Prevent changed IFS to make ping commands fail
|
- Prevent changed IFS to make ping commands fail
|
||||||
- Added RotateCopies execution time (spinner support)
|
- Added RotateCopies execution time (spinner support)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong"
|
AUTHOR="(L) 2013-2014 by Orsiris \"Ozy\" de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.84preRC4
|
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
|
## 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
|
if ! type -p "$BASH" > /dev/null
|
||||||
@ -1220,7 +1220,7 @@ function Init
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## Set Rsync arguments
|
## Set Rsync arguments
|
||||||
RSYNC_ARGS=-rlptgoDE
|
RSYNC_ARGS=-rlptgoD
|
||||||
if [ "$PRESERVE_ACL" == "yes" ]
|
if [ "$PRESERVE_ACL" == "yes" ]
|
||||||
then
|
then
|
||||||
RSYNC_ARGS=$RSYNC_ARGS"A"
|
RSYNC_ARGS=$RSYNC_ARGS"A"
|
||||||
|
Loading…
Reference in New Issue
Block a user