What I’m trying to do
I’m new to Obsidian and trying to set it up. I have two laptops I use. One is owned by my company, the other is mine personally. I want to run Obsidian on both and share the vault, but I’d prefer not to store anything locally on the company laptop. Is that possible? If so, what’s the best way to set it up?
Things I have tried
I have created an account and have a default “vault” on each machine. I need to know how to proceed from there.
Hello.
Since data must always be stored somewhere, you can’t “not store anything” on the company computer. Even when you use Google Docs to write, it secretly stores data locally.
You can sync your notes using Obsidian Sync, the built-in option. Otherwise, you can also place your vault in a shared network drive, such as iCloud, Google Drive, OneDrive, DropBox, etc. Both of these methods will sync your notes across both devices. You could also use git, if you know how.
I would recommend the cloud storage option if your company provides you with those, because with Obsidian Sync, they don’t give you all that much storage unless you subscribe.
1 Like
There are countless different ways to set this up. It entirely depends on the circumstances.
- Why do you not want to store the data on the company laptop? Are you not allowed or do you not want to save them?
- How comfortable are you with tinkering/ IT-stuff?
- What OSs are you using?
- How much money are you willing to spend?
- Do you have to be able to work on multiple machines on the same vault at the same time?
- How many and what machines are to be connected?
- Do you want one vault or are you fine with multiple vaults?
- …
Examples for setups:
- Store the vault on an external storage (usb-drive) and connect it to the device you are working on.
- Use Obsidian Sync.
- Setup a proprietary cloud (google drive, one drive,…) where all your vault-data is saved
- Host your own nextcloud
- Setup syncthing/ warpinator/rsync for lan/local sharing of specific folders/files in a vault
- Use Obsidian with git
- Only save the vault on your private machine. Start an ssh which you use to remotely control your private laptop from your office-laptop.
- and 6) are the only ways i can come up with, that have (practically) no data on the office laptop. But they are dumb, impractical and/or just nerdy
