Simple Backup A robust backup script that: 1. Auto-detects workspace and state directories from OpenClaw config 2. Allows overrides for custom/non-standard setups 3. Compresses & encrypts using GPG (AES256) 4. Prunes old backups (Daily/Hourly retention) 5. Syncs to cloud via (optional) Setup 1. Dependencies: 2. Password: Set encryption password (choose one): - File: (recommended) - Env: - Config: Add to skill config 3. Cloud (Optional): Usage Auto-Detection By default, paths are auto-detected from : - Workspace: - State: (where config lives) - Backup root: Custom Configuration For non-standar…