Skip to content

Commit 06830eb

Browse files
authored
Update README.md
1 parent 32496c6 commit 06830eb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ For one or another reason, a provider may not be able to be configured from the
4747

4848
When running an installer, a web browser will appear and allow you to finish the configuration. Once you see the **Success!** message, feel free to go back to the Big Picture mode - the configuration is over.
4949

50+
**NOTE**: If when running installer a store page opens to download a browser, download it, and restart the device to try again. Sorry for the inconvenience.
51+
5052
## Usage (Advanced)
5153

5254
If you wish to use another provider other than OneDrive, Google Drive, or Dropbox, you will have to go to desktop mode and configure the provider manually.
@@ -99,4 +101,13 @@ Some features were asked to be added, but they are in the experimentatl state. T
99101

100102
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.
101103

104+
Before your first sync, first you will need to manually run the following command in console:
105+
106+
```
107+
/home/deck/homebrew/plugins/decky-cloud-save/rclone bisync --filter-from /home/deck/homebrew/settings/decky-cloud-save/sync_paths_filter.txt / backend:decky-cloud-save --copy-links --resync
108+
109+
# If you have changed the install decky install directory, change /home/deck/homebrew/ with the appropriate install location
110+
# If you changed default destination folder, change backend:decky-cloud-save to backend:[MY_DESTINATION_FOLDER]
111+
```
112+
102113
**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

Comments
 (0)