This commit is contained in:
2018-07-26 22:33:10 +00:00
parent 9ff40447a0
commit c4a323fa9f
2 changed files with 47 additions and 29 deletions

View File

@@ -108,14 +108,14 @@ namespace rockfishCore
RfSchema.CheckAndUpdate(dbContext);
//bool bMM=RfMail.MailIsMirroringProperly();
try
{
var test = OpsDiagnostics.CheckSpacesBackupStorage();
}
catch (Exception ex)
{
string res = ex.Message;
}
// try
// {
// var test = OpsDiagnostics.VerifyBackups();
// }
// catch (Exception ex)
// {
// string res = ex.Message;
// }
}//eof
}