From 33871c9ea65277edb818f6c9a2a4865673e8b429 Mon Sep 17 00:00:00 2001 From: SparrowBrain Date: Fri, 12 Feb 2021 11:17:00 +0200 Subject: [PATCH] Changed backup period default from 1 hour to 10 minutes --- BackMeUp/Properties/AssemblyInfo.cs | 2 +- BackMeUp/config.json | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BackMeUp/Properties/AssemblyInfo.cs b/BackMeUp/Properties/AssemblyInfo.cs index f455842..10d68cf 100644 --- a/BackMeUp/Properties/AssemblyInfo.cs +++ b/BackMeUp/Properties/AssemblyInfo.cs @@ -15,4 +15,4 @@ ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly )] -[assembly: AssemblyVersion("0.3.6")] \ No newline at end of file +[assembly: AssemblyVersion("0.3.7")] \ No newline at end of file diff --git a/BackMeUp/config.json b/BackMeUp/config.json index 437d8af..fe43aa2 100644 --- a/BackMeUp/config.json +++ b/BackMeUp/config.json @@ -1,4 +1,4 @@ { "BackupDirectory" : "C:\\Ubisoft_savegame_Backups", - "BackupPeriod" : "01:00:00" + "BackupPeriod" : "00:10:00" } \ No newline at end of file diff --git a/README.md b/README.md index bc01d76..2d47504 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ Don't forget to run `startup-remove.bat` before deleting/moving the tool folder ### `config.json` ### Main configuration file. * **BackupDirectory** - place to copy save files to. If configured directory does not exist, it will be created. Take notice of double backslash (`\\`) when specifying a path. *Default is "C:\Ubisoft_savegame_Backups"*. -* **BackupPeriod** - how often backups should be created. The format is `HH:mm:ss` as in `hours:minutes:seconds`. *Default is 1 hour*. +* **BackupPeriod** - how often backups should be created. The format is `HH:mm:ss` as in `hours:minutes:seconds`. *Default is 10 minutes*. Example: ``` { "BackupDirectory" : "E:\\My_Ubisoft_Backups", - "BackupPeriod" : "00:10:00" + "BackupPeriod" : "01:00:00" } ``` -This configuration will create backups in `E:\My_Ubisoft_Backups` and run every 10 minutes. +This configuration will create backups in `E:\My_Ubisoft_Backups` and run every hour. ### `games.json` ### A list that maps Ubisoft game id to a given game. The format is: