vault backup: 2026-02-25 06:28:47

This commit is contained in:
AlexAI
2026-02-25 06:28:47 -06:00
parent 6b9f46de4f
commit 228e8d76c4
2 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# OpenClaw Sync - 2026-02-25
## Files Synced
- Tools Reference.md (from TOOLS.md)
- MEMORY Index.md (from MEMORY.md)
## Notes
Last updated: 06:00
---

View File

@@ -193,4 +193,41 @@ docker-compose logs -f # View logs
--- ---
## Gitea (self-hosted Git)
**Status:** ✅ Configured
**Instance:** `gitea.lasuca.com`
**Repos:**
| Repo | Path | Purpose |
|------|------|---------|
| obsidian-vault | `admin/obsidian-vault` | Obsidian vault sync |
| openclaw-workspace | `admin/openclaw-workspace` | OpenClaw workspace backup |
**Credentials:**
- User: AlexAI
- Pass: [in .credentials/gitea.txt]
- Repo URL: `https://gitea.lasuca.com/admin/obsidian-vault.git`
**Common Commands:**
```powershell
# Commit and push vault changes
cd "C:\Users\admin\Documents\Corey"
git add .
git commit -m "message"
git push origin master
# Check status
git status
git log --oneline -5
```
**Gotchas:**
- Push-to-create disabled — repos must be created on Gitea first
- Uses Git Credential Manager for auth
- Auto-backup via Obsidian Git plugin (30 min interval)
---
Add whatever helps you do your job. This is your cheat sheet. Add whatever helps you do your job. This is your cheat sheet.