This commit is contained in:
Jeremy Gardais 2019-10-10 22:43:52 +02:00
commit 1ac0f57da5
1 changed files with 7 additions and 6 deletions

View File

@ -7,17 +7,18 @@
## be able to access it from anywhere ## be able to access it from anywhere
## … all you can do with a Nextcloud (share, versionning,…) ## … all you can do with a Nextcloud (share, versionning,…)
## ##
## 1. Move save directories of a list of known games from Steam's ## 1. Move save directories of a list of known games from Steam's userdata,
## userdata to a remote directory (Nextcloud, remote mount,…). ## common or compatdata directories to a remote directory (Nextcloud, remote
## Then create a symlink in userdata directory to the remote game ## mount,…).
## directory. ## Then create a symlink in userdata, common or compatdata Steam directory to
## the remote game directory.
## ##
## 2. If a directory doesn't exist, check if a remote one is ## 2. If a directory doesn't exist, check if a remote one is
## available and symlink it. ## available and symlink it.
## ##
## 3. List directories without symlinks. ## 3. List userdata subdirectories without symlinks.
## ##
## KISS: Only manage save directories from Steam userdata. For other ## KISS: Only manage save directories from Steam's directories. For other
## paths ($XDG_DATA_HOME,…) check other scripts. ## paths ($XDG_DATA_HOME,…) check other scripts.
# }}} # }}}