bug fix backupSchedule.py

This commit is contained in:
Usman Nasir
2020-05-25 00:08:05 +05:00
parent c44e29b159
commit bcfd769306
2 changed files with 30 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ class backupScheduleLocal:
retValues = backupSchedule.createLocalBackup(virtualHost, backupLogPath)
if retValues[0] == 0:
backupSchedule.remoteBackupLogging(backupLogPath, '[ERROR] Backup failed for %s, error: %s moving on..' % (virtualHost, retValues[1]), backupSchedule.ERROR)
continue
if os.path.exists(backupScheduleLocal.localBackupPath):