mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update MicroweberBackupConfig.php
This commit is contained in:
parent
09416aa23f
commit
08087255eb
1 changed files with 10 additions and 11 deletions
|
@ -8,18 +8,17 @@ class MicroweberBackupConfig extends BackupConfigBase
|
||||||
{
|
{
|
||||||
public array $excludePaths = [
|
public array $excludePaths = [
|
||||||
|
|
||||||
'/home/*/public_html/storage/framework/cache',
|
'/home/*/public_html/storage/framework/cache/*',
|
||||||
'/home/*/public_html/storage/framework/views',
|
'/home/*/public_html/storage/framework/views/*',
|
||||||
'/home/*/public_html/userfiles/cache',
|
'/home/*/public_html/userfiles/cache/*',
|
||||||
'/home/*/public_html/userfiles/media/thumbnails',
|
'/home/*/public_html/userfiles/media/thumbnails/*',
|
||||||
'/home/*/public_html/storage/framework/sessions',
|
'/home/*/public_html/storage/framework/sessions/*',
|
||||||
|
|
||||||
'/home/*/domains/*/public_html',
|
'/home/*/domains/*/public_html/storage/framework/cache/*',
|
||||||
'/home/*/domains/*/public_html/storage/framework/cache',
|
'/home/*/domains/*/public_html/storage/framework/views/*',
|
||||||
'/home/*/domains/*/public_html/storage/framework/views',
|
'/home/*/domains/*/public_html/userfiles/cache/*',
|
||||||
'/home/*/domains/*/public_html/userfiles/cache',
|
'/home/*/domains/*/public_html/userfiles/media/thumbnails/*',
|
||||||
'/home/*/domains/*/public_html/userfiles/media/thumbnails',
|
'/home/*/domains/*/public_html/storage/framework/sessions/*',
|
||||||
'/home/*/domains/*/public_html/storage/framework/sessions',
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue