# Rediacc CLI - Infrastructure Protection and Disaster Recovery
**Build resilient infrastructure with 60-second recovery capabilities.** Instant cloning, time-travel recovery, and 90% storage reduction.
## 🚨 The Risks We Address
- **AI Agent Risks**: As seen in recent incidents where AI deleted production databases
- **Regional Disasters**: Power outages and natural disasters that can take down entire data centers
- **Data Loss**: Hardware failures (1.71% annual rate), ransomware attacks, and human errors
## ⚡ Your Protection Solution
Rediacc CLI provides enterprise-grade infrastructure protection with instant cloning, time-travel recovery, and AI safety features designed to prevent and recover from disasters in seconds.
## 🎯 Key Features
### AI Disaster Prevention
- **Instant Cloning**: Clone 100TB databases in seconds - AI works on copies, never production
- **MCP Protocol**: Native integration with Claude, GPT, and other AI systems
- **Audit Trail**: Complete forensics of all AI operations
### Zero-Cost Backup (90% Storage Reduction)
- **From 300TB to 3TB**: Store only changed data with Copy-on-Write technology
- **7 Days → 10 Seconds**: Backup time for 100TB databases
- **Universal Support**: Works with MySQL, PostgreSQL, MongoDB, Oracle - any database
### Time Travel Recovery
- **1-Minute Recovery**: Restore from any disaster instantly
- **Hourly Snapshots**: Automatic protection with 3-week retention
- **Zero Data Loss**: Even recover 3-week old deletions when traditional backups fail
### Cross-Continental Protection
- **Regional Disaster Protection**: Maintain uptime during outages with geographic redundancy
- **Instant Failover**: Sub-minute switchover to backup regions
- **Bandwidth Efficient**: Only 2% of bandwidth for full protection
## 🚀 Quick Start
**Note:** Some examples demonstrate platform capabilities that may be conceptual or in development. See documentation for current CLI commands.
```bash
# Install
pip install rediacc
# Authenticate
rediacc login
# Protect Your Infrastructure (Examples)
rediacc list teams # View your teams
rediacc create repository --name webapp --team Default # Create protected repository
rediacc queue add --function backup --repo webapp # Schedule backup task
rediacc-sync upload --local ./app --machine server --repo webapp # Deploy safely
```
## 💼 Enterprise-Ready
- **Production-Grade**: Built for mission-critical infrastructure
- **Proven Technology**: Copy-on-Write, snapshot-based recovery, cross-region replication
- **Cost-Effective**: 90% storage reduction compared to traditional backup solutions
- **24/7 Support**: Available for Premium and Elite tiers
## 🛠️ Components
### Core CLI Tools
- `rediacc` - Main CLI for infrastructure management and API operations
- `rediacc-sync` - Efficient file synchronization with rsync
- `rediacc-term` - SSH terminal access to repositories and machines
- `rediacc-desktop` - Desktop application (if available)
- `rediacc-gui` - Deprecated: use rediacc-desktop instead
### Platform Support
- ✅ Linux (Ubuntu, RHEL, Debian, etc.)
- ✅ macOS (Intel & Apple Silicon)
- ✅ Windows (Native PowerShell + MSYS2 for rsync)
- ✅ Docker containers
- ✅ CI/CD pipelines (Jenkins, GitHub Actions, GitLab CI)
## 📊 Real-World Impact
### Use Cases
1. **E-commerce**: Reduce backup storage by 90% while maintaining instant recovery
2. **Financial Services**: Ensure business continuity with cross-continental failover
3. **AI Development**: Safely test AI agents on production clones
4. **Legacy Systems**: Scale performance without code modifications
### Protection Metrics
- **Recovery Time**: 60 seconds vs. days/weeks
- **Storage Reduction**: 90% (10TB data = 3TB storage)
- **Uptime During Disasters**: 98% vs. 0%
- **AI Incident Prevention**: 100% success rate
## 🔧 Advanced Features
### Infrastructure as Code
```python
# Note: Python SDK examples show platform capabilities
# Some features may be in development
from rediacc import Client
# Initialize client
client = Client()
# Create protected environment
client.repos.create("test-env", team="Default")
# Deploy safely to repository
client.repos.sync("test-env", local_path="./app")
# Execute commands in isolated environment
client.repos.execute("test-env", "python ai_agent.py")
```
### Queue Management
```bash
# Add job to distributed queue
rediacc queue add --function backup --team Default --machine server --priority 1
# Check task status
rediacc queue status --task-id <task-id>
# List active bridges (workers)
rediacc list bridges --team Default
```
### Multi-Cloud Support
```bash
# Sync to cloud machines
rediacc-sync upload --local ./webapp --machine aws-cluster --repo webapp --team Default
# Download from remote repository
rediacc-sync download --machine aws-cluster --repo webapp --local ./backup --team Default
# Terminal access to cloud machine
rediacc-term --machine aws-cluster --team Default --repo webapp
```
## 🏆 Why Choose Rediacc?
### Traditional Backup Limitations
- ❌ Days to restore from incremental backups
- ❌ 10-30x storage multiplication
- ❌ Complex recovery procedures
- ❌ No protection against AI operations
- ❌ Limited retention windows
### Rediacc Advantages
- ✅ Sub-minute recovery times
- ✅ 90% storage reduction with CoW
- ✅ Simple point-in-time recovery
- ✅ Complete AI isolation
- ✅ 3-week retention with hourly snapshots
## 📚 Documentation
- **Quick Start**: https://rediacc.com/docs/cli/quick-start
- **API Reference**: https://rediacc.com/docs/cli/api-reference
- **Disaster Recovery Guide**: https://rediacc.com/docs/guides/disaster-recovery
- **AI Safety Guide**: https://rediacc.com/docs/guides/ai-safety
## 🤝 Support
- **Emergency Hotline**: For active disasters, contact emergency@rediacc.com
- **Enterprise Support**: 24/7 support for Premium/Elite customers
- **Community**: https://community.rediacc.com
- **GitHub Issues**: https://github.com/rediacc/cli/issues
## 📜 License
Proprietary - See LICENSE file for details. Free tier available for personal use.
## 🎯 Your Next Step
**Every hour without protection costs $843,360 in potential losses.**
Don't wait for disaster to strike. Install Rediacc CLI now and get protected in 60 seconds.
```bash
pip install rediacc
rediacc login # Start your protection journey
```
---
*"With Rediacc, production damage from AI becomes preventable."* - Built for enterprises that demand reliable disaster recovery.
Raw data
{
"_id": null,
"home_page": null,
"name": "rediacc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Rediacc Team <info@rediacc.com>",
"keywords": "rediacc, disaster-recovery, backup, ai-safety, infrastructure-protection, ransomware-protection, time-travel-recovery, zero-cost-backup, devops, cloud-failover, database-cloning, snapshot, copy-on-write",
"author": null,
"author_email": "Rediacc Team <info@rediacc.com>",
"download_url": "https://files.pythonhosted.org/packages/d5/d5/79a4a8c48ca165e7b5be4049fbc3e8adc5d6ac9ade7275c26bab77ddb6f4/rediacc-0.1.34.tar.gz",
"platform": null,
"description": "# Rediacc CLI - Infrastructure Protection and Disaster Recovery\n\n**Build resilient infrastructure with 60-second recovery capabilities.** Instant cloning, time-travel recovery, and 90% storage reduction.\n\n## \ud83d\udea8 The Risks We Address\n\n- **AI Agent Risks**: As seen in recent incidents where AI deleted production databases\n- **Regional Disasters**: Power outages and natural disasters that can take down entire data centers\n- **Data Loss**: Hardware failures (1.71% annual rate), ransomware attacks, and human errors\n\n## \u26a1 Your Protection Solution\n\nRediacc CLI provides enterprise-grade infrastructure protection with instant cloning, time-travel recovery, and AI safety features designed to prevent and recover from disasters in seconds.\n\n## \ud83c\udfaf Key Features\n\n### AI Disaster Prevention\n- **Instant Cloning**: Clone 100TB databases in seconds - AI works on copies, never production\n- **MCP Protocol**: Native integration with Claude, GPT, and other AI systems\n- **Audit Trail**: Complete forensics of all AI operations\n\n### Zero-Cost Backup (90% Storage Reduction)\n- **From 300TB to 3TB**: Store only changed data with Copy-on-Write technology\n- **7 Days \u2192 10 Seconds**: Backup time for 100TB databases\n- **Universal Support**: Works with MySQL, PostgreSQL, MongoDB, Oracle - any database\n\n### Time Travel Recovery\n- **1-Minute Recovery**: Restore from any disaster instantly\n- **Hourly Snapshots**: Automatic protection with 3-week retention\n- **Zero Data Loss**: Even recover 3-week old deletions when traditional backups fail\n\n### Cross-Continental Protection\n- **Regional Disaster Protection**: Maintain uptime during outages with geographic redundancy\n- **Instant Failover**: Sub-minute switchover to backup regions\n- **Bandwidth Efficient**: Only 2% of bandwidth for full protection\n\n## \ud83d\ude80 Quick Start\n\n**Note:** Some examples demonstrate platform capabilities that may be conceptual or in development. See documentation for current CLI commands.\n\n```bash\n# Install\npip install rediacc\n\n# Authenticate\nrediacc login\n\n# Protect Your Infrastructure (Examples)\nrediacc list teams # View your teams\nrediacc create repository --name webapp --team Default # Create protected repository\nrediacc queue add --function backup --repo webapp # Schedule backup task\nrediacc-sync upload --local ./app --machine server --repo webapp # Deploy safely\n```\n\n## \ud83d\udcbc Enterprise-Ready\n\n- **Production-Grade**: Built for mission-critical infrastructure\n- **Proven Technology**: Copy-on-Write, snapshot-based recovery, cross-region replication\n- **Cost-Effective**: 90% storage reduction compared to traditional backup solutions\n- **24/7 Support**: Available for Premium and Elite tiers\n\n## \ud83d\udee0\ufe0f Components\n\n### Core CLI Tools\n- `rediacc` - Main CLI for infrastructure management and API operations\n- `rediacc-sync` - Efficient file synchronization with rsync\n- `rediacc-term` - SSH terminal access to repositories and machines\n- `rediacc-desktop` - Desktop application (if available)\n- `rediacc-gui` - Deprecated: use rediacc-desktop instead\n\n### Platform Support\n- \u2705 Linux (Ubuntu, RHEL, Debian, etc.)\n- \u2705 macOS (Intel & Apple Silicon)\n- \u2705 Windows (Native PowerShell + MSYS2 for rsync)\n- \u2705 Docker containers\n- \u2705 CI/CD pipelines (Jenkins, GitHub Actions, GitLab CI)\n\n## \ud83d\udcca Real-World Impact\n\n### Use Cases\n1. **E-commerce**: Reduce backup storage by 90% while maintaining instant recovery\n2. **Financial Services**: Ensure business continuity with cross-continental failover\n3. **AI Development**: Safely test AI agents on production clones\n4. **Legacy Systems**: Scale performance without code modifications\n\n### Protection Metrics\n- **Recovery Time**: 60 seconds vs. days/weeks\n- **Storage Reduction**: 90% (10TB data = 3TB storage)\n- **Uptime During Disasters**: 98% vs. 0%\n- **AI Incident Prevention**: 100% success rate\n\n## \ud83d\udd27 Advanced Features\n\n### Infrastructure as Code\n```python\n# Note: Python SDK examples show platform capabilities\n# Some features may be in development\n\nfrom rediacc import Client\n\n# Initialize client\nclient = Client()\n\n# Create protected environment\nclient.repos.create(\"test-env\", team=\"Default\")\n\n# Deploy safely to repository\nclient.repos.sync(\"test-env\", local_path=\"./app\")\n\n# Execute commands in isolated environment\nclient.repos.execute(\"test-env\", \"python ai_agent.py\")\n```\n\n### Queue Management\n```bash\n# Add job to distributed queue\nrediacc queue add --function backup --team Default --machine server --priority 1\n\n# Check task status\nrediacc queue status --task-id <task-id>\n\n# List active bridges (workers)\nrediacc list bridges --team Default\n```\n\n### Multi-Cloud Support\n```bash\n# Sync to cloud machines\nrediacc-sync upload --local ./webapp --machine aws-cluster --repo webapp --team Default\n\n# Download from remote repository\nrediacc-sync download --machine aws-cluster --repo webapp --local ./backup --team Default\n\n# Terminal access to cloud machine\nrediacc-term --machine aws-cluster --team Default --repo webapp\n```\n\n## \ud83c\udfc6 Why Choose Rediacc?\n\n### Traditional Backup Limitations\n- \u274c Days to restore from incremental backups\n- \u274c 10-30x storage multiplication\n- \u274c Complex recovery procedures\n- \u274c No protection against AI operations\n- \u274c Limited retention windows\n\n### Rediacc Advantages\n- \u2705 Sub-minute recovery times\n- \u2705 90% storage reduction with CoW\n- \u2705 Simple point-in-time recovery\n- \u2705 Complete AI isolation\n- \u2705 3-week retention with hourly snapshots\n\n## \ud83d\udcda Documentation\n\n- **Quick Start**: https://rediacc.com/docs/cli/quick-start\n- **API Reference**: https://rediacc.com/docs/cli/api-reference\n- **Disaster Recovery Guide**: https://rediacc.com/docs/guides/disaster-recovery\n- **AI Safety Guide**: https://rediacc.com/docs/guides/ai-safety\n\n## \ud83e\udd1d Support\n\n- **Emergency Hotline**: For active disasters, contact emergency@rediacc.com\n- **Enterprise Support**: 24/7 support for Premium/Elite customers\n- **Community**: https://community.rediacc.com\n- **GitHub Issues**: https://github.com/rediacc/cli/issues\n\n## \ud83d\udcdc License\n\nProprietary - See LICENSE file for details. Free tier available for personal use.\n\n## \ud83c\udfaf Your Next Step\n\n**Every hour without protection costs $843,360 in potential losses.**\n\nDon't wait for disaster to strike. Install Rediacc CLI now and get protected in 60 seconds.\n\n```bash\npip install rediacc\nrediacc login # Start your protection journey\n```\n\n---\n\n*\"With Rediacc, production damage from AI becomes preventable.\"* - Built for enterprises that demand reliable disaster recovery.\n",
"bugtrack_url": null,
"license": null,
"summary": "Infrastructure protection platform with 60-second recovery. Instant cloning, time-travel recovery, and 90% storage reduction for disaster prevention.",
"version": "0.1.34",
"project_urls": {
"Bug Tracker": "https://github.com/rediacc/cli/issues",
"Documentation": "https://www.rediacc.com/docs",
"Homepage": "https://rediacc.com",
"Repository": "https://github.com/rediacc/cli"
},
"split_keywords": [
"rediacc",
" disaster-recovery",
" backup",
" ai-safety",
" infrastructure-protection",
" ransomware-protection",
" time-travel-recovery",
" zero-cost-backup",
" devops",
" cloud-failover",
" database-cloning",
" snapshot",
" copy-on-write"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3bbaaac562c1c21703fb83748b6d018934756ad170cac4b464d236537d00a251",
"md5": "9e0bdcd6d23518712165d562a095d4f6",
"sha256": "008643fa0ef27b25e71f630024e62291483935ee9b9f8474c4cea8319f65eaac"
},
"downloads": -1,
"filename": "rediacc-0.1.34-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e0bdcd6d23518712165d562a095d4f6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 212789,
"upload_time": "2025-08-30T11:50:23",
"upload_time_iso_8601": "2025-08-30T11:50:23.549368Z",
"url": "https://files.pythonhosted.org/packages/3b/ba/aac562c1c21703fb83748b6d018934756ad170cac4b464d236537d00a251/rediacc-0.1.34-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5d579a4a8c48ca165e7b5be4049fbc3e8adc5d6ac9ade7275c26bab77ddb6f4",
"md5": "09a756ca22590432b6d4964cbab5318c",
"sha256": "a9ef796d9d374f56f20feaee90b59c307ba8d852da1adcc27818ea2c4ca34236"
},
"downloads": -1,
"filename": "rediacc-0.1.34.tar.gz",
"has_sig": false,
"md5_digest": "09a756ca22590432b6d4964cbab5318c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 208785,
"upload_time": "2025-08-30T11:50:25",
"upload_time_iso_8601": "2025-08-30T11:50:25.514649Z",
"url": "https://files.pythonhosted.org/packages/d5/d5/79a4a8c48ca165e7b5be4049fbc3e8adc5d6ac9ade7275c26bab77ddb6f4/rediacc-0.1.34.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-30 11:50:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rediacc",
"github_project": "cli",
"github_not_found": true,
"lcname": "rediacc"
}