mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 06:26:05 +02:00
bug fix schedule backups
This commit is contained in:
@@ -39,7 +39,7 @@ class backupScheduleLocal:
|
|||||||
|
|
||||||
command = 'mv %s %s' % (backupPath, localBackupPath)
|
command = 'mv %s %s' % (backupPath, localBackupPath)
|
||||||
ProcessUtilities.normalExecutioner(command)
|
ProcessUtilities.normalExecutioner(command)
|
||||||
except BaseException, msg:
|
except BaseException as msg:
|
||||||
backupSchedule.remoteBackupLogging(backupLogPath,
|
backupSchedule.remoteBackupLogging(backupLogPath,
|
||||||
'[ERROR] Backup failed for %s, error: %s moving on..' % (virtualHost, str(msg)))
|
'[ERROR] Backup failed for %s, error: %s moving on..' % (virtualHost, str(msg)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user