Update MicroweberBackupConfig.php

This commit is contained in:
Bozhidar 2024-05-16 13:01:53 +03:00
parent 09416aa23f
commit 08087255eb

View file

@ -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',
]; ];