Don't backup nzb folder with laravel backup

This commit is contained in:
DariusIII
2020-04-28 10:56:33 +02:00
parent 0a20009e2b
commit 18ecb45e61
+3 -2
View File
@@ -31,8 +31,9 @@ return [
base_path('/node_modules'),
storage_path('/app/backup-temp'),
base_path('/storage/framework/cache/data'),
base_path('/storage/framework/sessions'),
base_path('/storage/framework/views'),
base_path('storage/framework/sessions'),
base_path('storage/framework/views'),
resource_path('nzbs'),
],
/*