From d8ad5f746b3950ad60002846f057472ab1c687b3 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 27 Apr 2017 10:59:31 +0200 Subject: [PATCH] Added zfs performance comment --- sync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index 96a1cb6..c356c05 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. +## 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=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