Migrate to Rabata.io
Save 70% on Storage Costs
Drop-in S3-compatible replacement with straightforward pricing, zero hidden fees, and superior performance. Migrate in minutes with rclone or AWS CLI.
Why migrate
Why migrate to Rabata.io?
- Straightforward pricing — pay only for storage: $0.01/GB/month for hot storage, $49/10TB/month for backup storage.
- No hidden fees — zero charges for requests, data transfer, or API calls. No surprise bills.
- Simple to start — 30-day free trial with no credit card required. Full S3 API compatibility.
- Superior performance — top 3 in speed across upload, download, and mixed operations in independent benchmarks.
Migration guide with rclone
Rabata is S3-compatible. Whether you are moving from AWS S3, Azure Blob, or Google Cloud Storage, the same rclone workflow applies — configure your source and Rabata endpoints, sync, verify, then update your application.
Step 1: Install rclone
curl https://rclone.org/install.sh | sudo bash
curl https://rclone.org/install.sh | sudo bash
Step 2: Configure Rabata.io
rclone config
rclone config
- Name: rabata
- Storage: s3
- Provider: Other
- endpoint: https://s3.eu-west-2.rabata.io
- region: eu-west-2
Step 3: Sync data
rclone sync source:bucket rabata:bucket -P --checksum --transfers=16
rclone sync source:bucket rabata:bucket -P --checksum --transfers=16
Step 4: Verify
rclone check source:bucket rabata:bucket --checksum
rclone check source:bucket rabata:bucket --checksum
Step 5: Update application configuration
endpoint_url = "https://s3.eu-west-2.rabata.io"
endpoint_url = "https://s3.eu-west-2.rabata.io"
Migrating from your current provider
See how Rabata compares to popular S3-compatible providers before you switch: