Skip to content

Commit a6a4889

Browse files
committed
bug fix: backup creation
1 parent 65e21b2 commit a6a4889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plogical/backupUtilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,8 +2073,8 @@ def submitBackupCreation(tempStoragePath, backupName, backupPath, backupDomain):
20732073
from plogical.IncScheduler import IncScheduler
20742074
import json
20752075
from plogical.getSystemInformation import SystemInformation
2076-
2077-
IncScheduler.CalculateAndUpdateDiskUsage()
2076+
#
2077+
# IncScheduler.CalculateAndUpdateDiskUsage()
20782078

20792079
website = Websites.objects.get(domain=backupDomain)
20802080
DiskUsageOfSite = json.loads(website.config)['DiskUsage']

0 commit comments

Comments
 (0)