Backup working, completed for now
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user