From 6933b0f87c5ac2348eca987e44872e2b9a023dc3 Mon Sep 17 00:00:00 2001 From: ToshY <31921460+ToshY@users.noreply.github.com> Date: Mon, 12 Sep 2022 21:17:38 +0200 Subject: [PATCH] updated README with correct custom scripts directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46024a6..fbd81fe 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ If you only enter some of the arguments you will be prompted to fill them in. ### Custom Scripts #### Pre Backup -If you want to execute a custom script before a backup starts, you can drop bash scripts with the extension of `.sh` in `/assets/custom/pre`. See the following example to utilize: +If you want to execute a custom script before a backup starts, you can drop bash scripts with the extension of `.sh` in `/assets/custom-scripts/pre`. See the following example to utilize: ````bash $ cat pre-script.sh @@ -263,7 +263,7 @@ Outputs the following on the console: `mysql Backup Starting on example-db for example on 1647370800. Filename: mysql_example_example-db_202200315-000000.sql.bz2 #### Post backup -If you want to execute a custom script at the end of backup, you can drop bash scripts with the extension of `.sh` in `/assets/custom`. See the following example to utilize: +If you want to execute a custom script at the end of backup, you can drop bash scripts with the extension of `.sh` in `/assets/custom-scripts`. See the following example to utilize: ````bash $ cat post-script.sh