Obsidian Sync Setup — Multi-Device (Mac + iPad + iPhone)¶
Vault: ecomonetize remote vault, account: info@ecomonetize.com
Encryption: End-to-end (only you hold the key — store in 1Password immediately)
Obsidian Sync setup — Mac Studio first¶
Step 1: Enable Obsidian Sync on the Mac vault¶
- Open Obsidian on Mac Studio → open the
/Users/rhartley/Claude/vault (if not already) - Settings → Core plugins → Sync → enable the Sync core plugin
- Settings → Sync → Log in → sign in with your Obsidian account (the one paying for Sync)
- Choose remote vault:
- Click "Create new remote vault"
- Name:
eco-monetize(oreco-monetize-claudeif you prefer disambiguation) - Encryption password: set a strong end-to-end encryption password — this is separate from your Obsidian login and cannot be reset. Store it in 1Password Production vault immediately. Obsidian cannot recover it for you.
- Click Create
- Obsidian begins uploading the vault. 381 MB will take 5–15 minutes on a good connection. Leave Obsidian running.
Step 2: Configure what gets synced (Mac Studio = everything)¶
On the Mac, you want the full vault synced to the remote, because this is your source of truth.
Settings → Sync → Advanced → Sync types:
- ✓ Markdown notes
- ✓ Images, Audio, Video, PDFs, Other file types
- ✓ Config (this syncs .obsidian/ so your templates, snippets, CSS, and hotkeys appear on all devices)
Settings → Sync → Selective sync: leave everything included on the Mac.
Step 3: Selective sync recommendations per device¶
| Device | Sync | Exclude |
|---|---|---|
| Mac Studio (primary) | Everything (381 MB) | nothing |
| iPad (travel richer) | Most of the vault (~230 MB) | archive/ (199 MB of historical — not needed on tablet) |
| iPhone (mobile minimal) | CEO Working Set (~4-5 MB) | archive/, knowledge/, content/, system/hooks/, production HTML dashboards |
Step 4: iPad setup¶
- Install Obsidian from the App Store on iPad
- Open the app → "Open" → "Sync with Obsidian Sync" → log in with the same account
- Choose the remote vault:
eco-monetize - Enter the encryption password you set on the Mac (from 1Password)
- Wait for initial sync — most files download in a minute or two on Wi-Fi
- Settings → Sync → Selective sync: add exclusions:
- Exclude folder:
archive - (Optionally exclude
knowledge/ip/prompts/if you don't want the full prompt library on iPad) - Settings → Appearance → CSS snippets: verify
dashboard.cssand the 6 other snippets are enabled (they should sync from Mac) - Settings → Community plugins: install the Core Set (Dataview, Templater, Periodic Notes, Tasks, Kanban, Homepage, QuickAdd, Tag Wrangler, Excalidraw) — plugins don't sync automatically, you install per-device
- Settings → Homepage: set to
dashboards/ceo-dashboard.md - Open the CEO Dashboard — you're running
Step 5: iPhone setup¶
- Install Obsidian from the App Store on iPhone
- Open the app → "Open" → "Sync with Obsidian Sync" → log in with the same account
- Choose the remote vault:
eco-monetize - Enter the encryption password
- Before the initial sync finishes, go to Settings → Sync → Selective sync and add these exclusions:
archiveknowledgecontentsystem/hooksdashboards/production-migration(the 13 HTML files — useless on phone)- Let the minimal sync complete (~5 MB should download quickly)
- Settings → Community plugins: install Core Set (same as iPad)
- Settings → Homepage: set to
dashboards/ceo-dashboard.md
Key gotchas¶
[!important] Encryption password is unrecoverable Obsidian Sync uses end-to-end encryption. The password you set at remote vault creation cannot be reset by Obsidian because they never see it. Lose it = lose access to the remote vault (the Mac copy remains unaffected). Store it in 1Password immediately.
[!warning] First sync can be slow 381 MB → Obsidian cloud takes 5–15 minutes. Don't quit Obsidian during initial upload. Watch the sync status in the bottom-left corner.
[!warning] Conflicts happen when offline edits collide If you edit the same file on Mac and iPhone while one is offline, Obsidian creates a
.conflict.mdfile. Resolve manually. Solution: prefer read-mostly on mobile; heavy edits on Mac.[!tip] Plugin sync behavior Community plugins don't sync automatically across devices — you install them per-device. But plugin settings (via
.obsidian/plugins/{plugin}/data.json) do sync if you enable "Config" in sync types. So you only need to install plugins once per device; they pick up your config.[!tip] workspace.json is excluded by default Obsidian Sync automatically excludes
workspace.jsonfrom sync because it's session-specific per device. Nothing to configure.
Obsidian Sync vs. iCloud comparison¶
| Feature | iCloud mirror | Obsidian Sync |
|---|---|---|
| Vault size supported | ~5 MB curated subset | Full 381 MB |
| Conflict handling | Manual, iCloud ghost files | Automatic .conflict.md |
| Cross-device consistency | Eventually consistent, hours lag | Near-real-time |
| Encryption | iCloud (Apple has keys) | End-to-end (only you) |
| Version history | None | 1 year |
| Per-device selective sync | Manual subset curation | Built-in exclusion rules per device |
| Plugin settings sync | No | Yes (if Config sync enabled) |
Related¶
- [[obsidian]] — primary tool reference page
reference_obsidian_sync_config.mdin chief.staff memory — sync config current state