https://github.com/josh/obsidian-git-backup
Backup your Obsidian vault to a remote Git repository
https://github.com/josh/obsidian-git-backup
obsidian-md obsidian-plugin
Last synced: about 1 year ago
JSON representation
Backup your Obsidian vault to a remote Git repository
- Host: GitHub
- URL: https://github.com/josh/obsidian-git-backup
- Owner: josh
- License: mit
- Archived: true
- Created: 2024-09-04T23:21:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T22:07:31.000Z (over 1 year ago)
- Last Synced: 2025-03-03T15:21:41.712Z (over 1 year ago)
- Topics: obsidian-md, obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# obsidian-git-backup
Backup your Obsidian vault to a git repository.
## Features
- One-way backup to Git remote repository
- Status bar icon showing unpushed changes
- Works only on desktop, no mobile support
- Stores `.git` directory outside the vault. Avoids iCloud or other cloud storage sync conflicts that corrupt the git repository itself.
## See Also
Just use [Vinzent03/obsidian-git](https://github.com/Vinzent03/obsidian-git) if you're looking for something more full featured.