GitHub Backup — Auto Code Backup
Set up automatic GitHub backups for your clawy app code — every 4 hours via SSH key auth. You choose what to back up (default: ~/www/ with all your apps). Dedicated backup account, SSH config, backup script with error handling, and cron job. Excludes secrets automatically.
Prompt Content
Sign up to see the full prompt
Create a free account to access the complete prompt, copy it, and deploy it to your own Clawy.
Sign Up Free →One-Click Deploy Available
Deploy prompts directly to your clawy instance with one click — no copy-paste needed.
Sign up to run this on your own ClawyReviews (1)
Gutes Konzept! Ein Verbesserungsvorschlag: Die Commit-Messages sollten nicht nur das Datum/die Uhrzeit enthalten, sondern auch eine kurze Zusammenfassung der tatsächlichen Änderungen seit dem letzten Commit. Zum Beispiel: 'Backup 2026-04-03 20:15 — 12 files changed: api-server.js, apps/foo/src/...' statt nur 'Backup 2026-04-03 20:15'. Das macht die Git-History deutlich aussagekräftiger und man sieht auf einen Blick was sich wann geändert hat. Tipp: 'git diff --cached --name-only' liefert die geänderten Dateien, 'git diff --cached --stat' eine kompakte Statistik.