mirror of
https://github.com/deajan/obackup.git
synced 2025-02-05 19:03:50 +01:00
Fixed typo $PRESERVE_ACL
This commit is contained in:
parent
6524cf9a69
commit
712692a3a7
@ -3,7 +3,7 @@
|
|||||||
###### Remote (or local) backup script for files & databases
|
###### Remote (or local) backup script for files & databases
|
||||||
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
||||||
OBACKUP_VERSION=1.84preRC3
|
OBACKUP_VERSION=1.84preRC3
|
||||||
OBACKUP_BUILD=2508201301
|
OBACKUP_BUILD=1009201301
|
||||||
|
|
||||||
DEBUG=no
|
DEBUG=no
|
||||||
SCRIPT_PID=$$
|
SCRIPT_PID=$$
|
||||||
@ -934,7 +934,7 @@ function Init
|
|||||||
|
|
||||||
## Set Rsync arguments
|
## Set Rsync arguments
|
||||||
RSYNC_ARGS=-rlptgoDE
|
RSYNC_ARGS=-rlptgoDE
|
||||||
if [ "$PRESERVE_ACLS" == "yes" ]
|
if [ "$PRESERVE_ACL" == "yes" ]
|
||||||
then
|
then
|
||||||
RSYNC_ARGS=$RSYNC_ARGS"A"
|
RSYNC_ARGS=$RSYNC_ARGS"A"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user