返回顶部
c

cloud-backup

Back up and restore OpenClaw state. Creates local archives and uploads to S3-compatible cloud storage (AWS S3, Cloudflare R2, Backblaze B2, MinIO, DigitalOcean Spaces, and more). Use when the user says "backup", "back up", "make a backup", "restore", or anything about backing up OpenClaw.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.5
安全检测
已通过
1,450
下载量
4
收藏
概述
安装方式
版本历史

cloud-backup

# OpenClaw Cloud Backup Backs up OpenClaw state to a local archive and uploads it to cloud storage. Follow the steps below. Inform the user about implicit defaults applied after execution. ## Backup procedure (follow every step) ### Step 1: Run the backup ```bash bash "{baseDir}/scripts/cloud-backup.sh" backup full ``` Default mode is `full`. Use `workspace`, `skills`, or `settings` only when the user explicitly asks for a narrower backup scope. ### Step 2: Check backup output for encryption warning Look at the script output from Step 1. If it contains: `WARN: Encryption is disabled — backup archive will be stored in plaintext.` ask the user: > "Your backups are not encrypted. Archives contain config, credentials, and API keys in cleartext. Want to set a passphrase? (AES-256, just the passphrase needed to restore — no key files.)" - If user provides a passphrase → write both via `gateway config.patch` and tell the user what was saved: - `skills.entries.cloud-backup.config.encrypt = true` - `skills.entries.cloud-backup.env.GPG_PASSPHRASE = "<passphrase>"` Then re-run the backup so the archive is encrypted. - If user says no / skip → continue to Step 3. - If the warning is not present (encryption already enabled) → continue to Step 3. Always execute this step and report the result. Backups may contain secrets — prompt every time encryption is off. ### Step 3: Check script output for warnings Look at the script output. If it contains `WARN: Cloud storage is not configured`, go to **Step 4**. Otherwise go to **Step 5**. ### Step 4: Cloud not configured — ask user to set it up Tell the user the backup was saved locally, then ask: > "Cloud storage isn't configured yet — backups are local only. Want to set up cloud upload? I support AWS S3, Cloudflare R2, Backblaze B2, MinIO, DigitalOcean Spaces, or any other S3-compatible service." - If user says yes → go to **Cloud setup** section below, then re-run the backup. - If user says no / local-only → set `config.upload=false` via `gateway config.patch` and confirm the change to the user. Done. Always execute this step — offer cloud setup when it's missing and report what was configured. ### Step 5: Report result and ensure scheduling Report the backup paths from the script output to the user. Then check if a daily cron job already exists for cloud-backup (`cron action=list`). If **no cron job exists**, create one with the default schedule and tell the user: ```json { "schedule": { "kind": "cron", "expr": "0 2 * * *" }, "payload": { "kind": "agentTurn", "message": "Run cloud-backup: backup full" }, "sessionTarget": "isolated" } ``` Default: **daily at 2 AM**. Use a different schedule if it was explicitly asked for one. Tell the user: "Scheduled daily backup at 2 AM." (or whatever time was set). This step should be executed by default unless user asked not to do it. Report about the result — cron job created or failed to be created. --- ## Cloud setup When the user agrees to configure cloud storage: 1. **Ask which provider**: AWS S3, Cloudflare R2, Backblaze B2, MinIO, DigitalOcean Spaces, or other. 2. **Read the matching provider guide** from `references/providers/` — it has exact config keys, endpoint format, and credential steps. 3. **Collect and write config** via `gateway config.patch` — bucket, credentials, endpoint (if non-AWS). 4. **Run `status`** to verify connectivity, then re-run backup. ## Commands ``` bash "{baseDir}/scripts/cloud-backup.sh" <command> ``` | Command | What it does | |---------|-------------| | `backup [full\|workspace\|skills\|settings]` | Create archive + upload if configured. Default: `full` | | `list` | Show local + remote backups | | `restore <name> [--dry-run] [--yes]` | Restore from local or cloud. Always `--dry-run` first | | `cleanup` | Prune old archives (local: capped at 7; cloud: count + age) | | `status` | Show current config and dependency check | ## Config reference All in `skills.entries.cloud-backup` in OpenClaw config. **Don't write defaults — the script handles them.** ### `config.*` | Key | Default | Description | |-----|---------|-------------| | `bucket` | — | Storage bucket name (required for cloud) | | `region` | `us-east-1` | Region hint | | `endpoint` | *(none)* | S3-compatible endpoint (required for non-AWS) | | `profile` | *(none)* | Named AWS CLI profile (alternative to keys) | | `upload` | `true` | Upload to cloud after backup | | `encrypt` | `false` | GPG-encrypt archives | | `retentionCount` | `10` | Cloud: keep N backups. Local: capped at 7 | | `retentionDays` | `30` | Cloud only: delete archives older than N days | ### `env.*` | Key | Description | |-----|-------------| | `ACCESS_KEY_ID` | S3-compatible access key | | `SECRET_ACCESS_KEY` | S3-compatible secret key | | `SESSION_TOKEN` | Optional temporary token | | `GPG_PASSPHRASE` | For automated encryption/decryption | ## Provider guides Read the relevant one only during setup: - `references/providers/aws-s3.md` - `references/providers/cloudflare-r2.md` - `references/providers/backblaze-b2.md` - `references/providers/minio.md` - `references/providers/digitalocean-spaces.md` - `references/providers/other.md` — any S3-compatible service ## Security See `references/security.md` for credential handling and troubleshooting.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cloud-backup-1776419979 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cloud-backup-1776419979 技能

通过命令行安装

skillhub install cloud-backup-1776419979

下载 Zip 包

⬇ 下载 cloud-backup v1.1.5

文件大小: 15.15 KB | 发布时间: 2026-4-17 19:54

v1.1.5 最新 2026-4-17 19:54
- Updated documentation for Backblaze B2 in `references/providers/backblaze-b2.md`.
- No functional or behavioral changes to the skill logic.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部