Hi
This is my first time using Syncthing, so I apologize if I missed something in the documentation, but I haven’t been able to solve this issue.
I am trying to use Syncthing to synchronize files between 2 servers, which it is great for, but my setup is a bit different than usual.
On both servers I have an “E:” directory allocated to my data storage and an “F:” directory allocated to app storage.
Each project will have its on folder on both drives, so if the project is named “MyTestProject”, then the folders that I want synchronized with the other server would be: “E:\MyTestProject” (for data storage) and “F:\MyTestProject” (for app storage). The architecture is of course the same on the other server.
I have added both folders in the SyncTrayzor app, the first one did fine and synchronized right away, but my second folder (with the same name) doesn’t sync at all and the “Remote Devices” is stuck at 56% in the sync-process.
Errors from console (only happens after adding the second folder): [4WVPB] 14:29:22 INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice [4WVPB] 14:29:22 INFO: UPnP parse: unrecognized UPnP device of type uuid:2f402f80-da50-11e1-9b23-001788220e1a [4WVPB] 14:29:22 INFO: UPnP parse: unrecognized UPnP device of type urn:schemas-upnp-org:device:basic:1 [4WVPB] 14:29:22 INFO: Invalid IGD response: invalid device UUID Upnp-BasicDevice-1_0-00166C986446 (continuing anyway) [4WVPB] 14:29:22 INFO: Invalid IGD response: invalid device UUID Upnp-BasicDevice-1_0-00166C986446 (continuing anyway) [4WVPB] 14:29:23 INFO: UPnP parse: [http://10.0.1.14:49152/rootDesc.xml] Malformed root device description: not an InternetGatewayDevice. [4WVPB] 14:29:23 INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice [4WVPB] 14:29:23 INFO: UPnP parse: unrecognized UPnP device of type uuid:2f402f80-da50-11e1-9b23-001788220e1a [4WVPB] 14:29:23 INFO: UPnP parse: unrecognized UPnP device of type urn:schemas-upnp-org:device:basic:1 [4WVPB] 14:29:24 INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice [4WVPB] 14:29:24 INFO: UPnP parse: unrecognized UPnP device of type uuid:2f402f80-da50-11e1-9b23-001788220e1a [4WVPB] 14:29:24 INFO: UPnP parse: unrecognized UPnP device of type urn:schemas-upnp-org:device:basic:1 [4WVPB] 14:29:25 INFO: UPnP parse: [http://10.0.1.14:49152/rootDesc.xml] Malformed root device description: not an InternetGatewayDevice. [4WVPB] 14:29:25 INFO: UPnP parse: unrecognized UPnP device of type upnp:rootdevice [4WVPB] 14:29:25 INFO: UPnP parse: unrecognized UPnP device of type uuid:2f402f80-da50-11e1-9b23-001788220e1a [4WVPB] 14:29:25 INFO: UPnP parse: unrecognized UPnP device of type urn:schemas-upnp-org:device:basic:1
Any advice will be greatly appreciated.