# Automatic backup system

The automatic backup system of bibisco (introduced since version 2.3) makes backups of the project you are working on at **regular intervals** and **each time you exit the project**.

You choose the directory in which bibisco stores the automatic backups at the first execution of bibisco:

![](https://bibisco.com/blog/wp-content/uploads/2021/06/Screenshot-2021-06-02-at-10.49.55-1024x461.png)

**By default**, bibisco:

* makes an automatic backup *each time you exit the project*, both when you close bibisco and exit the project without closing bibisco.
* makes an automatic backup *if there are any changes in the project* and *2 hours have passed since the last backup*.
* keeps *a maximum of 10 backup files for a single project* in the backup directory. When the maximum number of backups is exceeded, *the oldest backup file is deleted*.

You can always **change** **these defaults** from the settings:

![](https://bibisco.com/blog/wp-content/uploads/2021/06/Screenshot-2021-06-02-at-17.56.39-1024x558.png)

![](https://bibisco.com/blog/wp-content/uploads/2020/06/Schermata-2020-06-21-alle-19.06.23-1024x326.png)

bibisco makes backups by **exporting the project as an archive**. Each archive file has a significant name:

![](https://bibisco.com/blog/wp-content/uploads/2021/06/Screenshot-2021-06-02-at-18.13.02-1024x173.png)

* *title of the project* (orange line)
* *identifier of the project* (pink line)
* *timestamp of backup* in the form YEAR\_MONTH\_DAY\_HOURS\_MINUTES\_SECONDS (yellow line).

### Automatic backup system is not enough: store backups outside your computer!

Even if we think that it can never happen to us, unfortunately, **accidents happen**.

Your computer can be stolen, it can fall from your hands and crash on the ground, you can pour coffee over it and make it unusable, the hard drive can corrupt and become unreadable.

So, what can you do to avoid the **loss of our work**?

You have to **store the backups outside of your computer:**&#x20;

* regularly copying them from the backup folder of your computer to an external hard drive or USB key.
* choosing as automatic backups' directory, a directory on your computer that is **synchronized with your cloud drive**.


---

# Agent Instructions: 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.bibisco.com/automatic-backup-system.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.
