Backup working, completed for now

This commit is contained in:
2020-05-23 18:09:09 +00:00
parent 4068c27663
commit 65479bd903
2 changed files with 6 additions and 35 deletions

View File

@@ -11,11 +11,8 @@ namespace AyaNova.Util
/// </summary>
internal static class ServerGlobalOpsSettingsCache
{
internal static GlobalOpsBackupSettings Backup { get; set; }
internal static DateTime NextBackup { get; set; }
/// <summary>
/// Populate and / or create the settings
/// </summary>
@@ -31,7 +28,6 @@ namespace AyaNova.Util
}
NextBackup = FileUtil.MostRecentAutomatedBackupFileDate();
SetNextBackup();
}
internal static void SetNextBackup()
@@ -53,6 +49,5 @@ namespace AyaNova.Util
}
}
}//eoc
}//eons