> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/sovereign-workplace/nextcloud-workspace/overview/backup-and-recovery.md).

# Backup and Recovery

Recovery options in Nextcloud Workspace, covering workspace restore after deletion, file versioning, and keeping a separate backup of workspace content.

Workspace restore, file versioning, and backup are three separate things, and each addresses a different situation:

| **Option**        | **What it covers**                                                                                                       | **How it is done**                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
| Workspace restore | A workspace deleted via the DCD, within four weeks of the deletion. It addresses deletion rather than disaster recovery. | Requested through <code class="expression">space.vars.ionos\_cloud</code> Support. |
| File versioning   | Reverting an individual file to an earlier version.                                                                      | A feature of Nextcloud Files, which is available to users in the workspace.        |
| Backup            | An independent copy of workspace content, kept for a retention period the customer defines.                              | Set up by you, with a backup tool of your choosing.                                |

## Workspace restore after deletion

A deleted workspace enters a four-week grace period. During that period, a restore can be requested through [<mark style="color:blue;">IONOS CLOUD Support</mark>](https://docs.ionos.com/cloud/support/general-information/contact-information). Once the grace period ends, the workspace and its content are erased permanently.

Workspace restore applies to a workspace as a whole, and only after a deletion has taken place.

## File versioning

Nextcloud Files keeps previous versions of individual files, so a document that someone overwrote or edited can be reverted to an earlier version. Versioning lives inside the workspace, and a separate backup covers wider recovery needs.

## Keeping a separate backup

A backup solution from <code class="expression">space.vars.ionos\_cloud</code> is not yet available for Nextcloud Workspace. One is being prepared, based on a third-party provider.

In the meantime, workspace content can be copied to separate storage with any backup tool that supports the WebDAV protocol. The copy is held outside the workspace, and both the retention period and the restore stay under your control. A backup covers recovery needs that the other two options leave open, such as retrieving a file long after it was deleted, or returning content to an earlier point in time.

## Related topics

* [<mark style="color:blue;">Concepts</mark>](/cloud/sovereign-workplace/nextcloud-workspace/overview/concepts.md)
* [<mark style="color:blue;">Delete Nextcloud Workspace</mark>](/cloud/sovereign-workplace/nextcloud-workspace/how-tos/delete-nextcloud-workspace.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.ionos.com/cloud/sovereign-workplace/nextcloud-workspace/overview/backup-and-recovery.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.
