Device A doesn't replicate deletions executed on device B

Hi everybody, I am having troubles with my setup which is made by device A (a debian server where i backup my files) and device B (my windows 7 laptop, from where I do the backups. The problem is that deletions made on my laptop, are not replicated on my server and the hard drive fills up after some time. Is it a problem of permissions?

Thank you in advance!

Post your config and check logs/ui for errors/failed items.

There are no errors in the web gui (on none of the two machines).

Where can I find the configuration file in windows?

The configuration file on the linux machine is the following: (I have changed device Id and folder paths)

<configuration version="12">
    <folder id="Blackberry" path="/media/truecrypt1/xyz_syncthing/" ro="false" rescanIntervalS="60" ignorePerms="false" autoNormalize="true">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Desktop" path="/media/truecrypt1/xyz_syncthing/" ro="false" rescanIntervalS="60" ignorePerms="false" autoNormalize="true">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
<folder id="Firefox" path="/media/truecrypt1/xyz_syncthing/" ro="false" rescanIntervalS="60" ignorePerms="false" autoNormalize="true">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Musica" path="/media/truecrypt1/xyz_syncthing/" ro="false" rescanIntervalS="60" ignorePerms="false" autoNormalize="true">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>

Check -help

Windows config:

<configuration version="12">
    <folder id="Blackberry" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Desktop" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Documents" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>1</copiers>
        <pullers>16</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Firefox" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Musica" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="OwnCloud" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Pictures" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Thunderbird" path="C:\xxx">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>newestFirst</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <device id="xxx">
        <address>tcp://xxx.xxx.xxx.xxx:22000</address>
    </device>
    <device id="xxx">
        <address>dynamic</address>
    </device>
    <device id="xxx">
        <address>dynamic</address>
    </device>
    <gui enabled="true" tls="true">
        <address>127.0.0.1:8384</address>
        <user>xxx</user>
        <password>xxx</password>
        <apikey>xxx</apikey>
        <theme>default</theme>
    </gui>
    <options>
        <listenAddress>tcp://0.0.0.0:22000</listenAddress>
        <globalAnnounceServer>default</globalAnnounceServer>
        <globalAnnounceEnabled>false</globalAnnounceEnabled>
        <localAnnounceEnabled>true</localAnnounceEnabled>
        <localAnnouncePort>21027</localAnnouncePort>
        <localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
        <relayServer>dynamic+https://relays.syncthing.net/endpoint</relayServer>
        <maxSendKbps>0</maxSendKbps>
        <maxRecvKbps>0</maxRecvKbps>
        <reconnectionIntervalS>60</reconnectionIntervalS>
        <relaysEnabled>true</relaysEnabled>
        <relayReconnectIntervalM>10</relayReconnectIntervalM>
        <startBrowser>true</startBrowser>
        <upnpEnabled>true</upnpEnabled>
        <upnpLeaseMinutes>60</upnpLeaseMinutes>
        <upnpRenewalMinutes>30</upnpRenewalMinutes>
        <upnpTimeoutSeconds>10</upnpTimeoutSeconds>
        <urAccepted>-1</urAccepted>
        <urUniqueID></urUniqueID>
        <urURL>https://data.syncthing.net/newdata</urURL>
        <urPostInsecurely>false</urPostInsecurely>
        <urInitialDelayS>1800</urInitialDelayS>
        <restartOnWakeup>true</restartOnWakeup>
        <autoUpgradeIntervalH>12</autoUpgradeIntervalH>
        <keepTemporariesH>24</keepTemporariesH>
        <cacheIgnoredFiles>true</cacheIgnoredFiles>
        <progressUpdateIntervalS>5</progressUpdateIntervalS>
        <symlinksEnabled>false</symlinksEnabled>
        <limitBandwidthInLan>false</limitBandwidthInLan>
        <minHomeDiskFreePct>1</minHomeDiskFreePct>
        <releasesURL>https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL>
    </options>
</configuration>

Linux config:

<configuration version="12">
    <folder id="Blackberry" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Desktop" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Documents" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Firefox" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Musica" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="OwnCloud" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Pictures" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>-1</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <folder id="Thunderbird" path="/media/truecrypt1/">
        <device id="xxx"></device>
        <device id="xxx"></device>
        <minDiskFreePct>1</minDiskFreePct>
        <versioning></versioning>
        <copiers>0</copiers>
        <pullers>0</pullers>
        <hashers>0</hashers>
        <order>random</order>
        <ignoreDelete>false</ignoreDelete>
        <scanProgressIntervalS>0</scanProgressIntervalS>
        <pullerSleepS>0</pullerSleepS>
        <pullerPauseS>0</pullerPauseS>
        <maxConflicts>10</maxConflicts>
        <disableSparseFiles>false</disableSparseFiles>
    </folder>
    <device id="xxx">
        <address>dynamic</address>
    </device>
    <device id="xxx">
        <address>dynamic</address>
    </device>
    <gui enabled="true" tls="true">
        <address>0.0.0.0:8384</address>
        <user>root</user>
        <password>xxx</password>
        <apikey>xxx</apikey>
        <theme>default</theme>
    </gui>
    <options>
        <listenAddress>tcp://0.0.0.0:22000</listenAddress>
        <globalAnnounceServer>default</globalAnnounceServer>
        <globalAnnounceEnabled>false</globalAnnounceEnabled>
        <localAnnounceEnabled>true</localAnnounceEnabled>
        <localAnnouncePort>21027</localAnnouncePort>
        <localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
        <relayServer>dynamic+https://relays.syncthing.net/endpoint</relayServer>
        <maxSendKbps>0</maxSendKbps>
        <maxRecvKbps>0</maxRecvKbps>
        <reconnectionIntervalS>60</reconnectionIntervalS>
        <relaysEnabled>true</relaysEnabled>
        <relayReconnectIntervalM>10</relayReconnectIntervalM>
        <startBrowser>true</startBrowser>
        <upnpEnabled>false</upnpEnabled>
        <upnpLeaseMinutes>60</upnpLeaseMinutes>
        <upnpRenewalMinutes>30</upnpRenewalMinutes>
        <upnpTimeoutSeconds>10</upnpTimeoutSeconds>
        <urAccepted>-1</urAccepted>
        <urUniqueID></urUniqueID>
        <urURL>https://data.syncthing.net/newdata</urURL>
        <urPostInsecurely>false</urPostInsecurely>
        <urInitialDelayS>1800</urInitialDelayS>
        <restartOnWakeup>true</restartOnWakeup>
        <autoUpgradeIntervalH>12</autoUpgradeIntervalH>
        <keepTemporariesH>24</keepTemporariesH>
        <cacheIgnoredFiles>true</cacheIgnoredFiles>
        <progressUpdateIntervalS>5</progressUpdateIntervalS>
        <symlinksEnabled>true</symlinksEnabled>
        <limitBandwidthInLan>false</limitBandwidthInLan>
        <minHomeDiskFreePct>1</minHomeDiskFreePct>
        <releasesURL>https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL>
    </options>
    <ignoredDevice>xxx</ignoredDevice>
</configuration>

Can you post logs and screenshots from both sides as this happens?

I am sorry, I cannot find the log on the linux machine. Any idea of where it could be?

We don’t store a log by default on Linux, you have to either redirect stdout to a file, or use -logfile command line option.

I’m sorry for the off-topic question, but I can’t understand if -logfile option requires the full directory or the filename only. In case it is the filename only, where would the log file be placed?

You can give it a full path C:\path\to\somefile.log

I tried the following to make syncthing log, but it doesn’t even create the logfile. What am I doing wrong?

This is the file i have for syncthing service:

[Unit]
Description=Syncthing - Open Source Continuous File Synchronization for %I
Documentation=http://docs.syncthing.net/
After=network.target
Wants=syncthing-inotify@.service

[Service]
User=%i
Environment=STNORESTART=yes
ExecStart=/usr/bin/syncthing -no-browser -logflags=3 -logfile=/var/log/syncthing/logfile.log
Restart=on-failure
SuccessExitStatus=2 3 4
RestartForceExitStatus=3 4

[Install]
WantedBy=multi-user.target

If you’re using systemd, don’t use logfile but instead view the log with sudo journalctl -r -u <user>@syncthing.service, e.g. sudo journalctl -r -u syncthing@syncthing.service.

Thank you canton7. However, how can I change the log level? As of now in the logs there’s no information about actions taken on files.

This is what I have in the logs:

-- Logs begin at Wed 2016-02-03 17:53:12 CET, end at Mon 2016-02-08 11:03:01 CET. --
Feb 08 11:02:14 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:02:14 INFO: Device xxx client is "syncthing v0.12.17" named "GC01PC"
Feb 08 11:02:14 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:02:14 INFO: Established secure connection to xxx at 192.168.10.100:22000
Feb 08 11:01:49 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:49 INFO: Completed initial scan (rw) of folder Pictures
Feb 08 11:01:49 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:49 INFO: Completed initial scan (rw) of folder Documents
Feb 08 11:01:49 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:49 INFO: Completed initial scan (rw) of folder Musica
Feb 08 11:01:47 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:47 INFO: Completed initial scan (rw) of folder Thunderbird
Feb 08 11:01:46 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:46 INFO: Completed initial scan (rw) of folder Desktop
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: Completed initial scan (rw) of folder Firefox
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: Completed initial scan (rw) of folder OwnCloud
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: GUI URL is https://127.0.0.1:8384/
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: API listening on [::]:8384
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: Device xxx is "GC01PC" at [dynamic]
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: Device xxx is "GC01SRVR" at [dynamic]
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 INFO: Completed initial scan (rw) of folder Blackberry
Feb 08 11:01:44 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:44 OK: Ready to synchronize Pictures (read-write)
Feb 08 11:01:42 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:42 OK: Ready to synchronize OwnCloud (read-write)
Feb 08 11:01:42 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:42 OK: Ready to synchronize Musica (read-write)
Feb 08 11:01:41 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:41 OK: Ready to synchronize Firefox (read-write)
Feb 08 11:01:39 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:39 OK: Ready to synchronize Documents (read-write)
Feb 08 11:01:38 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:38 OK: Ready to synchronize Desktop (read-write)
Feb 08 11:01:37 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:37 OK: Ready to synchronize Blackberry (read-write)
Feb 08 11:01:37 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:37 OK: Ready to synchronize Thunderbird (read-write)
Feb 08 11:01:26 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:26 INFO: Single thread hash performance is ~178 MB/s
Feb 08 11:01:25 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:25 INFO: My ID: xxx
Feb 08 11:01:25 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 11:01:25 INFO: syncthing v0.12.15 "Beryllium Bedbug" (go1.5.3 linux-amd64) unknown-user@build2.syncthing.net 2016-01-17 09:57:20 UTC
Feb 08 11:01:25 GC01SRVR syncthing[16201]: [M5B2S] OK: Exiting
Feb 08 11:01:25 GC01SRVR syncthing[16201]: [M5B2S] INFO: Restarting

Well the runtime of that is 3 minutes, so it has nothing useful in it, yet.

Can you also post screenshots of the web ui from both sides?

I will post a log for a longer period soon, but anyway I can assure it won’t show much more. here are the screenshots.

This is the “server” (device A, the one that fails to replicate the deletions)

This is the “client” (device B, the one from which the files are take. all the folders are set as “folder master” here)

Which folder are you deleting files in?

Also, can you expand the folders that you are having trouble with in the screenshots?

In all of the folders I delete files.

Let’s take the folder desktop, for example. I just created two files: srvr.png and pc.png on device B. They have been transfered to device A (I checked, they were on device A). Afterwards I deleted them on device B, but even after 10 minutes and rescanning the desktop folder, they still were on the device A.

This happened in the last 15-20 minutes. Here is the log of that time frame.

Feb 08 13:41:28 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:28 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:28 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:28 INFO: Puller (folder "Desktop", file "pc.png"): pull: peers who had this file went away, or the file has changed while syncing
Feb 08 13:41:27 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:27 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:27 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:27 INFO: Puller (folder "Desktop", file "srvr.png"): pull: peers who had this file went away, or the file has changed while synci
Feb 08 13:41:20 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:20 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:20 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:20 INFO: Puller (folder "Desktop", file "srvr.png"): pull: peers who had this file went away, or the file has changed while synci
Feb 08 13:41:19 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:19 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:19 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:19 INFO: Puller (folder "Desktop", file "pc.png"): pull: peers who had this file went away, or the file has changed while syncing
Feb 08 13:41:10 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:10 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:10 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:10 INFO: Puller (folder "Desktop", file "srvr.png"): pull: peers who had this file went away, or the file has changed while synci
Feb 08 13:41:09 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:09 INFO: Puller: final: peers who had this file went away, or the file has changed while syncing. will retry later
Feb 08 13:41:09 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:41:09 INFO: Puller (folder "Desktop", file "pc.png"): pull: peers who had this file went away, or the file has changed while syncing
Feb 08 13:38:40 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:40 INFO: Completed initial scan (rw) of folder Pictures
Feb 08 13:38:39 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:39 INFO: Completed initial scan (rw) of folder Documents
Feb 08 13:38:39 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:39 INFO: Completed initial scan (rw) of folder Musica
Feb 08 13:38:38 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:38 INFO: Device UXTKEHQ-AMQKKO3-QYJ7PN5-7FDZ6QB-FRWVIPJ-7YHRGK4-LHVQGVK-5CMWYQK client is "syncthing v0.12.17" named "GC01PC"
Feb 08 13:38:38 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:38 INFO: Established secure connection to UXTKEHQ-AMQKKO3-QYJ7PN5-7FDZ6QB-FRWVIPJ-7YHRGK4-LHVQGVK-5CMWYQK at 192.168.10.100:22000
Feb 08 13:38:37 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:37 INFO: Completed initial scan (rw) of folder Thunderbird
Feb 08 13:38:37 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:37 INFO: Completed initial scan (rw) of folder Desktop
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: Completed initial scan (rw) of folder Firefox
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: Completed initial scan (rw) of folder OwnCloud
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: GUI URL is https://127.0.0.1:8384/
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: API listening on [::]:8384
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: Completed initial scan (rw) of folder Blackberry
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: Device UXTKEHQ-AMQKKO3-QYJ7PN5-7FDZ6QB-FRWVIPJ-7YHRGK4-LHVQGVK-5CMWYQK is "GC01PC" at [dynamic]
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 INFO: Device M5B2SHV-AWJQRV6-5CMIYHF-SNS34CL-CEXCHSO-2TCKFC7-FOTTXF7-KLXBWAJ is "GC01SRVR" at [dynamic]
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 OK: Ready to synchronize Thunderbird (read-write)
Feb 08 13:38:34 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:34 OK: Ready to synchronize Pictures (read-write)
Feb 08 13:38:33 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:33 OK: Ready to synchronize OwnCloud (read-write)
Feb 08 13:38:33 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:33 OK: Ready to synchronize Musica (read-write)
Feb 08 13:38:33 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:33 OK: Ready to synchronize Firefox (read-write)
Feb 08 13:38:32 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:32 OK: Ready to synchronize Documents (read-write)
Feb 08 13:38:32 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:32 OK: Ready to synchronize Desktop (read-write)
Feb 08 13:38:31 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:31 OK: Ready to synchronize Blackberry (read-write)
Feb 08 13:38:14 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:14 INFO: Single thread hash performance is ~178 MB/s
Feb 08 13:38:14 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:14 INFO: My ID: M5B2SHV-AWJQRV6-5CMIYHF-SNS34CL-CEXCHSO-2TCKFC7-FOTTXF7-KLXBWAJ
Feb 08 13:38:14 GC01SRVR syncthing[26453]: [M5B2S] 2016/02/08 13:38:14 INFO: syncthing v0.12.15 "Beryllium Bedbug" (go1.5.3 linux-amd64) unknown-user@build2.syncthing.net 2016-01-17 09:57:20 UTC
Feb 08 13:38:14 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 13:38:14 OK: Exiting
Feb 08 13:38:14 GC01SRVR syncthing[20569]: [M5B2S] 2016/02/08 13:38:14 INFO: Restarting