Documentation Index
Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
profClaw stores configuration, memory, audit logs, and task history locally. Regular backups ensure you can recover from hardware failures, corruption, or accidental deletion.What Gets Backed Up
| Data | Location | Included |
|---|---|---|
| Configuration | .profclaw/settings.yml | Yes |
| SQLite database | .profclaw/profclaw.db | Yes |
| Memory entries | .profclaw/memory/ | Yes |
| Audit logs | .profclaw/audit/ | Yes |
| Plugin data | .profclaw/plugins/ | Yes |
| Encryption keys | .profclaw/keys/ | Yes |
| Skills | skills/ | Yes |
| Environment vars | .env | No (manual) |
| Redis data | External | No (separate backup) |
Manual Backup
Automatic Backups
Enable scheduled backups:Restore
Docker Backup
For Docker deployments, back up the data volume:Redis Backup (Pro Mode)
If using Redis for the job queue:Disaster Recovery Checklist
- Stop profClaw:
profclaw daemon stoporsystemctl stop profclaw - Restore backup:
profclaw backup restore --file backup.tar.gz - Verify config:
profclaw doctor - Restore Redis (if pro mode): Copy RDB file to Redis data directory
- Start profClaw:
profclaw serve - Verify:
profclaw status