From 54eb8debe5c42136beedc7cefde026f57c5cbdbe Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 13 Jun 2014 22:09:40 +0200 Subject: [PATCH] Keep some options off by default --- sync.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sync.conf b/sync.conf index 9e5580d..517fcb7 100755 --- a/sync.conf +++ b/sync.conf @@ -2,7 +2,7 @@ ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr) -###### Config file rev 2705201403 +###### Config file rev 1306201401 ## ---------- GENERAL OPTIONS @@ -69,9 +69,9 @@ PRESERVE_ACL=no ## Preserve Xattr. Make sure source and target FS can manage same Xattrs or you'll get loads of errors. PRESERVE_XATTR=no ## Transforms symlinks into referent files/dirs -COPY_SYMLINKS=yes +COPY_SYMLINKS=no ## Treat symlinked dirs as dirs. CAUTION: This also follows symlinks outside of the replica root. -KEEP_DIRLINKS=yes +KEEP_DIRLINKS=no ## Preserve hard links. Make sure source and target FS can manage hard links or you will lose them. PRESERVE_HARDLINKS=no