You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The file picker does not work after a fresh installation. [Issue tracker](https://github.com/GedasFX/decky-cloud-save/issues/7).
10
-
11
-
> Workaround: restart Steam and or Steam Deck.
9
+
To find plugin logs, use `journalctl -f -n 100 -eu plugin_loader` (close with `q`) command in console. You may be asked to provide them in discord when asking for help.
* Ability to back up files automatically after a game is closed.
18
16
* File counter, which estimates the number of files a sync path would pick up. Prevents accidental backing up of the entire steam deck.
19
17
* Advanced filtering, allowing users to set up custom filtering rules with includes and excludes.
20
-
* Ability to customize destination folder name (found in `plugin.properties` config).
21
-
22
-
**IMPORTANT!** This plugin does not support bidirectional sync. In other words, this plugin is not intended for use cases to sync saves between devices, but rather just to keep your game progress safe in case of data loss.
18
+
* Ability to customize destination folder name.
19
+
* Bidirectional sync (alpha, use at own risk!)
23
20
24
21
**NOTE!** This plugin **does not** delete files from the remote, even if files get deleted locally. This is intentional to protect against accidents. This, however, may cause issues. If you have a concrete example, let me know by opening an [issue](https://github.com/GedasFX/decky-cloud-save/issues).
25
22
@@ -93,3 +90,13 @@ Command (in `/home/deck/homebrew/plugins/decky-cloud-save/`):
93
90
### Change destination folder name
94
91
95
92
If you wish to change the folder on how it appears on the remote, edit `~/homebrew/settings/decky-cloud-save/plugin.properties` file and replace `decky-cloud-save` with whichever name you wish. Be wary of path limitations unique to each provider.
93
+
94
+
### Experimental features
95
+
96
+
Some features were asked to be added, but they are in the experimentatl state. To access this menu, go to `plugin.properties`, and set `experimental_menu=true`.
97
+
98
+
### Experimental feature - bidirectional sync
99
+
100
+
On the plugin sidebar there is a new option to change behavior of plugin to not only backup files, but to sync them with remote. This is an operation that is able to delete your files, so use it with extreme caution.
101
+
102
+
**IMPORTANT!** This plugin does not provide support for if you use bidirectional sync. It is not the plugin's primary use case and is in the experimental state. USE AT YOUR OWN RISK!
0 commit comments