From 097a72596eeb006f57cd2c9693d9c3824c8b7877 Mon Sep 17 00:00:00 2001 From: Mips Date: Mon, 8 Jul 2024 10:50:11 +0100 Subject: [PATCH] add resources/venv dir in exclusion this is dir commonly used for python venv and should be excluded from backup to avoid issue at restore --- install/backup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/backup.php b/install/backup.php index 0e0d4affb0..562965959f 100644 --- a/install/backup.php +++ b/install/backup.php @@ -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) {