Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Clone Vault

laantorchaweblaantorchaweb1k downloads

Clones the current vault by copying settings and folder structure without note contents.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

Easily create a new Obsidian vault by duplicating your current vault’s settings, folder structure, and selectively copying specific folders (like templates or other important resources).

Features

✅ Clones your vault’s settings folder (e.g., .obsidian or a custom folder if renamed), preserving your full workspace configuration

✅ Preserves the folder structure of your vault

✅ Optionally copies the contents of selected folders – great for things like templates, snippets, or assets

✅ Handy modal prompt to name and create your new vault

✅ Configurable default location for new vaults

Cloning Vault Settings

Obsidian stores each vault’s settings (plugins, themes, hotkeys, workspace layout, etc.) in a settings folder — typically named .obsidian. However, some advanced users may rename this folder using custom configurations.

🔹 Clone Vault automatically detects and copies the correct settings folder, whether it’s named .obsidian or something else, ensuring the new vault behaves exactly like the original.

Selectively Copy Folder Contents

By default, Clone Vault preserves the folder structure of your vault but doesn’t copy file contents. You can, however, specify which folders should be copied along with their files.

How to Specify Folders to Copy 1. Open Obsidian Settings → Clone Vault plugin settings.

  1. In the “Folders to Copy” field, enter a comma-separated list of folder names (e.g., Templates, Snippets, Assets).

  2. When creating a new vault, Clone Vault will copy the contents of those folders into the new vault.

💡 Example:

If your vault has this structure:

📂 MyVault  
 ├── .obsidian/  
 ├── Templates/  
 │   ├── Meeting Notes.md  
 │   ├── Journal.md  
 ├── Snippets/  
 │   ├── CustomCSS.css  
 ├── Assets/  
 │   ├── Logo.png  
 │   ├── Background.jpg  
 ├── Notes/

And you enter Templates, Snippets in the plugin settings, your new vault will contain:

📂 NewVault  
 ├── .obsidian/  (or custom settings folder, cloned automatically)  
 ├── Templates/  (Includes Meeting Notes.md, Journal.md)  
 ├── Snippets/   (Includes CustomCSS.css)  
 ├── Assets/     (Empty – not copied)  
 ├── Notes/      (Empty – structure only, unless included in the list)  

Installation & Usage

  1. Install Clone Vault from the Obsidian Community Plugins browser.
  2. Enable the plugin in Settings → Community Plugins.
  3. Configure your preferences in Settings → Clone Vault:
    • Set the default location for new vaults
    • Specify which folders should have their contents copied (optional)
  4. Use the “Clone Vault” command from the command palette or plugin menu
  5. Enter a name for your new vault when prompted

Development

To install and build this plugin for local use:

  1. Clone the Repository

    git clone https://github.com/laantorchaweb/clone-vault.git
    cd clone-vault
    
  2. Install Dependencies
    Make sure you have Node.js installed, then run:

    npm install
    
  3. Build the Plugin
    Compile the TypeScript code into a main.js file:

    npm run build
    
  4. Install the Plugin in your Obsidian vault

    • Locate your Obsidian vault folder.
    • Navigate to the .obsidian/plugins/ directory.
    • Create a new folder named clone-vault.
    • Copy the following files into that folder:
      • manifest.json
      • main.js
  5. Enable the Plugin

    • Open Obsidian.
    • Go to Settings → Community plugins.
    • Enable Clone Vault.
71%
HealthGood
ReviewSatisfactory
About
Create a new vault by cloning your current vault's settings folder (including custom-named settings) and reproduce the vault's folder structure. Copy contents from selected folders like templates, snippets, or assets into the new vault, name it via a prompt, and set a default location.
BackupFoldersFiles
Details
Current version
1.0.3
Last updated
Last year
Created
Last year
Updates
4 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
laantorchaweblaantorchaweb
github.com/laantorchaweb
GitHublaantorchaweb
  1. Community
  2. Plugins
  3. Backup
  4. Clone Vault

Related plugins

Flexplorer

Enhance the file explorer with custom sorting, pinning, and hiding.

Custom File Explorer sorting

Manual or automatic config-driven reordering and sorting of files and folders in File Explorer.

Multi Properties

Add properties to multiple notes at once. Either right-click a folder or select multiple notes and right-click the selection.

File Explorer Note Count

See the number of notes in each folder within the file explorer.

Create Note in Folder

Add commands to create a note in a specific folder.

File Tree Alternative

An alternative file tree view with separate folder and file panes.

Quick Explorer

Perform file explorer operations (and see your current file path) from the title bar, using the mouse or keyboard.

Trash Explorer

Restore and delete files from the Obsidian .trash folder.

File Explorer++

Hide and pin files and folders in the file explorer using custom filters.

Auto Note Mover

Automatically move the active notes to their respective folders according to rules you set.