Keep some options off by default
This commit is contained in:
parent
abe0a1c954
commit
54eb8debe5
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
###### Osync - Rsync based two way sync engine with fault tolerance
|
###### Osync - Rsync based two way sync engine with fault tolerance
|
||||||
###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
###### (L) 2013-2014 by Orsiris "Ozy" de Jong (www.netpower.fr)
|
||||||
###### Config file rev 2705201403
|
###### Config file rev 1306201401
|
||||||
|
|
||||||
## ---------- GENERAL OPTIONS
|
## ---------- 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. Make sure source and target FS can manage same Xattrs or you'll get loads of errors.
|
||||||
PRESERVE_XATTR=no
|
PRESERVE_XATTR=no
|
||||||
## Transforms symlinks into referent files/dirs
|
## 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.
|
## 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 hard links. Make sure source and target FS can manage hard links or you will lose them.
|
||||||
PRESERVE_HARDLINKS=no
|
PRESERVE_HARDLINKS=no
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue