[chronojump] Disabled automatic partial (only chronojump.db) backup at every boot



commit de8b3af88d518aada8ab1652968140e28a6e09e3
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Aug 11 12:27:37 2021 +0200

    Disabled automatic partial (only chronojump.db) backup at every boot

 src/chronojump.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 12dc4d638..3cdc85eca 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -347,6 +347,8 @@ public class ChronoJump
                        Sqlite.CreateTables(false); //not server
                        creatingDB = false;
                } else {
+                       /*
+                          automatic partial (only chronojump.db) backup at every boot disabled in favor of 
scheduled monthly full backups
                        LogB.SQL("doing backup");
                        //backup the database
                        Util.BackupDirCreateIfNeeded();
@@ -356,6 +358,7 @@ public class ChronoJump
                        Util.BackupDatabase();
                        LogB.SQL ("made a database backup"); //not compressed yet, it seems 
System.IO.Compression.DeflateStream and
                        //System.IO.Compression.GZipStream are not in mono
+                       */
 
 
                        if(! Sqlite.IsSqlite3()) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]