Recently I realized that my personal notes are being replicated far more times than I originally intended. Here’s a concise overview.
Background
For years, I captured quick thoughts in , but as the collection grew into a personal knowledge base, I needed better structure. I moved to , which is powerful, yet too heavy for fast note capturing. Looking for a lighter, cross-platform solution with an open API, I adopted as my primary note-taking tool.
Why Memos?
- Open-source & actively maintained – large community and extensively tested code.
- Extensible – rich REST API enables custom integrations.
Replication Chain I Suddenly Implemented Over Time
- I send a note to a bot built with the .
- The bot saves the note to my self-hosted Memos instance on a rented .
- On desktop, the pulls the note into Obsidian, grouping entries in daily Markdown files with timestamps.
- pushes the notes to a private repository.
- The same Obsidian vault lives in an -synced folder, which copies the files to my Mac and syncs them to the iOS Obsidian app on my iPhone.
- iCloud’s automatic backups create an additional copy in Apple’s backup storage.
Summary of Places Where Each Note Ends Up
- Telegram servers
- Self-hosted VPS (plus its own backups)
- Local Mac disk
- GitHub servers
- iCloud primary storage
- iCloud backup storage
- Local iPhone storage
Although iCloud and its backup share the same provider, they reside in separate storage systems. In total, every note is stored in seven distinct locations.