Update backup.php
@@ -28,6 +28,7 @@ return [
*/
'exclude' => [
base_path('.git'),
+ base_path('storage/app/public/cache'),
base_path('vendor'),
base_path('node_modules'),
],