From e9d68b9444bf7941be1d6938a891197bcab4e583 Mon Sep 17 00:00:00 2001 From: David <79108364+Phpvarious@users.noreply.github.com> Date: Wed, 15 Apr 2026 07:08:05 +0200 Subject: [PATCH] Update mobile.class.php backupExclude --- core/class/mobile.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/class/mobile.class.php b/core/class/mobile.class.php index 3c1d0e08..19a4fa3b 100755 --- a/core/class/mobile.class.php +++ b/core/class/mobile.class.php @@ -34,6 +34,16 @@ class mobile extends eqLogic /* * ***********************Methode static*************************** */ + /** + * Core callback to returns the directory of data not to be saved in the Jeedom backup + * + * @return array + */ + public static function backupExclude() + { + return ['data']; + } + public static function cronDaily() { foreach (eqLogic::byType('mobile') as $mobile) {