forked from mirror/pixelfed
Update backup.php
fix directory path to the real cache directory
This commit is contained in:
parent
8f6c6840b6
commit
d093425511
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ return [
|
||||||
*/
|
*/
|
||||||
'exclude' => [
|
'exclude' => [
|
||||||
base_path('.git'),
|
base_path('.git'),
|
||||||
base_path('cache'),
|
base_path('storage/app/public/cache'),
|
||||||
base_path('vendor'),
|
base_path('vendor'),
|
||||||
base_path('node_modules'),
|
base_path('node_modules'),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue