Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e6aluga/deckio
Synchronize non-steam game saves between Steam Deck and PC via SFTP
https://github.com/e6aluga/deckio
java javafx steam steamdeck steamos
Last synced: about 1 month ago
JSON representation
Synchronize non-steam game saves between Steam Deck and PC via SFTP
- Host: GitHub
- URL: https://github.com/e6aluga/deckio
- Owner: e6aluga
- Created: 2024-07-29T09:18:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T22:09:33.000Z (2 months ago)
- Last Synced: 2024-09-29T03:20:56.965Z (about 2 months ago)
- Topics: java, javafx, steam, steamdeck, steamos
- Language: Java
- Homepage:
- Size: 90 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
deckio (beta)
deckio is a utility application designed to synchronize game saves between your PC and Steam Deck via SFTP.
It provides an easy-to-use interface for sending and receiving game saves, ensuring your progress is always up-to-date across your devices.---
## Install:
1. **Download** the latest version from the [release page](https://github.com/e6aluga/deckio/releases)
2. **Unzip** the archive to your computer
3. **Open** `deckio.exe`## Backups:
```
{deckioFolder}/backups/
```## Future updates:
* SFTP Explorer
* Automatic synchronization of saves in addition to manual ones
* Linux support
* Plugin for Steam Deck
* Custom CSS themes
* Cloud saves## How to setup SSH on your Steam Deck:
1. **First, we need to set the superuser password**
- Switch to desktop mode
- Open **Konsole** and write:
```bash
passwd
```
- Enter your password
p.s - [recover password](https://youtu.be/jWFjZNxFHew)2. **Activate the SSH service on the Steam Deck**
- Enable the sshd service
```bash
sudo systemctl enable sshd --now
```3. **Finally, we need to find out the IP of the Steam Deck**
- **First method:**
Write in **Konsole:**
```bash
ip -c a
```
where **wlan0** is the Steam Deck IP
- **Second method:**
Open your router's settings (usually `192.168.1.1`) and look at the Steam Deck IP in devices