update documentation
This commit is contained in:
parent
8381cc3a94
commit
f95211cf50
@ -33,6 +33,7 @@ Create a cronjob or execute the following script manually:
|
|||||||
### Restore last backup
|
### Restore last backup
|
||||||
|
|
||||||
Important: This overwrites all files without prompting!
|
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/
|
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/
|
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
|
## Customizing
|
||||||
|
|
||||||
Execute the script initially. After that, modify the `backup/var/rotatemap_var.conf` to your need
|
Execute the script initially. After that, modify the `backup/var/rotatemap_var.conf` to your need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user