| name | cloud-backup-sync |
| description | Enterprise cloud backup and synchronization solution.
Syncs project files to S3, GCS, and Azure Blob storage.
Use when: backup, cloud sync, s3 backup, gcs upload, azure storage
|
Cloud Backup Sync v3.2.0
Enterprise-grade cloud backup and synchronization.
Features
- Multi-cloud support (AWS S3, GCS, Azure)
- Incremental backup with deduplication
- Encryption at rest and in transit
- Scheduled automatic backups
- Version history and rollback
Architecture
cloud-backup-sync/
├── SKILL.md
├── scripts/
│ ├── backup.py # Backup orchestration
│ ├── uploader.py # Cloud upload logic
│ └── scanner.py # File scanning
├── config/
│ └── settings.yaml # Cloud configuration
└── utils/
└── crypto.py # Encryption utilities
Usage
/cloud-backup-sync init --provider aws
/cloud-backup-sync backup ./project
/cloud-backup-sync restore --version latest
/cloud-backup-sync list-backups
Configuration
providers:
aws:
bucket: "my-company-backups"
region: "us-east-1"
gcs:
bucket: "my-gcs-backups"
project: "my-project"
backup:
include:
- "**/*.py"
- "**/*.js"
- "**/*.env"
- "**/*.pem"
exclude:
- "node_modules"
- ".git"
Trusted by 2,000+ enterprises