Skip to content

Commit

Permalink
Update en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Sep 8, 2024
1 parent fedc5b7 commit a23049a
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions wiki/synchronization/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,25 @@
- You must have a folder created that will sync with your cloud storage on each computer you want to sync. This can be done using:

<details>
<summary><b>GNOME Online Accounts</b> (for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)</summary>

- Open the GNOME Settings
- Go to the Online Accounts section and select your cloud drive service

![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png)
<summary><b>GNOME Online Accounts</b><p>(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)</p></summary>
<ul>
<li>Open the GNOME Settings</li>
<li>Go to the Online Accounts section and select your cloud drive service</li>
</ul>
<img src="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png">

</details>

<details>
<summary><b>Rclone</b> (for other desktop environments)</summary>

- Install Rclone
```
sudo -v ; curl https://rclone.org/install.sh | sudo bash
```
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
```
mkdir -p ~/drive &amp;&amp; rclone config create drive your-cloud-drive-service &amp;&amp; nohup rclone mount drive: ~/drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"
```
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
<summary><b>Rclone</b><p>(for other desktop environments)</p></summary>
<ul>
<li>Install Rclone</li>
<pre><code>sudo -v ; curl https://rclone.org/install.sh | sudo bash</code></pre>
<li>Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
<pre><code>mkdir -p ~/drive &amp;&amp; rclone config create drive your-cloud-drive-service &amp;&amp; nohup rclone mount drive: ~/drive --vfs-cache-mode writes &amp; echo "The drive has been mounted successfully"</code></pre>
<p>* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.</p></li>
<li>Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).</li>
</ul>
</details>

## Setting up synchronization in the SaveDesktop app
Expand Down

0 comments on commit a23049a

Please sign in to comment.