Local Backup Setup: Obsidian Backup Strategy
Detailed configuration of Obsidian's Local Backup plugin for protecting knowledge vaults.
π Purpose
π Main context: This guide is part of the architecture documented in the Infrastructure MOC.
Create a local and cloud-based containment layer against accidental deletion,
file corruption, and cascading synchronization errors, such as a failure in
Syncthing or Dropbox. The system automatically captures compressed .zip
snapshots of the Obsidian vault.
βοΈ Tool
- Community plugin:
Local Backup
π Storage Path
- Output path (macOS/Hackintosh):
/Users/jd/My Drive/99_Archive/Obsidian_Backups - Why this path:
- It is outside the primary vault, which prevents recursive backup and synchronization loops.
- It points to the local Google Drive directory, so a local backup is also uploaded off-site without an additional manual step.
- Reference vault size: approximately 45 MB as of February 2026.
π οΈ Exact Plugin Configuration
Use the following settings when reproducing this configuration.
Triggers
- Backup once on startup: ON β creates a backup when Obsidian opens.
- Backup once on quit: ON β creates a backup when Obsidian closes.
- Interval backups: ON β enables scheduled background backups.
- Backup frequency:
240minutes, or every four hours.
- Backup frequency:
Retention
- Backup history length:
15days before a ZIP is eligible for removal. - Backups per day:
3or4ZIP files at most.
Format and Output
- Linux/macOS output path:
/Users/jd/My Drive/99_Archive/Obsidian_Backups - File name:
{vaultName}-Backup-%Y_%m_%d-%H_%M_%S - Excluded directories:
.git, .trash, node_modules
Interface and Notifications
- Show ribbon icon: ON β allows a manual backup from the sidebar.
- Show notifications: ON β confirms visually that a ZIP was created.
- Show console logs: OFF.
- External file archiver backup: OFF β use the pluginβs internal archiver.