From 6c7678a49ac0497c756010e424cc6fdd872cd613 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 21 Nov 2016 15:14:26 +0100 Subject: [PATCH] Updated sync file comments regarding Mac ACL / XATTR --- sync.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync.conf.example b/sync.conf.example index d4933c0..7364e04 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -86,9 +86,9 @@ PRESERVE_GROUP=yes ## On MACOS X, does not work and will be ignored 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 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 ## Transforms symlinks into referent files/dirs COPY_SYMLINKS=no