Utility program to backup changes in my Obsidian vault automatically using a git repository
Go to file
Robin Gottschalk 763624a226 Add readme
2025-01-30 23:22:34 +01:00
src Add readme 2025-01-30 23:22:34 +01:00
.gitignore Implement file change watching and tray menu to trigger backup 2025-01-30 23:15:01 +01:00
Cargo.lock Implement file change watching and tray menu to trigger backup 2025-01-30 23:15:01 +01:00
Cargo.toml Implement file change watching and tray menu to trigger backup 2025-01-30 23:15:01 +01:00
README.md Add readme 2025-01-30 23:22:34 +01:00
sync.ico Implement file change watching and tray menu to trigger backup 2025-01-30 23:15:01 +01:00

Obsidian Git Backup

This script automates the process of backing up your Obsidian vault to a Git repository. It ensures that all changes are tracked automatically and can be easily restored if needed.

Features

  • Trigger backup after file changes with delay
  • Push changes to remote repository
  • Maintain git repo in a seperate folder to not have the repo synced by syncthing (copy changed files over)
  • Tray Menu
    • Exit
    • Backup now
    • See current status (Time after last file change, backup in progress)