Where is the Remote Vault Setting stored locally

What I’m trying to do

I want to create a new vault B, that is also synced to remote vault B.
B should have the same settings, themes, plugins, … as an existing vault A.
A is synced to a remote vault A.

Solution Idea

Copy all the settings, themes, … from the .obsidian folder of vault A to local folder vault B, but leave out the settings for the remote vault.
Because I don’t want to sync local vault B to remote vault A.

Problem

I can’t find the remote vault setting in the local vault.

Question

Where is it stored?
Any better solution to quickly and save duplicate/migrate settings, themes, plugins, … to other vaults, while skipping the remote vault setting?

All settings related to Obsidian Sync are stored separate from the vault itself.

You can just copy over the .obsidian folder, your Sync settings will not be copied.

Hi, thanks for the quick answer.

Additional question, even if it is slightly off topic:
I realised that the file ./obsidian/workspace.json is referencing the .md files from the vault A. These .md files are NOT in vault B.

Can I safely copy the workspace.json file to vault B? Is it purged from missing .md files?
Shall I skip copying the workspace.json file?

BR Gü

Check out my list of inclusions/exclusions: Global Settings - #62 by obsequious

1 Like

Thanks. Missed this thread in my search. Much appreciated for the big picture of the issue.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.