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/pt_BR.xml
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,4 +65,77 @@ Se você esquecer a senha, não conseguirá extrair o arquivo e usá-lo no proce
65
65
&gt; Os arquivos de salvamento periódico não estão (por ora) disponíveis para proteção com senha. Arquivos encriptados não podem, por ora, ser utilizados para sincronização.</str>
66
66
<strkey="ac_setup">## Como configurar?
67
67
Na versão 3.3, a interface foi levemente modificada; especificamente, a seção de salvamento periódico agora pode ser acessada através do botão "Mais opções". No mesmo local é possível encontrar a seção de encriptação de arquivo. Então clique no botão mencionado, e ative o interruptor de Encriptação de arquivo.</str>
68
+
<strkey="requirements">#### Requirements
69
+
- 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>
70
+
<strkey="set_up_first_computer">## Setting up synchronization in the SaveDesktop app
71
+
On the first computer:
72
+
1. Open the SaveDesktop app
73
+
2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button
74
+
3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder
75
+
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
85
+
```
86
+
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"
87
+
```
88
+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
89
+
90
+
- 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
103
+
```
104
+
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"
105
+
```
106
+
* Instead of `your-cloud-drive-service` use the name of your cloud drive service, such as `drive` (for Google Drive), `onedrive`, `dropbox`, etc.
107
+
108
+
- Allow access to the created folder in the [Flatseal app](https://flathub.org/apps/com.github.tchx84.Flatseal).
109
+
</details>
110
+
</str>
111
+
<strkey="set_up_second_computer">On the second computer:
112
+
1. Open the SaveDesktop app
113
+
2. Go to the Sync page and click the "Connect to the cloud storage" button.
114
+
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.
115
+
4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work.
116
+
117
+
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.
<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