rsync-backup: Bug in ACL variable name. Now ACLs are enabled by default as documented.
This commit is contained in:
parent
050475667a
commit
03b0358164
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FLOCK_OPTS="--exclusive --nonblock"
|
|||
FLOCK_FILE="/var/lock/<%= @name -%>"
|
||||
|
||||
RSYNC="/usr/bin/rsync"
|
||||
RSYNC_OPTS=( -ax <%= @acl ? "-A" : "" -%> <%= @options ? options : "" -%> --delete --itemize-changes <%= @_excludes -%> )
|
||||
RSYNC_OPTS=( -ax <%= @enable_acl ? "-A" : "" -%> <%= @options ? options : "" -%> --delete --itemize-changes <%= @_excludes -%> )
|
||||
|
||||
(
|
||||
$FLOCK $FLOCK_OPTS 200 || exit $?
|
||||
|
|
Loading…
Add table
Reference in a new issue