Ludusavi

From wikinotes

A cross platform savegame synchronization tool that works on windows/linux/macos.
It can integrate with various backends like cloud storage or syncthing.
It can be installed on the steam deck.

NOTE:

synchronization uses absolute paths

it's primarily designed around backing up one computer's savegames to restore on itself.
there is a redirect feature that you can use to synchronize between ex. windows and wine installs.
but you'll need to configure it for every game.

Documentation

github https://github.com/mtkennerly/ludusavi

Locations

%appdata%\ludusavi\config.yml (win32)

/home/deck/.var/app/com.github.mtkennerly.ludusavi/config/ludusavi/config.yaml (steamos)
~/.config/ludusavi/config.yml (linux) || config

Install

# arch
aur sync ludusavi-bin

# windows
scoop bucket add extras && scoop install ludusavi

Configuration

On the other page, you can define redirects.

It appears bidirectional synchronization is broken, but you can create it yourself. with two complementing redirects.

Usage