Updated sync file comments regarding Mac ACL / XATTR
This commit is contained in:
parent
2b8fe18217
commit
6c7678a49a
|
@ -86,9 +86,9 @@ PRESERVE_GROUP=yes
|
||||||
## On MACOS X, does not work and will be ignored
|
## On MACOS X, does not work and will be ignored
|
||||||
PRESERVE_EXECUTABILITY=yes
|
PRESERVE_EXECUTABILITY=yes
|
||||||
|
|
||||||
## Preserve ACLS. Make sure source and target FS can manage same ACLs or you'll get loads of errors.
|
## Preserve ACLS. Make sure source and target FS can handle ACL. Disabled on Mac OSX.
|
||||||
PRESERVE_ACL=no
|
PRESERVE_ACL=no
|
||||||
## Preserve Xattr. Make sure source and target FS can manage same Xattrs or you'll get loads of errors.
|
## Preserve Xattr. Make sure source and target FS can manage identical XATTRS. Disabled on Mac OSX.
|
||||||
PRESERVE_XATTR=no
|
PRESERVE_XATTR=no
|
||||||
## Transforms symlinks into referent files/dirs
|
## Transforms symlinks into referent files/dirs
|
||||||
COPY_SYMLINKS=no
|
COPY_SYMLINKS=no
|
||||||
|
|
Loading…
Reference in New Issue