| Crates.io | repo-save-manager |
| lib.rs | repo-save-manager |
| version | 0.2.0 |
| created_at | 2025-04-18 16:14:44.279972+00 |
| updated_at | 2025-04-18 16:14:44.279972+00 |
| description | A GUI application to manage R.E.P.O. save files. |
| homepage | https://github.com/bruno-robert/repo-save-manager |
| repository | https://github.com/bruno-robert/repo-save-manager |
| max_upload_size | |
| id | 1639617 |
| size | 750,554 |
Repo save manager (RSM) is a GUI application, built in rust. It allows you to view, backup and restore your saves.

Currently supported platforms are
Coming soon ;)
pre-requisites
Instructions
git clone https://github.com/bruno-robert/repo-save-manager.gitcargo build --release$project_dir/target/release/rsm.exe (windows) or $project_dir/target/release/rsm (linux/macos)First, you should make sure the "Game Save Directory" field is set to point to the directory where your game saves are stored. See the Common Save File Locations section for more information.
Then, you can click the "Refresh Saves" button to refresh the list of game saves and backup saves.
In the left pane - the "Save" pane - you have a list of game saves you can backup. In the right pane - the "Backup" pane - you have a list of backup saves you can restore.
Each save has a buttons you can click to perform actions such as backing-up, restoring, etc.
These are the default locations of save files depending on the platform you are on.
C:\User\username\AppData\LocalLow\semiwork\Repo\saves
You can find the above path by pressing Win + R to open the run dialog. Then entering %USERPROFILE%\AppData\LocalLow\semiwork\Repo~/.steam/debian-installation/steamapps/compatdata/3241660/pfx/drive_c/users/steamuser/AppData/LocalLow/semiwork/Repo/saves/rustup target add x86_64-unknown-linux-gnu
brew install SergioBenitez/osxct/x86_64-unknown-linux-gnu
Add to ~/.cargo/config.toml
[target.x86_64-unknown-linux-gnu]
linker = "x86_64-unknown-linux-gnu-gcc"
Build
cargo build --release --target x86_64-unknown-linux-gnu
Install cargo-xwin and use it.
cargo install --locked cargo-xwin
rustup target add x86_64-pc-windows-msvc
cargo xwin build --release --target x86_64-pc-windows-msvc