Skip to content

Commit

Permalink
Merge pull request #13608 from snipe/bug/sc-15287
Browse files Browse the repository at this point in the history
Use relative path in backups for cleaner directory structure
  • Loading branch information
snipe authored Sep 15, 2023
2 parents 4e0e1a2 + 52a77f4 commit 054d876
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 054d876

Please sign in to comment.