Game Save Backups: A Git-Based Tool for Managing Your Save States


Keywords
backups, gaming, git, scm
License
GPL-3.0
Install
pip install gsb==0.0.3

Documentation

Game Save Backups

PyPI version PyPI downloads

Linux SteamOS Windows MacOS RaspberryPi

python coverage lint

A tool for managing incremental backups of your save states using Git!

In a Nutshell

Does Steam keep corrupting your cloud saves?

Does it take too long to create or restore a Minecraft backup?

Do you want to rewind your game five hours and explore what might have been if only you'd punched that NPC in the face?

If that sounds like you, then gsb is here to help! This is a lightweight wrapper around the Git version control system that's optimized for game saves. Features (will) include:

  • automated incremental backups
  • painless savegame restores
  • easy history navigation
  • revision history compression and cleaning
  • support for branches
  • workflows for implementing 3-2-1 backups
  • full compatibility with Git and other git-based tools...
  • ... all without ever needing to know a thing about Git

Installation

The gsb package is written for Python 3.11 but otherwise should run on any operating system and architecture.

The latest release can be installed from PyPI via pip:

$ python -m pip install --user gsb

Full installation instructions can be found on GitHub Pages.

Usage

The recommended way to interact with gsb is via its command-line interface. Once you've installed the package, run the following command to get an overview of the available actions:

$ gsb --help

and use:

$ gsb <verb> --help

(e.g. gsb backup --help)

for further details on running each of those commands.

Full documentation, including tutorials, examples and full CLI docs, can be found on GitHub Pages.

Quick-Start Guide

Coming soon!

Contributing

If you're interested in helping develop this project, have a look at the repo backlog and then read through the contributor's guide.

License

This project--the executable, source code and all documentation--are published under the GNU Public License v3 unless otherwise stated, and any contributions to or derivatives of this project must be licensed under compatible terms.