From f95211cf500a167a381dcff26c2767dba908a601 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 19 Feb 2025 09:23:29 +0100 Subject: [PATCH] update documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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