vault backup: 2026-02-25 06:28:47
This commit is contained in:
10
OpenClaw/Sync History 2026-02-25.md
Normal file
10
OpenClaw/Sync History 2026-02-25.md
Normal 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
|
||||||
|
|
||||||
|
---
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user