@@ -102,7 +102,6 @@ The following shows an example of the default configuration file (IDs will diffe
102
102
<keepTemporariesH >24</keepTemporariesH >
103
103
<cacheIgnoredFiles >false</cacheIgnoredFiles >
104
104
<progressUpdateIntervalS >5</progressUpdateIntervalS >
105
- <symlinksEnabled >true</symlinksEnabled >
106
105
<limitBandwidthInLan >false</limitBandwidthInLan >
107
106
<minHomeDiskFreePct >1</minHomeDiskFreePct >
108
107
<releasesURL >https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL >
@@ -184,13 +183,13 @@ The following child elements may exist:
184
183
device
185
184
These must have the ``id `` attribute and can have an ``introducedBy `` attribute,
186
185
identifying the device that introduced us to share this folder with the given device.
187
- If the original introducer unshares this folder with this device, our device will follow
186
+ If the original introducer unshares this folder with this device, our device will follow
188
187
and unshare the folder (subject to skipIntroductionRemovals being false on the introducer device).
189
- All mentioned devices are those that will be sharing the folder in question.
188
+ All mentioned devices are those that will be sharing the folder in question.
190
189
Each mentioned device must have a separate ``device `` element later in the file.
191
190
It is customary that the local device ID is included in all folders.
192
191
Syncthing will currently add this automatically if it is not present in
193
- the configuration file.
192
+ the configuration file.
194
193
195
194
minDiskFreePct
196
195
The percentage of space that should be available on the disk this folder
@@ -309,9 +308,9 @@ introducer
309
308
310
309
skipIntroductionRemovals
311
310
Set to true if you wish to follow only introductions and not de-introductions.
312
- For example, if this is set, we would not remove a device that we were introduced
311
+ For example, if this is set, we would not remove a device that we were introduced
313
312
to even if the original introducer is no longer listing the remote device as known.
314
-
313
+
315
314
introducedBy
316
315
Defines which device has introduced us to this device. Used only for following de-introductions.
317
316
@@ -436,7 +435,6 @@ Options Element
436
435
<keepTemporariesH >24</keepTemporariesH >
437
436
<cacheIgnoredFiles >false</cacheIgnoredFiles >
438
437
<progressUpdateIntervalS >5</progressUpdateIntervalS >
439
- <symlinksEnabled >true</symlinksEnabled >
440
438
<limitBandwidthInLan >false</limitBandwidthInLan >
441
439
<minHomeDiskFreePct >1</minHomeDiskFreePct >
442
440
<releasesURL >https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL >
@@ -553,11 +551,6 @@ progressUpdateIntervalS
553
551
How often in seconds the progress of ongoing downloads is made available to
554
552
the GUI.
555
553
556
- symlinksEnabled
557
- Whether to sync symlinks, if supported by the system. Symlinks are supported
558
- on all platforms except for Windows, where they are ignored. Syncthing does
559
- not differentiate between different types of symlinks.
560
-
561
554
limitBandwidthInLan
562
555
Whether to apply bandwidth limits to devices in the same broadcast domain
563
556
as the local device.
0 commit comments