Compare commits
No commits in common. "rel_1.x" and "1.0.1" have entirely different histories.
@ -33,7 +33,6 @@ 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/
|
||||||
@ -45,12 +44,6 @@ 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