From 8d99a74710f8157827b14a36b6c4ca6c2dc38394 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 3 May 2017 00:19:18 +0200 Subject: [PATCH] Updated xattr comment --- sync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index c356c05..3645a36 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -96,7 +96,7 @@ PRESERVE_EXECUTABILITY=yes ## 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 identical XATTRS. Disabled on Mac OSX. Depending on the FS, this may tamper performance alot (happens with ZFS On Linux 0.6.5-6). +## Preserve Xattr. Make sure source and target FS can manage identical XATTRS. Disabled on Mac OSX. Apparently, prior to rsync v3.1.2 there are some performance caveats with transferring XATTRS. PRESERVE_XATTR=no ## Transforms symlinks into referent files/dirs. Be careful as symlinks without referrent will break sync as if standard files could not be copied. COPY_SYMLINKS=no