From 96944235b4be58bf00d4b37fc6e15fbf3d2c94b4 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Sat, 11 Feb 2023 22:52:38 +0500 Subject: [PATCH] v2 --- plogical/Backupsv2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plogical/Backupsv2.py b/plogical/Backupsv2.py index bd13dff9c..a1d84d7d5 100644 --- a/plogical/Backupsv2.py +++ b/plogical/Backupsv2.py @@ -83,7 +83,7 @@ class CPBackupsV2: pass - def BackupData(self): + def BackupDataBases(self): ### This function will backup databases of the website, also need to take care of database that we need to exclude ### excluded databases are in a list self.data['ExcludedDatabases'] only backup databases if backupdatabase check is on @@ -91,7 +91,7 @@ class CPBackupsV2: pass - def BackupDataBases(self): + def BackupData(self): ### This function will backup data of the website, also need to take care of directories that we need to exclude ### excluded directories are in a list self.data['ExcludedDirectories'] only backup data if backupdata check is on ## For example if self.data['BackupData'] is one then only run this function otherwise not