cwp-backuplisted
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