📋 Backup Policy Details

🏦 Primary Vault

  • 📍 Location: Mac Pro (100.92.123.115)
  • 📦 Storage: ~/fort-knox-backups/
  • 🔄 Retention: 30 versions
  • ⏰ Schedule: Before each deploy

✅ Protected Items

  • ✓ ~/clawd/ (configs, scripts, memory)
  • ✓ ~/.clawdbot/ (agent configs)
  • ✓ ~/shared-memory/ (cross-agent data)
  • ✓ Dashboard pages

⚠️ Critical Rules

  • ❌ NEVER reduce MAX_VERSIONS below 30
  • ❌ NEVER auto-delete without validation
  • ✓ Run backup-before-truncate.sh first
  • ✓ Check backups exist before deletions

💻 Quick Commands

# Check backup count
ls -la ~/clawd-versions/ | wc -l

# Backup before truncate
~/clawd/scripts/backup-before-truncate.sh

# Restore from version
rsync -av ~/clawd-versions/vYYYYMMDD-HHMMSS/ ~/clawd/

📚 Full documentation: ~/shared-memory/FORT_KNOX_BACKUP_POLICY.md

Last updated: March 7, 2026 | MAX_VERSIONS: 30