> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/die-funktionen-der-menus/menu-extras/programmeinstellungen/auto-speicherung.md).

# Auto-Speicherung

<figure><img src="/files/hmGq7ZBNwqIcKC0DCc0G" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6vpJ6chZJR4D5ex7kmsb" alt=""><figcaption></figcaption></figure>

Im Menü Extras / Programmeinstellungen kann im Bereich Auto-Speicherung eingestellt werden, nach wie vielen Minuten eine Autospeicherung erfolgen soll.

Es kann außerdem eingestellt werden, nach wie vielen Autospeicher Vorgängen eine bak-Datei erstellt werden soll. Die Datei wird unter dem Namen *Projektname*.fmpx.bak im gleichen Ordner wie das Projekt abgelegt. Alle weiteren bak-Dateien erhalten zusätzlich einen Zeitstempel, die Dateien werden nicht überschrieben.

<figure><img src="/files/KUmUjduF5XQCaItFZ2vg" alt=""><figcaption></figcaption></figure>

**Die Programmeinstellungen sind im Einzelnen:**

<table data-header-hidden><thead><tr><th width="256.1015973813019"></th><th></th></tr></thead><tbody><tr><td><strong>Einstellung</strong></td><td><strong>Beschreibung</strong></td></tr><tr><td><strong>Auto-Speicherung</strong></td><td></td></tr><tr><td>Autospeichern (in Min.)</td><td><p>Gibt an, nach wie vielen Minuten automatisch eine Abfrage erscheint, ob das Projekt gespeichert werden soll. Stellt man die Autospeicherung auf 0 findet keine Abfrage statt.</p><p>Die Autospeicherung geht nicht nach einem festen Zeitabstand vor. Gerechnet wird das angegebene Zeitintervall immer vom letzten</p><p>tatsächlichen Speichervorgang aus.</p></td></tr><tr><td>Sicherung (aller Auto- Speicherungen)</td><td><p>Hier kann eingestellt werden, wie oft Sicherungskopien erstellt werden. Dies ist eine zusätzliche Absicherung des Projektes.</p><p>Beispiel: Autospeicherung: 20, Sicherung: 2.</p><p>Das bedeutet, dass alle 40 Minuten zusätzlich eine Backupdatei des Projektes mit dem aktuellen Stand gesichert wird (jede 2 Speicherungen nach je 20 Minuten = 40 Minuten) . Die Namen der Backupdateien werden mit dem aktuellen Datum und der aktuellen Uhrzeit im Namen ergänzt, sodass sie eindeutig sind.</p><p>Die Backupdateien befinden sich im gleichen Verzeichnis wie das Projekt. Wenn die Backups nicht benötigt werden, sollten sie nach einer gewissen Zeit gelöscht werden, um den Festplattenspeicher des</p><p>Außendienst PCs wieder freizugeben.</p></td></tr></tbody></table>


---

# 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://survey.fmpx.docs.frox-it.de/die-funktionen-der-menus/menu-extras/programmeinstellungen/auto-speicherung.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.
