diff --git a/wiki/synchronization/en.md b/wiki/synchronization/en.md index 91978a2e..cf894d8d 100644 --- a/wiki/synchronization/en.md +++ b/wiki/synchronization/en.md @@ -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:
- GNOME Online Accounts (for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments) - - - 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) + GNOME Online Accounts

(for GNOME, Cinnamon, COSMIC (Old) and Budgie desktop environments)

+ +
- Rclone (for other desktop environments) - - - 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 && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & 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). + Rclone

(for other desktop environments)

+
## Setting up synchronization in the SaveDesktop app