Created
March 11, 2022 09:03
-
-
Save namandixit/107f3905b8121f32b0cce905d0d7b200 to your computer and use it in GitHub Desktop.
Backup save games from Steam Proton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
${HOME}/.local/share/Steam/steamapps/compatdata/shared-user.sh | |
#${HOME}/.local/bin/Proton-GE/compatdata/shared-user.sh | |
cp -ru "${HOME}/.local/share/Steam/steamapps/compatdata/userdata" "${HOME}/Bin/Games/PC/Saves/SteamProton" | |
#cp -rn "${HOME}/.local/bin/Proton-GE/compatdata/userdata" "${HOME}/Bin/Games/PC/Saves/UserProton" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment