A tool to synchronize saves from games not supporting Steam Cloud
- rsync
- sudo
- Ensure your are registered in the sudoers list
- Export the address of your SMB share where you want to sync the saves to SYNC_SAVES_SERVER, without the double backslash (
\\) (e.g.:export SYNC_SAVES_SERVER="192.168.1.80/Documents"). - Create a .smbcredentials file in your home folder containing the credentials for your SMB share. It should follow this syntax:
username=<your username> password=<your password> #Optional: #domain=<your domain> - Ensure
/mnt/savesis not already in use for another purpose. If it does not exist, the script will create it automatically
- A "Saves" folder will be created at the share specified.
- The SMB share will be unmounted automatically after the script ends.