页面加载中...
定时备份数据库和文件,支持增量备份、加密和云端存储。
定时备份 PostgreSQL、MySQL、MongoDB 和文件目录,支持增量备份、加密和云端上传。
clawhub install backup-scheduler
{ "sources": [ {"type": "postgresql", "host": "db.example.com", "database": "production"}, {"type": "directory", "path": "/data/uploads"} ], "schedule": "0 2 * * *", "encryption": {"enabled": true, "key": "vault:backup-key"}, "storage": {"type": "s3", "bucket": "my-backups"}, "retention": {"daily": 7, "weekly": 4, "monthly": 12} }
版本
v1.0.0
作者
AgentSkill Hub
平台
发布时间
2026年4月25日