> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/automate-protect-and-extend/backup-and-dr/overview.md).

# Backup & Disaster Recovery (BC/DR)

VergeOS provides comprehensive, built-in data protection and business continuity capabilities that safeguard your critical operations from cyberattacks, ransomware, hardware failures, accidental deletions, natural disasters, and extended outages. Unlike traditional solutions that require separate backup software and complex integrations, VergeOS delivers enterprise-grade BC/DR functionality natively within the platform.

## Getting Started

New to VergeOS backup and disaster recovery? Follow this path:

1. [**Configure automated snapshots**](/automate-protect-and-extend/backup-and-dr/snapshot-profiles.md) - Set up regular system backups with customizable schedules
2. [**Plan your DR strategy**](/automate-protect-and-extend/backup-and-dr/sync-configuration.md) - Implement offsite replication to secondary sites
3. [**Test recovery procedures**](/automate-protect-and-extend/backup-and-dr/system-snapshot-restores.md) - Validate your backup strategy with practice restores

## Core Capabilities

### Snapshots - Point-in-Time Protection

Capture comprehensive point-in-time copies of your entire infrastructure or individual components for rapid recovery with minimal data loss.

**What you can protect:**

* **Complete systems** (System Snapshots) - Everything in your VergeOS environment
* **Individual virtual machines** - Specific workloads with customizable schedules
* **NAS volumes** - File-level data with granular recovery options
* **Tenant environments** - Isolated customer or departmental systems

**Recovery scenarios:**

* Roll back entire system after failed updates or security incidents
* Restore individual VMs without affecting other workloads
* Recover accidentally deleted files from NAS snapshots
* Quickly spin up development environments from production snapshots

**Key features:**

* Automated scheduling with flexible retention policies
* Space-efficient storage through deduplication
* Application-consistent snapshots with guest agent integration
* Instant snapshot creation with minimal performance impact

[Learn more about Snapshots →](/automate-protect-and-extend/backup-and-dr/snapshots-overview.md)

### Site Syncs - Offsite Replication

Replicate your VergeOS systems and data to remote locations for comprehensive backup and disaster recovery protection.

**Replication capabilities:**

* **Automated synchronization** with customizable schedules and retention
* **Bandwidth optimization** with compression and throttling controls
* **Encrypted transmission** ensuring data security in transit
* **Multi-site support** for complex replication topologies

**Common deployment scenarios:**

* **Offsite backup** - Replicate to secondary data center for data protection
* **Disaster recovery** - Maintain hot standby site for business continuity
* **Multi-location distribution** - Keep data synchronized across branch offices
* **Cloud archival** - Long-term data retention in remote VergeOS systems

**Advanced features:**

* Incremental sync technology minimizes bandwidth usage
* Automatic failover and failback capabilities
* Cross-site workload mobility
* Centralized monitoring and management

[Configure Site Syncs →](/automate-protect-and-extend/backup-and-dr/sync-configuration.md)

### Repair Servers (ioGuardian) - Automated Recovery

Intelligent data recovery system that automatically attempts to repair corrupted or missing data blocks by retrieving them from synchronized remote systems.

**How it works:**

* Monitors data integrity across your VergeOS infrastructure
* Automatically detects and attempts to repair data inconsistencies
* Leverages site sync destinations as repair sources
* Operates transparently without administrator intervention

**Benefits:**

* Reduces recovery time from hardware failures
* Minimizes the need for full system restores
* Maintains data availability during repair operations
* Provides additional layer of protection beyond traditional redundancy

[Learn more about Repair Servers →](/automate-protect-and-extend/backup-and-dr/repair-server.md)

## Integration & Monitoring

### Built-in Monitoring

* Real-time sync status and progress tracking
* Automated alerts for failed backups or sync issues
* Comprehensive reporting through subscription system
* Historical performance metrics and trends

### Third-party Integration

* Compatible with existing backup workflows
* API access for custom monitoring and automation
* Support for compliance reporting requirements
* Integration with enterprise monitoring systems

## Best Practices

### Planning Your Strategy

1. **Assess Recovery Requirements** - Define your RTO (Recovery Time Objective) and RPO (Recovery Point Objective)
2. **Design Tiered Protection** - Combine local snapshots with remote replication
3. **Test Regularly** - Validate recovery procedures through scheduled testing
4. **Monitor Continuously** - Set up automated alerts and regular reporting

### Implementation Recommendations

* Start with system snapshots for comprehensive system protection
* Add VM-level snapshots for critical workloads requiring frequent backups
* Configure site syncs to geographically diverse locations
* Establish repair servers from your primary sync destinations

## Related Documentation

* [**Snapshot Profiles**](/automate-protect-and-extend/backup-and-dr/snapshot-profiles.md) - Configure automated backup schedules
* [**VM Snapshots & Restores**](/automate-protect-and-extend/backup-and-dr/vm-snapshots-restores.md) - Individual VM protection
* [**Tenant Snapshots**](/run-the-platform/tenants/tenant-snapshots.md) - Multi-tenant backup strategies
* [**Site Sync Monitoring**](/automate-protect-and-extend/backup-and-dr/monitoring-site-syncs.md) - Track replication health
* [**Manual Site Syncs**](/automate-protect-and-extend/backup-and-dr/manual-site-syncs.md) - On-demand replication tasks

## Support & Professional Services

For assistance designing and implementing your backup and disaster recovery strategy, contact [VergeOS Support](/support-and-services.md). Our team can help with:

* BC/DR architecture planning and design
* Recovery testing and validation procedures
* Performance optimization and troubleshooting
* Compliance and regulatory requirement planning


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/automate-protect-and-extend/backup-and-dr/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
