From 903ab819214a4e86ba6e2d0d3e92379028d8f18b Mon Sep 17 00:00:00 2001 From: usmannasir Date: Tue, 2 Jan 2024 14:01:18 +0500 Subject: [PATCH] bug fix: do not initiate site backup if space is full --- plogical/IncScheduler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plogical/IncScheduler.py b/plogical/IncScheduler.py index 0fd8e94c2..d8bb7d2db 100644 --- a/plogical/IncScheduler.py +++ b/plogical/IncScheduler.py @@ -75,10 +75,6 @@ class IncScheduler(multi.Thread): ### now run backups for web in job.jobsites_set.all(): - ### Lets first update disk usage of all sites, to see if enough space for backups - - IncScheduler.CalculateAndUpdateDiskUsage() - logging.statusWriter(IncScheduler.logPath, 'Backing up %s.' % (web.website), 1) extraArgs = {}