/keri-sync

A basic file 'synchronizer', or rather a savegame backupper.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

SYNC

A basic file 'synchronizer', or rather a savegame backupper. Checks game and backup directories for newer or missing files based on a config file, and then copies them over. If no config file is present, it generates a default one. To keep the files organized, the backups are always in .\saves\<name>, which is fine for savegames, but not for anything else...

Config

  • Format: <name> = <path>
  • Ignores lines starting with //

To-do

  • Optional relative config paths
  • Switching to <path> = <path> in the config
  • Making the timer optional and user adjustable, or just removing it...
  • Setting console title based on system language.
  • Menu system
  • Built-in basic editors and tools
  • Reveal in File Explorer
  • Utilizing command line arguments
  • ...