惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
量子位
GbyAI
GbyAI
腾讯CDC
T
Tailwind CSS Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
N
Netflix TechBlog - Medium
Jina AI
Jina AI
IT之家
IT之家
Y
Y Combinator Blog

Syncthing Community Forum - Latest posts

Ubiquiti (UniFi) CyberSecure - Suricata- reports false SyncThing Threat Light Terminal browser which displays the syncthing dashboard via ssh Any option to sync 500k small files in less than half a day? Syncthing sync intermittently and with very slow rate How to File Verson a Subfolder of a Synched Directory Failed to start Syncthing/SyncTrayzor Win11: Console is no-longer displayed when launching Syncthing Syncthing Ignore Pattern Visualizer Renaming/moving without block indexing The working set is too high, causing the computer to freeze Would connecting two OSX (Mac) devices via USB allow faster data transfer? How can I turn on the new continious watching for all my folder again? Messaging system based on Syncthing Alternative Web GUI for Syncthing (Angular + Material) SyncThing Android fork: SyncThing as messaging app Android --> PC uploading stuck at 99% Can't ignore root owned file Terramaster TOS7 broken? add a hint when folder edit "Too many symbolic links" but there aren't Collapse folder groups? How does Synchting handle symbolic links? Update to 2.1.1 but the update does not exist Disconnected (Inactive) - no route to host "Wi-Fi needs to be enabled" error on Android 16 / Realme UI 16 (Even though Wi-Fi is on) Custom file filtering/syncing Best practice Unraid + Android (without repeated DB crashes) Slow syncing and scanning without any visible reason .stignore: optional include Syncproblem: Several Windows<>Android
Renaming files and folders
@slysl Sir S · 2026-06-15 · via Syncthing Community Forum - Latest posts

Okay, background on the rename detection mechanism: Syncthing scans for changes. The filesystem notifications we get (when enabled) triggers the scanner. The scanner traverses the thing it was told about. Sometimes this is a single file, sometimes it’s a parent directory, sometimes it’s the entire folder. Notification events are aggregated so if we see more than a threshold of events in a given directory we scan the entire directory in question. When scanning we detect new or changed files. Th...