Skip to content

Commit

Permalink
add resources/venv dir in exclusion
Browse files Browse the repository at this point in the history
this is dir commonly used for python venv and should be excluded from backup to avoid issue at restore
  • Loading branch information
Mips2648 committed Jul 8, 2024
1 parent 229666e commit 097a725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
'core/config/common.config.php',
'data/imgOs',
'python_venv',
'resources/venv',
config::byKey('backup::path'),
);
if (version_compare(PHP_VERSION, '8.0.0') >= 0) {
Expand Down

0 comments on commit 097a725

Please sign in to comment.