forked from mirror/pixelfed
Update backup.php
do not include cache directories into the backup
This commit is contained in:
parent
dda9e77024
commit
8f6c6840b6
|
@ -28,6 +28,7 @@ return [
|
||||||
*/
|
*/
|
||||||
'exclude' => [
|
'exclude' => [
|
||||||
base_path('.git'),
|
base_path('.git'),
|
||||||
|
base_path('cache'),
|
||||||
base_path('vendor'),
|
base_path('vendor'),
|
||||||
base_path('node_modules'),
|
base_path('node_modules'),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue