Files on my desktop sync between machines eventually, but I need it to happen now
I work on two Macs and keep a working file on the Desktop, which is synced through the cloud service. Changes do propagate, but sometimes with a long delay — long enough that I have edited the stale version on the second machine more than once.
There does not appear to be a refresh or sync now command anywhere in the interface.
Is there a supported way to force it, or a reliable trick?
@mac_dev_mina · 2w ago
There is no supported "sync now" button, which is a deliberate design decision and an occasionally infuriating one. The system decides when to upload and download based on activity, power state, network and its own heuristics.
The workarounds people rely on, roughly in order of how well they work:
Touch the folder. Creating a file or folder inside the synced location often kicks the daemon into action. Create it, wait a moment, delete it. Crude and it frequently works.
Open the file. Accessing a file signals that it is wanted, which prompts a download of the current version.
Check the sync status in the file browser. The sidebar shows progress while it is working, which at least tells you whether it is stalled or merely slow.
Restart the sync daemon. There is a background process responsible for this, and restarting it from a terminal reliably forces a fresh pass. It is a documented process name rather than a hidden hack, and the system restarts it automatically.
Reply
Report