28 lines
1.6 KiB
Markdown
28 lines
1.6 KiB
Markdown
# Synchronization
|
||
I have a 4 Devices setup:
|
||
1. NAS: server which is always on
|
||
2. My personal Computer
|
||
3. My Phone
|
||
4. My work computer
|
||
|
||
To my work computer I only want to synchronize a subfolder of my obsidian vault because I don’t want my personal files to be accessible on my work computer.
|
||
|
||
## iCloud
|
||
In the beginning I was using iCloud, which was annoyingly slow on my iPhone.
|
||
|
||
The main vault was on my iCloud to synchronize between my Macbook (2) and my iPhone (3).
|
||
Further the subfolder for work was synchronized between my MacBook (2) and my work computer (4) through my NAS (1) which is always online using Syncthing. So any changes I do during work in this folder will be synchronized immediately to my NAS and through my MacBook also to my phone (only once my MacBook got synced.
|
||
|
||
|
||
## Syncthing
|
||
I initially thought that [[Syncthing]] is not available on my iPhone, but the app Möbius pro makes it possible.
|
||
Now I should be able to synchronize between all devices using only Syncthing.
|
||
A concern is syncing subfolders within an already synced folder because it could cause ring dependencies. But according to [this thread](https://forum.syncthing.net/t/sync-a-subfolder-of-an-already-synced-folder/16164) it should be working just fine.
|
||
|
||
### Instructions to Setup Everything
|
||
|
||
# Backup Solution
|
||
## Possible Solutions
|
||
- RSync: write my [own script](https://www.nexcess.net/help/using-rsync-for-backups/#:~:text=An%20incremental%20backup%20saves%20only,parts%20of%20it%20were%20changed.) that uses incremental backups
|
||
- The lazy one: it is already backed up, because my mac does time machine backups
|
||
- |