> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/kzp_mit_parameter_starten/kzp_safe.md).

# Command line parameters for ACRON Safe / Back up plant

| Parameter        | Description                                                                                                                                                                                                                                                                                          |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| -p\<plant ID>    | Enter plant identification. This parameter must always be specified. Note Take great care to use the correct case during parameter input, as entries are case-sensitive.                                                                                                                             |
| -a\<archivename> | Name and path of the archive file to be created. If this is not used, the archive name is assigned automatically.                                                                                                                                                                                    |
| -t\<backup type> | Scope of backup: -t0 Full backup -t1 Configuration backup -t2 Back up specific measurement data => Time range required (see -v or -f and -b) -t3 Back up all measurement data                                                                                                                        |
| -d\<dialog>      | -d+ Dialog on (e.g. prompt before overwriting file) -d- Dialog off Note If you run data backup with a scheduler, you must specify the -d- parameter. If the parameter is not specified, the backup remains active in the background, as it waits for confirmation of the dialog to run successfully. |
| -g\<progress>    | -g+ Progress indicator on -g- Progress indicator off                                                                                                                                                                                                                                                 |
| -f\<Date from>   | Backup as from ... Example: -f01.01.2012                                                                                                                                                                                                                                                             |
| -b\<Date to>     | Backup until ... Example: -f15.01.2012                                                                                                                                                                                                                                                               |
|                  | Both parameters -f and -b must be given!                                                                                                                                                                                                                                                             |
| -c               | Attach current date to archive name (Attach the current date to the archive file name as an identifier)                                                                                                                                                                                              |
| -vd\<number>     | Number of days back from yesterday                                                                                                                                                                                                                                                                   |
| -vw\<number>     | Number of weeks back from yesterday                                                                                                                                                                                                                                                                  |
| -vm\<number>     | Number of months back from yesterday                                                                                                                                                                                                                                                                 |
| -vy\<number>     | Number of years back from yesterday                                                                                                                                                                                                                                                                  |
|                  | This parameter only works if backup type -t2 is set!                                                                                                                                                                                                                                                 |
|                  | Note Only one -v parameter can be selected. If more than one -v parameter is specified, the last one is used.                                                                                                                                                                                        |

#### Default parameter

`acsafe.exe -t0 -d+ -g+ -vd1`

#### Example:

`acsafe.exe -pDEMOSTD -aC:\Backup\archive.zip -t2 -vd10`

In the above example a backup of a default demo plant is saved to the directory `C:\Backup` under the name `archive.zip`, with only the measurement data from the last 10 days being backed up.

Note

In the Powershell (as in all other shells) no programs can be started from the current directory. The "dot backslash `.\`" or "dot slash `./`" combination prefix must be entered for the purpose.

Example: .`\acrondesigner.exe`

That is not necessary on the DOS command line, but it does work too.


---

# 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:

```
GET https://docs.videc.de/acron-9.3/en/kzp_mit_parameter_starten/kzp_safe.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.
