Restart Needed
The configuration has been saved but not activated. Syncthing must restart to activate the new configuration.
New Device
{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}: Device {%device%} ({%address%}) wants to connect. Add new device?
New Folder Share Folder
{{ event.time | date:"yyyy-MM-dd HH:mm:ss" }}: {%device%} wants to share folder "{%folder%}". Share this folder? Add new folder?
Notice
{{err.time | date:"yyyy-MM-dd HH:mm:ss"}}: {{friendlyDevices(err.error)}}
Folders
{{folder.id}} Unknown◼ Unshared◼ Stopped◼ Scanning ({{scanPercentage(folder.id)}}%) ◼ Up to Date◼ Syncing ({{syncPercentage(folder.id)}}%) Out of Sync◼
| Folder Path | {{folder.path}} | |
|---|---|---|
| Error | {{model[folder.id].invalid || model[folder.id].error}} | |
| Global State | {{model[folder.id].globalFiles | alwaysNumber}} items, ~{{model[folder.id].globalBytes | binary}}B | |
| Local State | {{model[folder.id].localFiles | alwaysNumber}} items, ~{{model[folder.id].localBytes | binary}}B | |
| Out of Sync Items | {{model[folder.id].needFiles | alwaysNumber}} items, ~{{model[folder.id].needBytes | binary}}B | |
| Failed Items | {{failed[folder.id].length | alwaysNumber}} items | |
| Folder Master | Yes | |
| Ignore Patterns | Yes | |
| Ignore Permissions | Yes | |
| Rescan Interval | {{folder.rescanIntervalS}} s | |
| File Pull Order | Random Alphabetic Smallest First Largest First Oldest First Newest First | |
| File Versioning | Trash Can File Versioning Staggered File Versioning Simple File Versioning External File Versioning | |
| Shared With | {{sharesFolder(folder)}} | |
| Last File Received | Updated Deleted {{folderStats[folder.id].lastFile.filename | basename}} |
Devices
{{deviceName(deviceCfg)}}
| Download Rate | {{connectionsTotal.inbps | binary}}B/s ({{connectionsTotal.inBytesTotal | binary}}B) |
|---|---|
| Upload Rate | {{connectionsTotal.outbps | binary}}B/s ({{connectionsTotal.outBytesTotal | binary}}B) |
| Local State (Total) | {{localStateTotal.files | alwaysNumber}} items, ~{{localStateTotal.bytes | binary}}B |
| RAM Utilization | {{system.sys | binary}}B |
| CPU Utilization | {{system.cpuPercent | alwaysNumber | natural:1}}% |
| Discovery | {{discoveryTotal}}/{{discoveryTotal}} {{discoveryTotal-discoveryFailed.length}}/{{discoveryTotal}} |
| Relays | {{relaysTotal}}/{{relaysTotal}} {{relaysTotal-relaysFailed.length}}/{{relaysTotal}} |
| Uptime | {{system.uptime | duration:"m"}} |
| Version | {{versionString()}} |
{{deviceName(deviceCfg)}}
Up to Date◼
Syncing ({{completion[deviceCfg.deviceID]._total | number:0}}%)
Paused◼
Disconnected◼
Unused◼
| Download Rate | {{connections[deviceCfg.deviceID].inbps | binary}}B/s ({{connections[deviceCfg.deviceID].inBytesTotal | binary}}B) | |
|---|---|---|
| Upload Rate | {{connections[deviceCfg.deviceID].outbps | binary}}B/s ({{connections[deviceCfg.deviceID].outBytesTotal | binary}}B) | |
| Address Relayed via | {{deviceAddr(deviceCfg)}} | |
| Compression | All Data Off | |
| Introducer | Yes | |
| Version | {{connections[deviceCfg.deviceID].clientVersion}} | |
| Last seen | Never | {{deviceStats[deviceCfg.deviceID].lastSeen | date:"yyyy-MM-dd HH:mm:ss"}} |
| Folders | {{deviceFolders(deviceCfg).join(", ")}} |