Backup OpenClaw configuration file with hash-based change detection. Use when user asks to backup, create backup of, or save OpenClaw config (openclaw.json). Automatically skips backup if file hasn't changed.
Backup OpenClaw configuration file with automatic change detection.
From workspace directory:
python config_backup.py ..\openclaw.json
Or with custom backup directory:
python config_backup.py ..\openclaw.json -o backup
openclaw_20260319_143052_123456.json-oThe script is located in "scripts" directory