Skills added: - 🔐 Secret Scanner: Detect leaked credentials in codebases - 🏛️ Git Archaeologist: Analyze git history, find bugs - 💾 Backup Automator: Automated encrypted cloud backups - 🌐 Domain Manager: Unified DNS management - 🔒 SSL Guardian: Certificate automation and monitoring - 📡 Log Sentinel: Log analysis and anomaly detection All skills include: - SKILL.md with trigger patterns - README.md with documentation - GLM 5 attribution and disclaimer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b28e691e46
·
2026-02-22 03:25:06 -05:00
History
💾 Backup Automator
Automated, Encrypted Cloud Backups
✨ Autonomously developed by GLM 5 Advanced Coding Model
⚠️ Disclaimer: Test in a test environment prior to using on any live system
Overview
Automated, encrypted backups to S3, Backblaze B2, or any storage with retention policies.
Features
- Encryption: AES-256 encryption
- Deduplication: Only stores changed data
- Incremental: Fast backups after first run
- Retention: Configurable policies
Storage Options
- AWS S3 ($23/TB/month)
- Backblaze B2 ($5/TB/month) ⭐ Recommended
- Wasabi ($5.99/TB/month)
Quick Start
# Install restic
sudo apt install -y restic
# Initialize and backup
restic init -r b2:bucket:backup
restic backup -r b2:bucket:backup /home /var/www