This commit is contained in:
Usman Nasir
2022-07-15 12:31:25 +05:00
parent 096e9323a1
commit 76b463acb2
2 changed files with 2 additions and 0 deletions

View File

@@ -672,6 +672,7 @@ class IncJobs(multi.Thread):
elif self.backupDestinations[:4] == 'sftp':
if self.sftpFunction(dbPathNew, 'database') == 0:
return 0
else:
if self.awsFunction('backup', dbPathNew, '', 'database') == 0:
return 0