← ClaudeAtlas

cwp-backuplisted

This skill should be used when the user asks to "configure backups", "set up automatic backups", "restore from backup", "configure remote backup", "set up S3 backup", "configure Google Drive backup", "set up SSH remote backup", "fix backup issues", "schedule backups", "create manual backup", "restore database from backup", or needs to manage any backup-related configuration on a CWP server.
fattain-naime/cwp-superpowers · ★ 0 · API & Backend · score 71
Install: claude install-skill fattain-naime/cwp-superpowers
# CWP Backup Management Manage local, remote, and cloud backups on CWP servers. Configure backup schedules, destinations, and restoration procedures. ## Backup Overview Use built-in backup functionality with multiple storage backends and scheduling options. **Important:** The CWP backup system has been in "perpetual beta" for over 4 years. Known issues include temporary files not being cleaned up, S3 files not auto-deleting, unreliable email notifications, and restore operations stalling. Always verify backups independently. ## Backup Schedules | Schedule | Frequency | Default | |---|---|---| | Daily | Every day | Enabled | | Weekly | Every week | Enabled | | Monthly | Every month | Enabled | ## Backup Modes | Mode | Description | |---|---| | Full | Complete backup of all user data | | Incremental | Only changed files since last backup | | Overwrite | Replace previous backup entirely | ## Storage Backends | Backend | Protocol | Notes | |---|---|---| | Local | Disk | Default: `/backup` | | SMB/CIFS | Network share | Windows-compatible | | NFS | Network filesystem | Linux-native | | Amazon S3 | Cloud storage | Requires AWS credentials | | Google Drive | Cloud storage | Requires gdrive tool | | SSH Remote | SCP/SFTP | Remote server backup | ## Default Locations ### Backup Directory Structure CWP backup structure varies by version. Check which structure exists: ```bash # Detect backup structure if [ -d "/backup/daily" ]; then echo "Structure: /backup/{daily,week