Savegame Backup Utility
Go to file
2025-03-26 19:46:33 +01:00
.githooks 2025.01.10 22:43:31 2025-01-10 23:59:26 +01:00
PO 2025.03.11 23:40:14 (desktop) 2025-03-11 23:40:14 +01:00
scripts added gettext support 2025-03-05 10:23:21 +01:00
sgbackup 2025.03.25 17:12:56 (desktop) 2025-03-25 17:12:56 +01:00
sphinx 2025.01.13 02:08:06 2025-01-13 02:08:06 +01:00
.gitattributes 2025.01.02 10:13:39 2025-01-02 10:13:39 +01:00
.gitignore added gettext support 2025-03-05 10:23:21 +01:00
centos-install-requirements.sh 2025.02.16 16:59:36 (desktop) 2025-02-16 16:59:37 +01:00
centos-install.sh added translations to centos-install.sh and fedora-install.sh 2025-03-14 16:49:49 +01:00
fedora-install-requirements.sh fedora-install-requirements.sh 2025-01-04 16:03:30 +01:00
fedora-install.sh added translations to centos-install.sh and fedora-install.sh 2025-03-14 16:49:49 +01:00
LICENSE Initial commit 2024-12-26 01:05:48 +01:00
Makefile added gettext support 2025-03-05 10:23:21 +01:00
msys-install.sh 2025.03.25 17:12:56 (desktop) 2025-03-25 17:12:56 +01:00
README.md Added installation-guide to README.md 2025-03-26 19:46:33 +01:00
requirements.txt 2025.02.17 02:24:24 (desktop) 2025-02-17 02:24:24 +01:00
setup.py installs *.mo files 2025-03-13 23:42:44 +01:00

sgbackup - SaveGame Backup

Install

Requirements

  • Python 3 >= 3.11
  • pip
  • GObject + GObject Introspection for Python
  • Gtk4 + Python bindings
  • GIT

All OSes

# Download sgbackup
git clonse https://github.com/c9moser/sgbackup.git

# change to sgbackup directory
cd sgbackup

# install requirements
pip install -r requirements.txt

# install sgbackup
pip install .

Windows

Download MSYS2 from the MSys2 site and install it. To update MSYS2 to the latest version start a MSYS2 terminal and run:

pacman -Syu

If the terminal quits, restart it and run the above command again.

Install git and download sgbackup and install it.

# Install git
pacman -S git

# Download sgbackup.
git clone https://github.com/c9moser/sgbackup.git

# Switch to the sgbackup directory and run the installer.
cd sgbackup
./msys-install.sh

Fedora

# install git
sudo dnf install -y git

# download sgbackup
git clone https://github.com/c9moser/sgbackup.git

# cd to sgbackup-directory and install sgbackup
cd sgbackup
./fedora-install.sh

Cent OS 10 / Alma Linux 10

# install git
sudo dnf install -y git

# download sgbackup
git clone https://github.com/c9moser/sgbackup.git

# cd to sgbackup-directory and install sgbackup
cd sgbackup
./centos-install.sh