From 52a77f4c31581c0bbc09585798f92e3a89c6c68f Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 15 Sep 2023 12:50:00 +0100 Subject: [PATCH] Use relative path in backups for cleaner directory structure Signed-off-by: snipe --- config/backup.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/backup.php b/config/backup.php index 479b1db6aa0b..b95129b7a651 100644 --- a/config/backup.php +++ b/config/backup.php @@ -35,6 +35,13 @@ 'files' => [ + /* + * This path is used to make directories in resulting zip-file relative + * Set to false to include complete absolute path + * Example: base_path() + */ + 'relative_path' => base_path(), + /* * The list of directories and files that will be included in the backup. */