> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/automate-protect-and-extend/es/copia-de-seguridad-y-dr/syncs-overview.md).

# Sincronizaciones de sitio

Las sincronizaciones de sitio replican instantáneas del sistema a otro sistema VergeOS, simplificando y agilizando:

* **Copia de seguridad y archivado fuera del sitio** - recuperar datos a nivel granular en el sitio remoto o en el sistema de origen después de sincronizar de vuelta
* **Preparación para emergencias** - asegúrese de que todo su sistema pueda estar listo para una recuperación rápida y completa en un sitio remoto para minimizar el tiempo de inactividad y garantizar la continuidad operativa
* **Migraciones** - mover e iniciar fácilmente un sistema completo, inquilinos individuales o cargas de trabajo seleccionadas en una nueva ubicación

## Características clave

* **Copia de seguridad completa del sistema fuera del sitio** - replica instantáneas del sistema que incluyen su red, máquinas virtuales, inquilinos, NAS y configuración del sistema
* **Uso de ancho de banda minimizado/Tiempos de transferencia más cortos** - sincronización a nivel de bloque (transfiriendo solo los datos modificados), deduplicación y compresión en tránsito
* **Cifrado en tránsito** - cifrado automático AES de 256 bits
* **Operaciones flexibles** - opciones de programación, cola y sincronización manual
* **Servidor de reparación (ioGuardian)** - los sitios de sincronización pueden utilizarse para reparación automática en línea (p. ej., después de múltiples fallos concurrentes de unidades o problemas de energía)

## Enlaces relacionados

* [**Panel de sitios**](/run-the-platform/es/administracion-del-sistema/sites-overview.md)
* [**Configuración de una sincronización de sitio**](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/sync-configuration.md)
* [**Supervisión de sincronizaciones de sitio**](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/monitoring-site-syncs.md)
* [**Site Sync manuales**](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/manual-site-syncs.md)
* [**Recuperación de una sincronización de vuelta** (para recuperación local de datos)](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/sync-back.md)
* [**Servidor de reparación (ioGuardian)**](/automate-protect-and-extend/es/copia-de-seguridad-y-dr/repair-server.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/automate-protect-and-extend/es/copia-de-seguridad-y-dr/syncs-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
