I have Syncthing v1.20.4 Linux (64-bit Intel/AMD) installed on a QNAP NAS syncing several send-only folders to four Android devices running Syncthing-fork v1.20.3.1 with receive-only folders. Two of them are stuck attempting to sync ignored files:
For example:
// Syncthing
(?i).stversions
(?i).stignore_global.txt
// From QNAP /etc/smb.conf veto files:
(?i).AppleDB
(?i).AppleDouble
(?i).AppleDesktop
(?i):2eDS_Store
(?i)Network Trash Folder
(?i)Temporary Items
(?i)TheVolumeSettingsFolder
(?i).@__thumb
(?i).@__desc
(?i):2e[^/]*
(?i).@__qini
(?i).Qsync
(?i).@upload_cache
(?i).qsync
(?i).qsync_sn
(?i).@qsys
(?i).streams
(?i).digest
// FreeFileSync
(?i)sync.ffs_db
(?i).ffs_lock
(?i).ffs_tmp
//Android
(?i).thumbnails
// Windows
(?i)desktop.ini
(?i)$RECYCLE.BIN
(?i)Thumbs.db
How do I fix this? Isn’t this a bug?
19 posts - 2 participants