velviagris65k downloadsAutomatically creates a local backup of the vault.
Automatically creates a local backup of the vault.

Included directories and Excluded directories both accept comma-separated values and support the same wildcard matching rules.Included directories is empty, the whole vault is backed up before exclusions are applied.Included directories is set, only matching folders and files are backed up, then Excluded directories can be used to remove matches from that result.If you turn on interval backups, it is recommended to set a reasonable bakcup frequency, e.g. >=10min, this plugin costs CPU resources and Disk I/O resources, backup frequently might cause lagging.
Included directories to .obsidianIncluded directories to .obsidian, Templates, *.canvasIncluded directories empty and set Excluded directories to .git, .trash, node_modules, *.mp4Included directories to .obsidian, Templates and Excluded directories to workspace.json
For user who owns a vault with large size, it is recommended to turn on
External file archiver backupin setting page, the experimental feature of the latest version, then setup the rest of settings of archiver.
Enter the command panel using Ctrl + P.

As you can see in the command panel screenshot above, you are available to create a specific backup file if you want to keep the file. The file created by this command would not delete by the plugin. But you have to name it different from the File name setting. (eg. File name: dev-Backup-%Y_%m_%d-%H_%M_%S, and your specific file name should not be the same format as File name).
Click the sidebar icon.
![]()
Local Backup at Obsidian Community Plugins and install it.Local Backup.Local Backup.main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.Local Backup.Code contributing is welcome! Just make a PR to master branch directly:)
node --version).npm i or yarn to install dependencies.npm run dev to start compilation in watch mode.npm run build to build the main.js in ./build.You could consider buy me a coffee if the plugin saves your time!
Obsidian Local Backup is licensed under the MIT license. Refer to LICENSE for more information.