backup

Automate backups of databases, files, and configurations with retention policies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/heidsoft/clawops --skill backup-heidsoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: backup
Source: https://github.com/heidsoft/clawops/tree/main/harness/skills/devops/backup
Command: npx skills add https://github.com/heidsoft/clawops --skill backup-heidsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

自动化备份和恢复,覆盖数据库、文件和配置,降低人工操作带来的错误与数据丢失风险。

Core Features & Use Cases

  • 数据库备份:支持 MySQL、PostgreSQL、MongoDB 等数据库的全量和增量备份。
  • 文件备份:对关键数据目录进行打包与归档,便于恢复。
  • 配置备份:对系统与集群配置进行快照,确保快速还原。

Quick Start

Schedule a daily automatic backup of the production database and critical configuration files.

Frequently Asked Questions about backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate database backups for MySQL and PostgreSQL?▼

Automating database backups involves scheduling periodic full and incremental workflows for MySQL, PostgreSQL, and MongoDB to reduce manual errors and prevent data loss in DevOps environments.

What is the best way to backup system configurations and files?▼

Backing up configurations and files requires archiving critical data directories and taking system snapshots to ensure rapid restoration and prevent configuration drift.

How do I set up a retention policy for on-demand backups?▼

Setting up a retention policy requires defining retention-driven backup workflows that manage on-demand and periodic archives, ensuring outdated database and file backups are safely rotated or purged.

Can I restore databases and files from periodic backups in DevOps environments?▼

Yes, restoring databases and files from periodic backups requires applying safe restoration procedures designed to recover archived data and configuration snapshots within DevOps environments.