https://github.com/gustavosmelo/darksoulsbackupsavescript
This repository is used to save my dark souls (2,3) chars, because steam doesn't provide a cloud save
https://github.com/gustavosmelo/darksoulsbackupsavescript
dark-souls-2 dark-souls-3 darksouls2 darksouls3 shell shell-script
Last synced: about 2 months ago
JSON representation
This repository is used to save my dark souls (2,3) chars, because steam doesn't provide a cloud save
- Host: GitHub
- URL: https://github.com/gustavosmelo/darksoulsbackupsavescript
- Owner: GustavoSMelo
- License: mit
- Created: 2023-06-06T21:00:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T07:33:25.000Z (about 3 years ago)
- Last Synced: 2025-03-22T12:20:03.789Z (over 1 year ago)
- Topics: dark-souls-2, dark-souls-3, darksouls2, darksouls3, shell, shell-script
- Language: Shell
- Homepage:
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Dark Souls Backup Save Script
This repository is used to save my dark souls (2,3) chars, because steam doesn't provide a cloud save
I am using linux, and my games is saved in my secondary hard disk storage, so, if you wanna use my script too
you will need to provide your own path in index.sh file
How to run this:
- 1. Clone the repository
- 2. Provide your own path in index.sh file
- 3. Run the script using `sh ./index.sh` in your terminal
- 4. Commit your changes :D
DISCLAIMER
This repository is not using any design pattern or good programming practices, this is a script to make my life more easier, not be something productive or be used by hundreds of clients or to be used by reference.