Made the store backup clean up some of the older backups (> 7 days).

This commit is contained in:
TidusJar 2016-05-15 23:39:40 -04:00
parent 15fae26397
commit 809b2bf0a8
2 changed files with 58 additions and 2 deletions

View file

@ -23,6 +23,9 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// ***********************************************************************
using System.Globalization;
#endregion
using System;
using System.Data;