syncthing-config.5 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH "SYNCTHING-CONFIG" "5" "Dec 05, 2020" "v1" "Syncthing"
  4. .SH NAME
  5. syncthing-config \- Syncthing Configuration
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .SH SYNOPSIS
  34. .INDENT 0.0
  35. .INDENT 3.5
  36. .sp
  37. .nf
  38. .ft C
  39. $HOME/.config/syncthing
  40. $HOME/Library/Application Support/Syncthing
  41. %LOCALAPPDATA%/Syncthing
  42. .ft P
  43. .fi
  44. .UNINDENT
  45. .UNINDENT
  46. .SH DESCRIPTION
  47. .sp
  48. Syncthing uses a single directory to store configuration, crypto keys
  49. and index caches. The location defaults to \fB$HOME/.config/syncthing\fP
  50. (Unix\-like), \fB$HOME/Library/Application Support/Syncthing\fP (Mac),
  51. or \fB%LOCALAPPDATA%/Syncthing\fP (Windows). It can be changed at runtime
  52. using the \fB\-home\fP flag. In this directory the following files are
  53. located:
  54. .INDENT 0.0
  55. .TP
  56. .B \fBconfig.xml\fP
  57. The configuration file, in XML format.
  58. .TP
  59. .B \fBcert.pem\fP, \fBkey.pem\fP
  60. The device’s ECDSA public and private key. These form the basis for the
  61. device ID. The key must be kept private.
  62. .TP
  63. .B \fBhttps\-cert.pem\fP, \fBhttps\-key.pem\fP
  64. The certificate and key for HTTPS GUI connections. These may be replaced
  65. with a custom certificate for HTTPS as desired.
  66. .TP
  67. .B \fBindex\-\fP\fI*\fP\fB\&.db\fP
  68. A directory holding the database with metadata and hashes of the files
  69. currently on disk and available from peers.
  70. .TP
  71. .B \fBcsrftokens.txt\fP
  72. A list of recently issued CSRF tokens (for protection against browser cross
  73. site request forgery).
  74. .UNINDENT
  75. .SH CONFIG FILE FORMAT
  76. .sp
  77. The following shows an example of the default configuration file (IDs will differ):
  78. .INDENT 0.0
  79. .INDENT 3.5
  80. .sp
  81. .nf
  82. .ft C
  83. <configuration version="30">
  84. <folder id="default" label="Default Folder" path="/Users/jb/Sync/" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
  85. <filesystemType>basic</filesystemType>
  86. <device id="3LT2GA5\-CQI4XJM\-WTZ264P\-MLOGMHL\-MCRLDNT\-MZV4RD3\-KA745CL\-OGAERQZ"></device>
  87. <minDiskFree unit="%">1</minDiskFree>
  88. <versioning></versioning>
  89. <copiers>0</copiers>
  90. <pullerMaxPendingKiB>0</pullerMaxPendingKiB>
  91. <hashers>0</hashers>
  92. <order>random</order>
  93. <ignoreDelete>false</ignoreDelete>
  94. <scanProgressIntervalS>0</scanProgressIntervalS>
  95. <pullerPauseS>0</pullerPauseS>
  96. <maxConflicts>\-1</maxConflicts>
  97. <disableSparseFiles>false</disableSparseFiles>
  98. <disableTempIndexes>false</disableTempIndexes>
  99. <paused>false</paused>
  100. <weakHashThresholdPct>25</weakHashThresholdPct>
  101. <markerName>.stfolder</markerName>
  102. <copyOwnershipFromParent>false</copyOwnershipFromParent>
  103. <modTimeWindowS>0</modTimeWindowS>
  104. <maxConcurrentWrites>2</maxConcurrentWrites>
  105. <disableFsync>false</disableFsync>
  106. <blockPullOrder>standard</blockPullOrder>
  107. <copyRangeMethod>standard</copyRangeMethod>
  108. </folder>
  109. <device id="3LT2GA5\-CQI4XJM\-WTZ264P\-MLOGMHL\-MCRLDNT\-MZV4RD3\-KA745CL\-OGAERQZ" name="syno" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
  110. <address>dynamic</address>
  111. <paused>false</paused>
  112. <autoAcceptFolders>false</autoAcceptFolders>
  113. <maxSendKbps>0</maxSendKbps>
  114. <maxRecvKbps>0</maxRecvKbps>
  115. <maxRequestKiB>0</maxRequestKiB>
  116. </device>
  117. <gui enabled="true" tls="false" debugging="false">
  118. <address>127.0.0.1:8384</address>
  119. <apikey>k1dnz1Dd0rzTBjjFFh7CXPnrF12C49B1</apikey>
  120. <theme>default</theme>
  121. </gui>
  122. <ldap></ldap>
  123. <options>
  124. <listenAddress>tcp://0.0.0.0:8384</listenAddress>
  125. <listenAddress>dynamic+https://relays.syncthing.net/endpoint</listenAddress>
  126. <globalAnnounceServer>default</globalAnnounceServer>
  127. <globalAnnounceEnabled>true</globalAnnounceEnabled>
  128. <localAnnounceEnabled>true</localAnnounceEnabled>
  129. <localAnnouncePort>21027</localAnnouncePort>
  130. <localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
  131. <maxSendKbps>0</maxSendKbps>
  132. <maxRecvKbps>0</maxRecvKbps>
  133. <reconnectionIntervalS>60</reconnectionIntervalS>
  134. <relaysEnabled>true</relaysEnabled>
  135. <relayReconnectIntervalM>10</relayReconnectIntervalM>
  136. <startBrowser>true</startBrowser>
  137. <natEnabled>true</natEnabled>
  138. <natLeaseMinutes>60</natLeaseMinutes>
  139. <natRenewalMinutes>30</natRenewalMinutes>
  140. <natTimeoutSeconds>10</natTimeoutSeconds>
  141. <urAccepted>0</urAccepted>
  142. <urSeen>0</urSeen>
  143. <urUniqueID></urUniqueID>
  144. <urURL>https://data.syncthing.net/newdata</urURL>
  145. <urPostInsecurely>false</urPostInsecurely>
  146. <urInitialDelayS>1800</urInitialDelayS>
  147. <restartOnWakeup>true</restartOnWakeup>
  148. <autoUpgradeIntervalH>12</autoUpgradeIntervalH>
  149. <upgradeToPreReleases>false</upgradeToPreReleases>
  150. <keepTemporariesH>24</keepTemporariesH>
  151. <cacheIgnoredFiles>false</cacheIgnoredFiles>
  152. <progressUpdateIntervalS>5</progressUpdateIntervalS>
  153. <limitBandwidthInLan>false</limitBandwidthInLan>
  154. <minHomeDiskFree unit="%">1</minHomeDiskFree>
  155. <releasesURL>https://upgrades.syncthing.net/meta.json</releasesURL>
  156. <overwriteRemoteDeviceNamesOnConnect>false</overwriteRemoteDeviceNamesOnConnect>
  157. <tempIndexMinBlocks>10</tempIndexMinBlocks>
  158. <trafficClass>0</trafficClass>
  159. <defaultFolderPath>~</defaultFolderPath>
  160. <setLowPriority>true</setLowPriority>
  161. <maxFolderConcurrency>0</maxFolderConcurrency>
  162. <crashReportingURL>https://crash.syncthing.net/newcrash</crashReportingURL>
  163. <crashReportingEnabled>true</crashReportingEnabled>
  164. <stunKeepaliveStartS>180</stunKeepaliveStartS>
  165. <stunKeepaliveMinS>20</stunKeepaliveMinS>
  166. <stunServer>default</stunServer>
  167. <databaseTuning>auto</databaseTuning>
  168. <maxConcurrentIncomingRequestKiB>0</maxConcurrentIncomingRequestKiB>
  169. </options>
  170. </configuration>
  171. .ft P
  172. .fi
  173. .UNINDENT
  174. .UNINDENT
  175. .SH CONFIGURATION ELEMENT
  176. .INDENT 0.0
  177. .INDENT 3.5
  178. .sp
  179. .nf
  180. .ft C
  181. <configuration version="30">
  182. <folder></folder>
  183. <device></device>
  184. <gui></gui>
  185. <ldap></ldap>
  186. <options></options>
  187. <ignoredDevice>5SYI2FS\-LW6YAXI\-JJDYETS\-NDBBPIO\-256MWBO\-XDPXWVG\-24QPUM4\-PDW4UQU</ignoredDevice>
  188. <ignoredFolder>bd7q3\-zskm5</ignoredFolder>
  189. </configuration>
  190. .ft P
  191. .fi
  192. .UNINDENT
  193. .UNINDENT
  194. .sp
  195. This is the root element. It has one attribute:
  196. .INDENT 0.0
  197. .TP
  198. .B version
  199. The config version. Increments whenever a change is made that requires
  200. migration from previous formats.
  201. .UNINDENT
  202. .sp
  203. It contains the elements described in the following sections and these two
  204. additional child elements:
  205. .INDENT 0.0
  206. .TP
  207. .B ignoredDevice
  208. Contains the ID of the device that should be ignored. Connection attempts
  209. from this device are logged to the console but never displayed in the web
  210. GUI.
  211. .TP
  212. .B ignoredFolder
  213. Contains the ID of the folder that should be ignored. This folder will
  214. always be skipped when advertised from a remote device, i.e. this will be
  215. logged, but there will be no dialog about it in the web GUI.
  216. .UNINDENT
  217. .SH FOLDER ELEMENT
  218. .INDENT 0.0
  219. .INDENT 3.5
  220. .sp
  221. .nf
  222. .ft C
  223. <folder id="default" label="Default Folder" path="/Users/jb/Sync/" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
  224. <filesystemType>basic</filesystemType>
  225. <device id="3LT2GA5\-CQI4XJM\-WTZ264P\-MLOGMHL\-MCRLDNT\-MZV4RD3\-KA745CL\-OGAERQZ"></device>
  226. <minDiskFree unit="%">1</minDiskFree>
  227. <versioning></versioning>
  228. <copiers>0</copiers>
  229. <pullerMaxPendingKiB>0</pullerMaxPendingKiB>
  230. <hashers>0</hashers>
  231. <order>random</order>
  232. <ignoreDelete>false</ignoreDelete>
  233. <scanProgressIntervalS>0</scanProgressIntervalS>
  234. <pullerPauseS>0</pullerPauseS>
  235. <maxConflicts>\-1</maxConflicts>
  236. <disableSparseFiles>false</disableSparseFiles>
  237. <disableTempIndexes>false</disableTempIndexes>
  238. <paused>false</paused>
  239. <weakHashThresholdPct>25</weakHashThresholdPct>
  240. <markerName>.stfolder</markerName>
  241. <copyOwnershipFromParent>false</copyOwnershipFromParent>
  242. <modTimeWindowS>0</modTimeWindowS>
  243. <maxConcurrentWrites>2</maxConcurrentWrites>
  244. <disableFsync>false</disableFsync>
  245. <blockPullOrder>standard</blockPullOrder>
  246. <copyRangeMethod>standard</copyRangeMethod>
  247. </folder>
  248. .ft P
  249. .fi
  250. .UNINDENT
  251. .UNINDENT
  252. .sp
  253. One or more \fBfolder\fP elements must be present in the file. Each element
  254. describes one folder. The following attributes may be set on the \fBfolder\fP
  255. element:
  256. .INDENT 0.0
  257. .TP
  258. .B id
  259. The folder ID, must be unique. (mandatory)
  260. .TP
  261. .B label
  262. The label of a folder is a human readable and descriptive local name. May
  263. be different on each device, empty, and/or identical to other folder
  264. labels. (optional)
  265. .TP
  266. .B path
  267. The path to the directory where the folder is stored on this
  268. device; not sent to other devices. (mandatory)
  269. .TP
  270. .B type
  271. Controls how the folder is handled by Syncthing. Possible values are:
  272. .INDENT 7.0
  273. .TP
  274. .B sendreceive
  275. The folder is in default mode. Sending local and accepting remote changes.
  276. Note that this type was previously called “readwrite” which is deprecated
  277. but still accepted in incoming configs.
  278. .TP
  279. .B sendonly
  280. The folder is in “send only” mode – it will not be modified by
  281. Syncthing on this device.
  282. Note that this type was previously called “readonly” which is deprecated
  283. but still accepted in incoming configs.
  284. .TP
  285. .B receiveonly
  286. The folder is in “receive only” mode – it will not propagate
  287. changes to other devices.
  288. .UNINDENT
  289. .TP
  290. .B rescanIntervalS
  291. The rescan interval, in seconds. Can be set to zero to disable when external
  292. plugins are used to trigger rescans.
  293. .TP
  294. .B fsWatcherEnabled
  295. If enabled this detects changes to files in the folder and scans them.
  296. .UNINDENT
  297. .INDENT 0.0
  298. .TP
  299. .B fsWatcherDelayS
  300. The duration during which changes detected are accumulated, before a scan is
  301. scheduled (only takes effect if \fBfsWatcherEnabled\fP is true).
  302. .TP
  303. .B ignorePerms
  304. True if the folder should ignore permissions.
  305. .TP
  306. .B autoNormalize
  307. Automatically correct UTF\-8 normalization errors found in file names.
  308. .UNINDENT
  309. .sp
  310. The following child elements may exist:
  311. .INDENT 0.0
  312. .TP
  313. .B device
  314. These must have the \fBid\fP attribute and can have an \fBintroducedBy\fP attribute,
  315. identifying the device that introduced us to share this folder with the given device.
  316. If the original introducer unshares this folder with this device, our device will follow
  317. and unshare the folder (subject to skipIntroductionRemovals being false on the introducer device).
  318. All mentioned devices are those that will be sharing the folder in question.
  319. Each mentioned device must have a separate \fBdevice\fP element later in the file.
  320. It is customary that the local device ID is included in all folders.
  321. Syncthing will currently add this automatically if it is not present in
  322. the configuration file.
  323. .TP
  324. .B minDiskFree
  325. The minimum required free space that should be available on the disk this folder
  326. resides. The folder will be stopped when the value drops below the threshold. Accepted units are
  327. \fB%\fP, \fBkB\fP, \fBMB\fP, \fBGB\fP and \fBTB\fP\&. Set to zero to disable.
  328. .TP
  329. .B versioning
  330. Specifies a versioning configuration.
  331. .UNINDENT
  332. .sp
  333. \fBSEE ALSO:\fP
  334. .INDENT 0.0
  335. .INDENT 3.5
  336. versioning
  337. .UNINDENT
  338. .UNINDENT
  339. .INDENT 0.0
  340. .TP
  341. .B copiers, pullers, hashers
  342. The number of copier, puller and hasher routines to use, or zero for the
  343. system determined optimum. These are low level performance options for
  344. advanced users only; do not change unless requested to or you’ve actually
  345. read and understood the code yourself. :)
  346. .TP
  347. .B order
  348. The order in which needed files should be pulled from the cluster.
  349. The possibles values are:
  350. .INDENT 7.0
  351. .TP
  352. .B random
  353. Pull files in random order. This optimizes for balancing resources among
  354. the devices in a cluster.
  355. .TP
  356. .B alphabetic
  357. Pull files ordered by file name alphabetically.
  358. .TP
  359. .B smallestFirst, largestFirst
  360. Pull files ordered by file size; smallest and largest first respectively.
  361. .TP
  362. .B oldestFirst, newestFirst
  363. Pull files ordered by modification time; oldest and newest first
  364. respectively.
  365. .UNINDENT
  366. .sp
  367. Note that the scanned files are sent in batches and the sorting is applied
  368. only to the already discovered files. This means the sync might start with
  369. a 1 GB file even if there is 1 KB file available on the source device until
  370. the 1 KB becomes known to the pulling device.
  371. .TP
  372. .B ignoreDelete
  373. When set to true, this device will pretend not to see instructions to
  374. delete files from other devices.
  375. .TP
  376. .B scanProgressIntervalS
  377. The interval with which scan progress information is sent to the GUI. Zero
  378. means the default value (two seconds).
  379. .TP
  380. .B pullerPauseS
  381. Tweak for rate limiting the puller when it retries pulling files. Don’t
  382. change these unless you know what you’re doing.
  383. .TP
  384. .B maxConflicts
  385. The maximum number of conflict copies to keep around for any given file.
  386. The default, \-1, means an unlimited number. Setting this to zero disables
  387. conflict copies altogether.
  388. .TP
  389. .B disableSparseFiles
  390. By default, blocks containing all zeroes are not written, causing files
  391. to be sparse on filesystems that support the concept. When set to true,
  392. sparse files will not be created.
  393. .TP
  394. .B disableTempIndexes
  395. By default, devices exchange information about blocks available in
  396. transfers that are still in progress, which allows other devices to
  397. download parts of files that are not yet fully downloaded on your own
  398. device, essentially making transfers more torrent like. When set to
  399. true, such information is not exchanged for this folder.
  400. .TP
  401. .B paused
  402. True if this folder is (temporarily) suspended.
  403. .TP
  404. .B weakHashThresholdPct
  405. Use weak hash if more than the given percentage of the file has changed. Set
  406. to \-1 to always use weak hash. Default value is 25.
  407. .TP
  408. .B markerName
  409. Name of a directory or file in the folder root to be used as
  410. marker\-faq\&. Default is “.stfolder”.
  411. .TP
  412. .B copyOwnershipFromParent
  413. On Unix systems, tries to copy file/folder ownership from the parent directory (the directory it’s located in).
  414. Requires running Syncthing as privileged user, or granting it additional capabilities (e.g. CAP_CHOWN on Linux).
  415. .TP
  416. .B modTimeWindowS
  417. Allowed modification timestamp difference when comparing files for equivalence.
  418. To be used on systems that have unstable modification timestamps, that might change after being observed after
  419. the last write operation. Used in Android only.
  420. .TP
  421. .B maxConcurrentWrites
  422. Maximum number of concurrent write operations while syncing. Defaults to 2. Increasing this might increase or
  423. decrease disk performance, depending on the underlying storage.
  424. .UNINDENT
  425. .sp
  426. disableFsync
  427. .INDENT 0.0
  428. .INDENT 3.5
  429. .sp
  430. \fBWARNING:\fP
  431. .INDENT 0.0
  432. .INDENT 3.5
  433. This is a known insecure option \- use at your own risk.
  434. .UNINDENT
  435. .UNINDENT
  436. .sp
  437. Disables committing file operations to disk before recording them in the database.
  438. Disabling fsync can lead to data corruption.
  439. .UNINDENT
  440. .UNINDENT
  441. .INDENT 0.0
  442. .TP
  443. .B blockPullOrder
  444. Order in which the blocks of a file are downloaded. This option controls how quickly different parts of the
  445. file spread between the connected devices, at the cost of causing strain on the storage.
  446. .sp
  447. Available options:
  448. .INDENT 7.0
  449. .TP
  450. .B standard (default):
  451. The blocks of a file are split into N equal continuous sequences, where N is the number of connected
  452. devices. Each device starts downloading it’s own sequence, after which it picks other devices
  453. sequences at random. Provides acceptable data distribution and minimal spinning disk strain.
  454. .TP
  455. .B random:
  456. The blocks of a file are downloaded in a random order. Provides great data distribution, but very taxing on
  457. spinning disk drives.
  458. .TP
  459. .B inOrder:
  460. The blocks of a file are downloaded sequentially, from start to finish. Spinning disk drive friendly, but provides
  461. no improvements to data distribution.
  462. .UNINDENT
  463. .TP
  464. .B copyRangeMethod
  465. Provides a choice of method for copying data between files. This can be used to optimise copies on network
  466. filesystems, improve speed of large copies or clone the data using copy\-on\-write functionality if the underlying
  467. filesystem supports it.
  468. .sp
  469. See folder\-copyRangeMethod for details.
  470. .UNINDENT
  471. .SH DEVICE ELEMENT
  472. .INDENT 0.0
  473. .INDENT 3.5
  474. .sp
  475. .nf
  476. .ft C
  477. <device id="5SYI2FS\-LW6YAXI\-JJDYETS\-NDBBPIO\-256MWBO\-XDPXWVG\-24QPUM4\-PDW4UQU" name="syno" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="2CYF2WQ\-AKZO2QZ\-JAKWLYD\-AGHMQUM\-BGXUOIS\-GYILW34\-HJG3DUK\-LRRYQAR">
  478. <address>dynamic</address>
  479. <paused>false</paused>
  480. <autoAcceptFolders>false</autoAcceptFolders>
  481. <maxSendKbps>0</maxSendKbps>
  482. <maxRecvKbps>0</maxRecvKbps>
  483. <maxRequestKiB>0</maxRequestKiB>
  484. </device>
  485. <device id="2CYF2WQ\-AKZO2QZ\-JAKWLYD\-AGHMQUM\-BGXUOIS\-GYILW34\-HJG3DUK\-LRRYQAR" name="syno local" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
  486. <address>tcp://192.0.2.1:22001</address>
  487. <paused>true</paused>
  488. <allowedNetwork>192.168.0.0/16</allowedNetwork>
  489. <autoAcceptFolders>false</autoAcceptFolders>
  490. <maxSendKbps>100</maxSendKbps>
  491. <maxRecvKbps>100</maxRecvKbps>
  492. <maxRequestKiB>65536</maxRequestKiB>
  493. </device>
  494. .ft P
  495. .fi
  496. .UNINDENT
  497. .UNINDENT
  498. .sp
  499. One or more \fBdevice\fP elements must be present in the file. Each element
  500. describes a device participating in the cluster. It is customary to include a
  501. \fBdevice\fP element for the local device; Syncthing will currently add one if
  502. it is not present. The following attributes may be set on the \fBdevice\fP
  503. element:
  504. .INDENT 0.0
  505. .TP
  506. .B id
  507. The device ID\&. (mandatory)
  508. .TP
  509. .B name
  510. A friendly name for the device. (optional)
  511. .TP
  512. .B compression
  513. Whether to use protocol compression when sending messages to this device.
  514. The possible values are:
  515. .INDENT 7.0
  516. .TP
  517. .B metadata
  518. Compress metadata packets, such as index information. Metadata is
  519. usually very compression friendly so this is a good default.
  520. .TP
  521. .B always
  522. Compress all packets, including file data. This is recommended if the
  523. folders contents are mainly compressible data such as documents or
  524. text files.
  525. .TP
  526. .B never
  527. Disable all compression.
  528. .UNINDENT
  529. .TP
  530. .B introducer
  531. Set to true if this device should be trusted as an introducer, i.e. we
  532. should copy their list of devices per folder when connecting.
  533. .UNINDENT
  534. .sp
  535. \fBSEE ALSO:\fP
  536. .INDENT 0.0
  537. .INDENT 3.5
  538. introducer
  539. .UNINDENT
  540. .UNINDENT
  541. .INDENT 0.0
  542. .TP
  543. .B skipIntroductionRemovals
  544. Set to true if you wish to follow only introductions and not de\-introductions.
  545. For example, if this is set, we would not remove a device that we were introduced
  546. to even if the original introducer is no longer listing the remote device as known.
  547. .TP
  548. .B introducedBy
  549. Defines which device has introduced us to this device. Used only for following de\-introductions.
  550. .TP
  551. .B certName
  552. The device certificate common name, if it is not the default “syncthing”.
  553. .UNINDENT
  554. .sp
  555. From following child elements at least one \fBaddress\fP child must exist.
  556. .INDENT 0.0
  557. .TP
  558. .B address
  559. Contains an address or host name to use when attempting to connect to this device.
  560. Entries other than \fBdynamic\fP must be prefixed with \fBtcp://\fP (dual\-stack),
  561. \fBtcp4://\fP (IPv4 only) or \fBtcp6://\fP (IPv6 only). Note that IP addresses need
  562. not use tcp4/tcp6; these are optional. Accepted formats are:
  563. .INDENT 7.0
  564. .TP
  565. .B IPv4 address (\fBtcp://192.0.2.42\fP)
  566. The default port (22000) is used.
  567. .TP
  568. .B IPv4 address and port (\fBtcp://192.0.2.42:12345\fP)
  569. The address and port is used as given.
  570. .TP
  571. .B IPv6 address (\fBtcp://[2001:db8::23:42]\fP)
  572. The default port (22000) is used. The address must be enclosed in
  573. square brackets.
  574. .TP
  575. .B IPv6 address and port (\fBtcp://[2001:db8::23:42]:12345\fP)
  576. The address and port is used as given. The address must be enclosed in
  577. square brackets.
  578. .TP
  579. .B Host name (\fBtcp6://fileserver\fP)
  580. The host name will be used on the default port (22000) and connections
  581. will be attempted only via IPv6.
  582. .TP
  583. .B Host name and port (\fBtcp://fileserver:12345\fP)
  584. The host name will be used on the given port and connections will be
  585. attempted via both IPv4 and IPv6, depending on name resolution.
  586. .TP
  587. .B \fBdynamic\fP
  588. The word \fBdynamic\fP (without \fBtcp://\fP prefix) means to use local and
  589. global discovery to find the device.
  590. .UNINDENT
  591. .sp
  592. You can set multiple addresses \fIand\fP combine it with the \fBdynamic\fP keyword
  593. for example:
  594. .INDENT 7.0
  595. .INDENT 3.5
  596. .sp
  597. .nf
  598. .ft C
  599. <device id="...">
  600. <address>tcp://192.0.2.1:22001</address>
  601. <address>tcp://192.0.1.254:22000</address>
  602. <address>dynamic</address>
  603. </device>
  604. .ft P
  605. .fi
  606. .UNINDENT
  607. .UNINDENT
  608. .TP
  609. .B paused
  610. True if synchronization with this devices is (temporarily) suspended.
  611. .TP
  612. .B allowedNetwork
  613. If given, this restricts connections to this device to only this network
  614. (see allowed\-networks).
  615. .TP
  616. .B maxSendKbps
  617. Maximum send rate to use for this device. Unit is kibibytes/second, despite
  618. the config name looking like kilobits/second.
  619. .TP
  620. .B maxRecvKbps
  621. Maximum receive rate to use for this device. Unit is kibibytes/second,
  622. despite the config name looking like kilobits/second.
  623. .TP
  624. .B maxRequestKiB
  625. Maximum amount of data to have outstanding in requests towards this device.
  626. Unit is kibibytes.
  627. .UNINDENT
  628. .SH GUI ELEMENT
  629. .INDENT 0.0
  630. .INDENT 3.5
  631. .sp
  632. .nf
  633. .ft C
  634. <gui enabled="true" tls="false" debugging="false">
  635. <address>127.0.0.1:8384</address>
  636. <apikey>l7jSbCqPD95JYZ0g8vi4ZLAMg3ulnN1b</apikey>
  637. <theme>default</theme>
  638. </gui>
  639. .ft P
  640. .fi
  641. .UNINDENT
  642. .UNINDENT
  643. .sp
  644. There must be exactly one \fBgui\fP element. The GUI configuration is also used
  645. by the rest\-api and the event\-api\&. The following attributes may
  646. be set on the \fBgui\fP element:
  647. .INDENT 0.0
  648. .TP
  649. .B enabled
  650. If not \fBtrue\fP, the GUI and API will not be started.
  651. .TP
  652. .B tls
  653. If set to \fBtrue\fP, TLS (HTTPS) will be enforced. Non\-HTTPS requests will
  654. be redirected to HTTPS. When this is set to \fBfalse\fP, TLS connections are
  655. still possible but it is not mandatory.
  656. .TP
  657. .B debugging
  658. This enables profiling and additional debugging endpoints in the rest\-api\&.
  659. .UNINDENT
  660. .sp
  661. The following child elements may be present:
  662. .INDENT 0.0
  663. .TP
  664. .B address
  665. Set the listen address. One address element must be present. Allowed address formats are:
  666. .INDENT 7.0
  667. .TP
  668. .B IPv4 address and port (\fB127.0.0.1:8384\fP)
  669. The address and port is used as given.
  670. .TP
  671. .B IPv6 address and port (\fB[::1]:8384\fP)
  672. The address and port is used as given. The address must be enclosed in
  673. square brackets.
  674. .TP
  675. .B Wildcard and port (\fB0.0.0.0:12345\fP, \fB[::]:12345\fP, \fB:12345\fP)
  676. These are equivalent and will result in Syncthing listening on all
  677. interfaces via both IPv4 and IPv6.
  678. .TP
  679. .B UNIX socket location (\fB/var/run/st.sock\fP)
  680. If the address is an absolute path it is interpreted as the path to a UNIX socket.
  681. (Added in v0.14.52.)
  682. .UNINDENT
  683. .TP
  684. .B unixSocketPermissions
  685. In the case that a UNIX socket location is used for \fBaddress\fP, set this to an octal to override the default permissions of the socket.
  686. .TP
  687. .B user
  688. Set to require authentication.
  689. .TP
  690. .B password
  691. Contains the bcrypt hash of the real password.
  692. .TP
  693. .B apikey
  694. If set, this is the API key that enables usage of the REST interface.
  695. .TP
  696. .B insecureAdminAccess
  697. If true, this allows access to the web GUI from outside (i.e. not localhost)
  698. without authorization. A warning will displayed about this setting on startup.
  699. .TP
  700. .B theme
  701. The name of the theme to use.
  702. .TP
  703. .B authMode
  704. Authentication mode to use. If not present authentication mode (static)
  705. is controlled by presence of user/password fields for backward compatibility.
  706. .INDENT 7.0
  707. .TP
  708. .B static
  709. Authentication using user and password.
  710. .TP
  711. .B ldap
  712. LDAP authentication. Requires ldap top level config section to be present.
  713. .UNINDENT
  714. .UNINDENT
  715. .SH LDAP ELEMENT
  716. .INDENT 0.0
  717. .INDENT 3.5
  718. .sp
  719. .nf
  720. .ft C
  721. <ldap>
  722. <address>localhost:389</address>
  723. <bindDN>cn=%s,ou=users,dc=syncthing,dc=net</bindDN>
  724. <transport>nontls</transport>
  725. <insecureSkipVerify>false</insecureSkipVerify>
  726. </ldap>
  727. .ft P
  728. .fi
  729. .UNINDENT
  730. .UNINDENT
  731. .sp
  732. The \fBldap\fP element contains LDAP configuration options.
  733. .INDENT 0.0
  734. .TP
  735. .B address
  736. LDAP server address (server:port).
  737. .TP
  738. .B bindDN
  739. BindDN for user authentication.
  740. Special %s variable should be used to pass username to LDAP.
  741. .UNINDENT
  742. .sp
  743. transport
  744. .INDENT 0.0
  745. .INDENT 3.5
  746. .INDENT 0.0
  747. .TP
  748. .B nontls
  749. Non secure connection.
  750. .TP
  751. .B tls
  752. TLS secured connection.
  753. .TP
  754. .B starttls
  755. StartTLS connection mode.
  756. .UNINDENT
  757. .UNINDENT
  758. .UNINDENT
  759. .INDENT 0.0
  760. .TP
  761. .B insecureSkipVerify
  762. Skip verification (true or false).
  763. .UNINDENT
  764. .SH OPTIONS ELEMENT
  765. .INDENT 0.0
  766. .INDENT 3.5
  767. .sp
  768. .nf
  769. .ft C
  770. <options>
  771. <listenAddress>tcp://0.0.0.0:8384</listenAddress>
  772. <listenAddress>dynamic+https://relays.syncthing.net/endpoint</listenAddress>
  773. <globalAnnounceServer>default</globalAnnounceServer>
  774. <globalAnnounceEnabled>true</globalAnnounceEnabled>
  775. <localAnnounceEnabled>true</localAnnounceEnabled>
  776. <localAnnouncePort>21027</localAnnouncePort>
  777. <localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
  778. <maxSendKbps>0</maxSendKbps>
  779. <maxRecvKbps>0</maxRecvKbps>
  780. <reconnectionIntervalS>60</reconnectionIntervalS>
  781. <relaysEnabled>true</relaysEnabled>
  782. <relayReconnectIntervalM>10</relayReconnectIntervalM>
  783. <startBrowser>true</startBrowser>
  784. <natEnabled>true</natEnabled>
  785. <natLeaseMinutes>60</natLeaseMinutes>
  786. <natRenewalMinutes>30</natRenewalMinutes>
  787. <natTimeoutSeconds>10</natTimeoutSeconds>
  788. <urAccepted>0</urAccepted>
  789. <urSeen>0</urSeen>
  790. <urUniqueID></urUniqueID>
  791. <urURL>https://data.syncthing.net/newdata</urURL>
  792. <urPostInsecurely>false</urPostInsecurely>
  793. <urInitialDelayS>1800</urInitialDelayS>
  794. <restartOnWakeup>true</restartOnWakeup>
  795. <autoUpgradeIntervalH>12</autoUpgradeIntervalH>
  796. <upgradeToPreReleases>false</upgradeToPreReleases>
  797. <keepTemporariesH>24</keepTemporariesH>
  798. <cacheIgnoredFiles>false</cacheIgnoredFiles>
  799. <progressUpdateIntervalS>5</progressUpdateIntervalS>
  800. <limitBandwidthInLan>false</limitBandwidthInLan>
  801. <minHomeDiskFree unit="%">1</minHomeDiskFree>
  802. <releasesURL>https://upgrades.syncthing.net/meta.json</releasesURL>
  803. <overwriteRemoteDeviceNamesOnConnect>false</overwriteRemoteDeviceNamesOnConnect>
  804. <tempIndexMinBlocks>10</tempIndexMinBlocks>
  805. <trafficClass>0</trafficClass>
  806. <defaultFolderPath>~</defaultFolderPath>
  807. <setLowPriority>true</setLowPriority>
  808. <maxFolderConcurrency>0</maxFolderConcurrency>
  809. <crashReportingURL>https://crash.syncthing.net/newcrash</crashReportingURL>
  810. <crashReportingEnabled>true</crashReportingEnabled>
  811. <stunKeepaliveStartS>180</stunKeepaliveStartS>
  812. <stunKeepaliveMinS>20</stunKeepaliveMinS>
  813. <stunServer>default</stunServer>
  814. <databaseTuning>auto</databaseTuning>
  815. <maxConcurrentIncomingRequestKiB>0</maxConcurrentIncomingRequestKiB>
  816. </options>
  817. .ft P
  818. .fi
  819. .UNINDENT
  820. .UNINDENT
  821. .sp
  822. The \fBoptions\fP element contains all other global configuration options.
  823. .INDENT 0.0
  824. .TP
  825. .B listenAddress
  826. The listen address for incoming sync connections. See
  827. \fI\%Listen Addresses\fP for allowed syntax.
  828. .TP
  829. .B globalAnnounceServer
  830. A URI to a global announce (discovery) server, or the word \fBdefault\fP to
  831. include the default servers. Any number of globalAnnounceServer elements
  832. may be present. The syntax for non\-default entries is that of a HTTP or
  833. HTTPS URL. A number of options may be added as query options to the URL:
  834. \fBinsecure\fP to prevent certificate validation (required for HTTP URLs)
  835. and \fBid=<device ID>\fP to perform certificate pinning. The device ID to
  836. use is printed by the discovery server on startup.
  837. .TP
  838. .B globalAnnounceEnabled
  839. Whether to announce this device to the global announce (discovery) server,
  840. and also use it to look up other devices.
  841. .TP
  842. .B localAnnounceEnabled
  843. Whether to send announcements to the local LAN, also use such
  844. announcements to find other devices.
  845. .TP
  846. .B localAnnouncePort
  847. The port on which to listen and send IPv4 broadcast announcements to.
  848. .TP
  849. .B localAnnounceMCAddr
  850. The group address and port to join and send IPv6 multicast announcements on.
  851. .TP
  852. .B maxSendKbps
  853. Outgoing data rate limit, in kibibytes per second.
  854. .TP
  855. .B maxRecvKbps
  856. Incoming data rate limits, in kibibytes per second.
  857. .TP
  858. .B reconnectionIntervalS
  859. The number of seconds to wait between each attempt to connect to currently
  860. unconnected devices.
  861. .TP
  862. .B relaysEnabled
  863. When true, relays will be connected to and potentially used for device to device connections.
  864. .TP
  865. .B relayReconnectIntervalM
  866. Sets the interval, in minutes, between relay reconnect attempts.
  867. .TP
  868. .B startBrowser
  869. Whether to attempt to start a browser to show the GUI when Syncthing starts.
  870. .TP
  871. .B natEnabled
  872. Whether to attempt to perform a UPnP and NAT\-PMP port mapping for
  873. incoming sync connections.
  874. .TP
  875. .B natLeaseMinutes
  876. Request a lease for this many minutes; zero to request a permanent lease.
  877. .TP
  878. .B natRenewalMinutes
  879. Attempt to renew the lease after this many minutes.
  880. .TP
  881. .B natTimeoutSeconds
  882. When scanning for UPnP devices, wait this long for responses.
  883. .TP
  884. .B urAccepted
  885. Whether the user has accepted to submit anonymous usage data. The default,
  886. \fB0\fP, mean the user has not made a choice, and Syncthing will ask at some
  887. point in the future. \fB\-1\fP means no, a number above zero means that that
  888. version of usage reporting has been accepted.
  889. .TP
  890. .B urSeen
  891. The highest usage reporting version that has already been shown in the web GUI.
  892. .TP
  893. .B urUniqueID
  894. The unique ID sent together with the usage report. Generated when usage
  895. reporting is enabled.
  896. .TP
  897. .B urURL
  898. The URL to post usage report data to, when enabled.
  899. .TP
  900. .B urPostInsecurely
  901. When true, the UR URL can be http instead of https, or have a self\-signed
  902. certificate. The default is \fBfalse\fP\&.
  903. .TP
  904. .B urInitialDelayS
  905. The time to wait from startup to the first usage report being sent. Allows
  906. the system to stabilize before reporting statistics.
  907. .TP
  908. .B restartOnWakeup
  909. Whether to perform a restart of Syncthing when it is detected that we are
  910. waking from sleep mode (i.e. a folded up laptop).
  911. .TP
  912. .B autoUpgradeIntervalH
  913. Check for a newer version after this many hours. Set to zero to disable
  914. automatic upgrades.
  915. .TP
  916. .B upgradeToPreReleases
  917. If true, automatic upgrades include release candidates (see
  918. releases).
  919. .TP
  920. .B keepTemporariesH
  921. Keep temporary failed transfers for this many hours. While the temporaries
  922. are kept, the data they contain need not be transferred again.
  923. .TP
  924. .B cacheIgnoredFiles
  925. Whether to cache the results of ignore pattern evaluation. Performance
  926. at the price of memory. Defaults to \fBfalse\fP as the cost for evaluating
  927. ignores is usually not significant.
  928. .TP
  929. .B progressUpdateIntervalS
  930. How often in seconds the progress of ongoing downloads is made available to
  931. the GUI.
  932. .TP
  933. .B limitBandwidthInLan
  934. Whether to apply bandwidth limits to devices in the same broadcast domain
  935. as the local device.
  936. .TP
  937. .B minHomeDiskFree
  938. The minimum required free space that should be available on the
  939. partition holding the configuration and index. Accepted units are \fB%\fP, \fBkB\fP,
  940. \fBMB\fP, \fBGB\fP and \fBTB\fP\&.
  941. .TP
  942. .B releasesURL
  943. The URL from which release information is loaded, for automatic upgrades.
  944. .TP
  945. .B alwaysLocalNet
  946. Network that should be considered as local given in CIDR notation.
  947. .TP
  948. .B overwriteRemoteDeviceNamesOnConnect
  949. If set, device names will always be overwritten with the name given by
  950. remote on each connection. By default, the name that the remote device
  951. announces will only be adopted when a name has not already been set.
  952. .TP
  953. .B tempIndexMinBlocks
  954. When exchanging index information for incomplete transfers, only take
  955. into account files that have at least this many blocks.
  956. .TP
  957. .B unackedNotificationID
  958. ID of a notification to be displayed in the web GUI. Will be removed once
  959. the user acknowledged it (e.g. an transition notice on an upgrade).
  960. .TP
  961. .B trafficClass
  962. Specify a type of service (TOS)/traffic class of outgoing packets.
  963. .TP
  964. .B stunServer
  965. Server to be used for STUN, given as ip:port. The keyword \fBdefault\fP gets
  966. expanded to
  967. \fBstun.callwithus.com:3478\fP, \fBstun.counterpath.com:3478\fP,
  968. \fBstun.counterpath.net:3478\fP, \fBstun.ekiga.net:3478\fP,
  969. \fBstun.ideasip.com:3478\fP, \fBstun.internetcalls.com:3478\fP,
  970. \fBstun.schlund.de:3478\fP, \fBstun.sipgate.net:10000\fP,
  971. \fBstun.sipgate.net:3478\fP, \fBstun.voip.aebc.com:3478\fP,
  972. \fBstun.voiparound.com:3478\fP, \fBstun.voipbuster.com:3478\fP,
  973. \fBstun.voipstunt.com:3478\fP and \fBstun.xten.com:3478\fP (this is the default).
  974. .TP
  975. .B stunKeepaliveSeconds
  976. Interval in seconds between contacting a STUN server to
  977. maintain NAT mapping. Default is \fB24\fP and you can set it to \fB0\fP to
  978. disable contacting STUN servers.
  979. .TP
  980. .B defaultFolderPath
  981. The UI will propose to create new folders at this path. This can be disabled by
  982. setting this to an empty string.
  983. .UNINDENT
  984. .INDENT 0.0
  985. .TP
  986. .B setLowPriority
  987. Syncthing will attempt to lower its process priority at startup.
  988. Specifically: on Linux, set itself to a separate process group, set the
  989. niceness level of that process group to nine and the I/O priority to
  990. best effort level five; on other Unixes, set the process niceness level
  991. to nine; on Windows, set the process priority class to below normal. To
  992. disable this behavior, for example to control process priority yourself
  993. as part of launching Syncthing, set this option to \fBfalse\fP\&.
  994. .UNINDENT
  995. .SS Listen Addresses
  996. .sp
  997. The following address types are accepted in sync protocol listen addresses. If you want Syncthing to listen on multiple addresses, you can either: add multiple \fB<listenAddress>\fP tags in the configuration file or enter several addresses separated by commas in the GUI.
  998. .INDENT 0.0
  999. .TP
  1000. .B Default listen addresses (\fBdefault\fP)
  1001. This is equivalent to \fBtcp://0.0.0.0:22000\fP, \fBquic://0.0.0.0:22000\fP
  1002. and \fBdynamic+https://relays.syncthing.net/endpoint\fP\&.
  1003. .TP
  1004. .B TCP wildcard and port (\fBtcp://0.0.0.0:22000\fP, \fBtcp://:22000\fP)
  1005. These are equivalent and will result in Syncthing listening on all
  1006. interfaces, IPv4 and IPv6, on the specified port.
  1007. .TP
  1008. .B TCP IPv4 wildcard and port (\fBtcp4://0.0.0.0:22000\fP, \fBtcp4://:22000\fP)
  1009. These are equivalent and will result in Syncthing listening on all
  1010. interfaces via IPv4 only.
  1011. .TP
  1012. .B TCP IPv4 address and port (\fBtcp4://192.0.2.1:22000\fP)
  1013. This results in Syncthing listening on the specified address and port, IPv4
  1014. only.
  1015. .TP
  1016. .B TCP IPv6 wildcard and port (\fBtcp6://[::]:22000\fP, \fBtcp6://:22000\fP)
  1017. These are equivalent and will result in Syncthing listening on all
  1018. interfaces via IPv6 only.
  1019. .TP
  1020. .B TCP IPv6 address and port (\fBtcp6://[2001:db8::42]:22000\fP)
  1021. This results in Syncthing listening on the specified address and port, IPv6
  1022. only.
  1023. .TP
  1024. .B QUIC address and port (e.g. \fBquic://0.0.0.0:22000\fP)
  1025. Syntax is the same as for TCP, also \fBquic4\fP and \fBquic6\fP can be used.
  1026. .TP
  1027. .B Static relay address (\fBrelay://192.0.2.42:22067?id=abcd123...\fP)
  1028. Syncthing will connect to and listen for incoming connections via the
  1029. specified relay address.
  1030. .INDENT 7.0
  1031. .INDENT 3.5
  1032. .SS Todo
  1033. .sp
  1034. Document available URL parameters.
  1035. .UNINDENT
  1036. .UNINDENT
  1037. .TP
  1038. .B Dynamic relay pool (\fBdynamic+https://192.0.2.42/relays\fP)
  1039. Syncthing will fetch the specified HTTPS URL, parse it for a JSON payload
  1040. describing relays, select a relay from the available ones and listen via
  1041. that as if specified as a static relay above.
  1042. .INDENT 7.0
  1043. .INDENT 3.5
  1044. .SS Todo
  1045. .sp
  1046. Document available URL parameters.
  1047. .UNINDENT
  1048. .UNINDENT
  1049. .UNINDENT
  1050. .SH SYNCING CONFIGURATION FILES
  1051. .sp
  1052. Syncing configuration files between devices (such that multiple devices are
  1053. using the same configuration files) can cause issues. This is easy to do
  1054. accidentally if you sync your home folder between devices. A common symptom
  1055. of syncing configuration files is two devices ending up with the same Device ID.
  1056. .sp
  1057. If you want to use Syncthing to backup your configuration files, it is recommended
  1058. that the files you are backing up are in a folder\-sendonly to prevent other
  1059. devices from overwriting the per device configuration. The folder on the remote
  1060. device(s) should not be used as configuration for the remote devices.
  1061. .sp
  1062. If you’d like to sync your home folder in non\-send only mode, you may add the
  1063. folder that stores the configuration files to the ignore list\&.
  1064. If you’d also like to backup your configuration files, add another folder in
  1065. send only mode for just the configuration folder.
  1066. .SH AUTHOR
  1067. The Syncthing Authors
  1068. .SH COPYRIGHT
  1069. 2014-2019, The Syncthing Authors
  1070. .\" Generated by docutils manpage writer.
  1071. .