> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-pt_br/manual-del-profesor/mantenimiento_del_curso/crear_una_copia_de_seguridad.md).

# Crear una copia de seguridad

Por motivos de seguridad y de procedimiento, se recomienda que realices una copia de seguridad de los contenidos completos de tu curso. Este proceso está automatizado. Permite crear tanto una copia completa como parcial, basada en tu selección de aquello que desees guardar, con unos pocos clics. Para inicial la copia:

* clic en el enlace de ***Crear copia de seguridad*** en la sección de Copia de seguridad del curso![](/files/-LH9CzDXuwvx0bh5Afec),
* en la pantalla siguiente, selecciona si deseas una copia completa o solo de una selección de elementos (en cuyo caso tendrás que seleccionarlos en la siguiente pantalla y hacer clic en ***Aceptar***).
* Clic en el botón de ***Crear copia de seguridad*** para iniciar el proceso.

![](/files/-MhmvQ4rMgB0RV1a-xaP)*Ilustración 193: Mantenimiento del curso – Crear una copia de seguridad*

La copia de seguridad se genera en forma de un archivo comprimido que puedes descargar en tu ordenador. También se almacena en el servidor para una rápida restauración si se necesita.


---

# 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.chamilo.org/1.11.x-pt_br/manual-del-profesor/mantenimiento_del_curso/crear_una_copia_de_seguridad.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.
