Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefterisjp/steam_saves_sync
Tool to sync save games between a local game in Steam and some other storage like Dropbox
https://github.com/lefterisjp/steam_saves_sync
Last synced: 21 days ago
JSON representation
Tool to sync save games between a local game in Steam and some other storage like Dropbox
- Host: GitHub
- URL: https://github.com/lefterisjp/steam_saves_sync
- Owner: LefterisJP
- License: mit
- Created: 2015-12-30T00:47:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T11:27:41.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T20:41:05.083Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Introduction
This is a tool I made for syncing save games across different machines to/from Dropbox.
*DO NOT USE* without backing up your saves first. For an in-depth guide please refer to
[[http://blog.refu.co/?p=1375][this blogpost]].* Usage
Calling the script is pretty straighforward:#+BEGIN_SRC txt
./steamsaves_sync.py
#+END_SRCIn my Archlinux machine I use [[http://knopwob.org/dunst/index.html][dunst]] as a notification daemon to show notifications in my
windows manager ([[https://i3wm.org/][i3-wm]]).This script assumes that you also have dunst installed. If you don't
or if you don't want to get desktop notifications for each change the script does then also
add the ~--no-notify~ option to the script.Once called the script will attempt to check all the save files from the local location and see
if a corresponding save file is in Dropbox. If yes then it will check the save timestamp to see
which one should be kept and keep it. Finally all Dropbox saves will also be checked to see if any
saves are missing from the local directory.