diff --git a/README.md b/README.md index f88dde5..935a979 100644 --- a/README.md +++ b/README.md @@ -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