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
Copy file name to clipboardExpand all lines: translations/wiki/tr.xml
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,4 +65,77 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri
65
65
<strkey="enc">The archive will be saved as a ZIP archive (because Tar doesn't support the password protection feature), and if you want to extract it, you will be asked to enter the password that you used in the saving configuration process. The same applies in the case of configuration import.
66
66
67
67
If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process.</str>
68
+
<strkey="set_up_first_computer">## Setting up synchronization in the SaveDesktop app
69
+
On the first computer:
70
+
1. Open the SaveDesktop app
71
+
2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button
72
+
3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder
73
+
4. If the periodic saving file does not exist, click on the Create button</str>
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
83
+
```
84
+
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"
85
+
```
86
+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
87
+
88
+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
- Setup Rclone by using this command, which creates the cloud drive folder, sets up Rclone and mounts the folder
101
+
```
102
+
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"
103
+
```
104
+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
105
+
106
+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
107
+
</details>
108
+
</str>
109
+
<strkey="set_up_second_computer">On the second computer:
110
+
1. Open the SaveDesktop app
111
+
2. Go to the Sync page and click the "Connect to the cloud storage" button.
112
+
3. Click on the "Select cloud drive folder" button and select the folder that is synced with the same cloud storage as the first computer.
113
+
4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work.
114
+
115
+
To set up bidirectional synchronization, make sure you have the same cloud folder selected in the "Connect to cloud storage" dialog on the first computer, the periodic synchronization interval selected, and the "Bidirectional synchronization" switch enabled.
- 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:</str>
140
+
<strkey="synchronization_between_computers_desc">For synchronization your desktop environment configuration with other computers, you can use one of these options:</str>
0 commit comments