Every freelancer knows this split-brain life: the client dumps briefs, assets and feedback into a shared Dropbox folder, but your own team plans, edits and delivers in Google Drive. For six months, Vy was the human bridge — every morning, download the new Dropbox files, re-upload them to Drive, try to remember which version was current. Twenty minutes a day, error-prone, unpaid.
The fix took eight minutes and has been running ever since.
Option 1: one-way copy (the safe default)
New client files should appear in Drive automatically; nothing should ever flow back and surprise the client. That's a one-way incremental sync:
- Connect Dropbox and Google Drive to CloudSync.
- New sync rule: source = the client's Dropbox folder, destination =
Clients/AcmeCorpin Drive. - Mode: Incremental — only new or changed files are copied on each run. Skip the rest.
- Schedule: hourly or daily, depending on how impatient your team is. Runs happen server-side; your machine plays no part.
That's it. Files stream cloud-to-cloud, unchanged files are skipped by size + modified-time comparison, transient failures retry automatically, and you get an alert (email — or Telegram/Discord if you like) only when something genuinely breaks.
Option 2: two-way sync (when both sides edit)
If the client also needs to see YOUR files, switch the rule to two-way. Changes propagate in both directions, and when the same file is edited on both sides between runs, you choose the policy: newest wins (automatic), keep both (versions saved side by side), or ask (conflicts queue up for a human decision). Start with "keep both" until you trust the rhythm — no sync tool should ever be deciding which version of a contract to silently discard.
What NOT to do
- Don't use mirror mode for this. Mirror deletes destination files that vanish from the source — right for backups, wrong for a shared working folder. (If you do use mirror, CloudSync's dry-run preview shows every would-be deletion before you commit.)
- Don't sync the whole Dropbox root. Scope the rule to the client folder; use include patterns like
*.psd,*.pdfif only some file types matter. - Don't rely on desktop sync clients — chaining the Dropbox app and Drive app through a local folder means both fight over file locks, and it only works while that one computer is on.
Vy's morning routine now starts with coffee instead of copy-paste. The sync ran at 6 a.m.; the files were already there.