π¦ ClawHub
Backup Manager
by @ppopen
Manage local and cloud backups with listing, creating, restoring, scheduling, and monitoring using Time Machine, rsync, cron, and rclone integration.
βοΈ Configuration
The configuration file is stored at:
~/.config/openclaw/backups.json
Structure:
{
"backups": [
{
"name": "home",
"source": "/Users/pp",
"destination": "/Volumes/Backup/home",
"last_run": "2024-01-15T02:00:00-08:00"
}
],
"schedules": [
{
"name": "schedule-1",
"backup_name": "home",
"cron": "0 2 * * *"
}
],
"cloud": {
"rclone": {
"enabled": false,
"remote": ""
}
}
}
π Tips & Best Practices
TERMINAL
clawhub install openclaw-skill-backup-manager