Game Save Backups: A Git-Based Tool for Managing Your Save States
Project description
Game Save Backups
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 or newer but otherwise
should run on any operating system and architecture.
The easiest way to install it is via pipx:
$ pipx install gsb
For more help (including instructions for installing an up-to-date version of Python), check out the Installation Guide.
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 here.
Contributing
If you're interested in helping develop this project, have a look at the repo backlog, 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gsb-0.0.4.tar.gz
.
File metadata
- Download URL: gsb-0.0.4.tar.gz
- Upload date:
- Size: 66.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc85b5516e92bc0012fa43f6f7b3bcbecdf50d7201a841b4cc10bffe83def68 |
|
MD5 | 4e5c36afb24c97fda905c090c183e46a |
|
BLAKE2b-256 | 9d1a1b7d7331fb31305d5d723d77b087aff08dca5e71aeb2fb78bd5d2c6aee66 |
File details
Details for the file gsb-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: gsb-0.0.4-py3-none-any.whl
- Upload date:
- Size: 56.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bffee41c4a2d764429a46ac573b70300fce478745ee021536789a0f97c73ca1 |
|
MD5 | 80c9561b77ec02d1beee484a883bce95 |
|
BLAKE2b-256 | 98b0b52798674ef6a0e70551c86d85ce09dcff217ad655882698226f775292f9 |