Merge pull request #13608 from snipe/bug/sc-15287

Use relative path in backups for cleaner directory structure
This commit is contained in:
snipe 2023-09-15 12:51:49 +01:00 committed by GitHub
commit 054d8763fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,13 @@ return [
'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.
*/