update documentation

This commit is contained in:
Daniel Seifert 2025-02-19 09:23:29 +01:00
parent 8381cc3a94
commit f95211cf50

View File

@ -33,6 +33,7 @@ Create a cronjob or execute the following script manually:
### Restore last backup
Important: This overwrites all files without prompting!
If a restore is necessary, please restore all files. Do not perform a partial restore.
```
tar -xf backup/var/latest.tar -C /home/project/base/dir/
@ -44,6 +45,12 @@ or
tar -xzf backup/var/var.tar.2025-01-01.gz -C /home/project/base/dir/
```
## Daily use
It is highly recommended to set up a cronjob that performs this backup periodically (e.g. daily).
You can also use this command for all critical actions (such as Composer calls) by adding it to the alias.
## Customizing
Execute the script initially. After that, modify the `backup/var/rotatemap_var.conf` to your need