diff --git a/translations/wiki/ca.xml b/translations/wiki/ca.xml index d647cf22..1a45c262 100644 --- a/translations/wiki/ca.xml +++ b/translations/wiki/ca.xml @@ -15,25 +15,6 @@ La carpeta per defecte d'emmagatzematge és `/home/user/Baixades/SaveDesktop/arc ### Format del nom de fitxer Si voleu crear còpies automàtiques amb altre nom diferent a `Darrera_configuració`, ja és possible, fins i tot amb espais. Des de la versió 2.9.6, la variable `{}` no s'admet per al dia actual, atès que ara totes les còpies automàtiques sobreescriuen el fitxer ja existent. Sincronització entre ordinadors de la xarxa - ## Com es configura? - ### Quins són els requisits? - **A l'ordinador 1:** -- Assigneu una IP manual als equips que voleu sincronitzar perquè aquesta no canviï cada vegada que els inicieu. Això és possible mitjançant: - **Configuració de l'encaminador:** - - [Asus](https://www.asus.com/support/FAQ/1000906/) - - [Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - [Tenda](https://www.tendacn.com/faq/3264.html) - - [Tp-link](https://www.tp-link.com/us/support/faq/170/) - - Si no teniu cap d'aquests fabricants, proveu accedint des d'un navegador com ara el Firefox a l'adreça del vostre dispositiu (URL: [192.168.1.1](http://192.168.1.1) o similars) i cerqueu dins la secció *DHCP* quelcom semblant a «IP estàtica», «exclusió DHCP», etc. O bé contacteu amb el fabricant de l'aparell o el proveïdor de la vostra connexió a Internet. - **`system-config-printer` package:** - - Si no voleu assignar una IP manual a l'encaminador i teniu una impressora instal·lada al vostre sistema, a més del paquet `system-config-printer`, verifiqueu que l'opció «Compartida» està activada al panell principal de la impressora. En cas contrari, activeu aquesta opció i reinicieu el sistema. [Aquí](https://raw.githubusercontent.com/BennyBeat/SaveDesktop/1602010b7ef88f3fb0eb1010af33571f0c548eb3/translations/wiki/ca-Printer.png) teniu una captura de pantalla amb la configuració idònia. - **A l'ordinador 2:** -- Verifiqueu que està connectat a la mateixa xarxa que l'ordinador 1. - ### Configuració de la sincronització a l'aplicació SaveDesktop -Als ordinadors 1 i 2, obriu el programa SaveDesktop i aneu a l'apartat de sincronització. A l'ordinador 1, feu clic al botó «Configura el fitxer de sincronització», seleccioneu el fitxer de sincronització i la freqüència desitjada. Copieu l'URL de sincronització i, a l'ordinador 2, feu clic al botó «Connexió amb l'altre ordinador» i escriviu l'URL de sincronització que heu copiat de l'ordinador 1. - Si voleu sincronitzar l'entorn d'escriptori de l'ordinador 2 a l'1, les passes són les mateixes. - -**És necessari tancar i tornar a obrir la sessió per aplicar els canvis** ## Sincronització periòdica Podeu triar entre els elements següents: - Diàriament @@ -84,4 +65,55 @@ A partir de la versió 3.3, la interfície ha canviat significativament, en conc El fitxer es desarà com a format ZIP (perquè un Tar no suporta protecció per contrasenya) i, en intentar extreure el seu contingut, si us demanarà la contrasenya que vau utilitzar durant el procés de creació. També si us demanarà quan vulgueu importar-ne la configuració. Si oblideu la contrasenya, no serà possible de cap manera extreure el contingut o importar cap configuració continguda al fitxer. + #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + +
+ + 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + +
+ + 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) + +
+
diff --git a/translations/wiki/cs.xml b/translations/wiki/cs.xml index 1493f7d8..4566a490 100644 --- a/translations/wiki/cs.xml +++ b/translations/wiki/cs.xml @@ -16,27 +16,8 @@ Výchozí adresář pro pravidelné ukládání je `/home/user/Downloads/SaveDes Chcete-li zadat jiný formát názvu souboru pro pravidelné ukládání než `Latest_configuration`, je to možné, a to i s mezerami. Od verze 2.9.6, nefunguje proměnná `{}`pro nastavení dnešního data, proto že je nyní při každém pravidelném ukládání přepsán původní soubor zálohy. Uložit nainstalované aplikace Flatpak a nainstalovat je ze seznamu Synchronizace mezi počítači v síti - ## Jak ji nastavit? - ### Co potřebujete? - **Na počítači 1:** -- ručně přiřazené IP adresy zařízení, které chcete synchronizovat, aby se IP adresa neměnila při každém zapnutí počítače. Je možné to nastavit prostřednictvím: - **Nastavení routeru:** - - [pro routery Asus](https://www.asus.com/support/FAQ/1000906/) - - [pro routery Tp-link](https://www.tp-link.com/us/support/faq/170/) - - [pro routery Tenda](https://www.tendacn.com/faq/3264.html) - - [pro routery Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - pokud výše uvedené routery nemáte, otevřete nastavení routeru (URL: [192.168.1.1](http://192.168.1.1) nebo příbuzné) a v části DHCP serveru vyhledejte něco ve tvaru "Manually assign an IP to the DHCP list" nebo "Static IP" apod. - **Balíčku `system-config-printer`:** - - pokud nechcete nastavovat IP adresu ručně z rozhraní routeru, máte tiskárnu a nainstalovaný balíček `system-config-printer`, zkontrolujte zda jste zaškrtli položku "Sdílené" kliknutím na kartu "Tiskárna" v záhlaví. Pokud ne, zaškrtněte ji a restartujte systém. [Zde](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) je snímek obrazovky, jak to má vypadat. - **Na počítači 2:** -- Zkontrolujte, zda jste připojeni ke stejné síti jako počítač 1. - ### Nastavení synchronizace v aplikaci SaveDesktop -Na počítači 1 a 2 otevřete aplikaci SaveDesktop a přepněte na stránku Synchronizovat. Na počítači 1 klikněte na tlačítko "Nastavit synchronizační soubor", vyberte synchronizační soubor (váš soubor pravidelného ukládání) a zvolte interval pravidelné synchronizace. Poté zkopírujte adresu URL pro synchronizaci a na počítači 2 klikněte na tlačítko "Připojit se k jinému počítači" a zadejte zkopírovanou adresu URL pro synchronizaci z počítače 1. - Pokud chcete synchronizovat konfiguraci desktopového prostředí z počítače 2 do počítače 1, postupujte stejně. - -**Aby se změny projevily, je nutné se odhlásit ze systému**. - ## Pravidelná synchronizace -Můžete si vybrat mezi následujícími položkami: + ### Pravidelná synchronizace +Můžete si vybrat mezi následujícími možnostmi: - Denně - Týdně (synchronizace probíhá každé úterý) - Měsíčně (synchronizace probíhá každý druhý den v měsíci) @@ -82,4 +63,111 @@ Ve verzi 3.3 bylo rozhraní mírně upraveno, konkrétně se nyní sekce pro pra Archiv bude uložen jako archiv ZIP (protože Tar nepodporuje funkci ochrany heslem), a pokud jej budete chtít rozbalit, budete vyzváni k zadání hesla, které jste použili při ukládání konfigurace. Totéž platí v případě importu konfigurace. Pokud jste heslo zapomněli, nebude možné archiv rozbalit a použít jej v procesu importu konfigurace. + + + + Online účty GNOME(pro prostředí GNOME, Cinnamon, COSMIC (Old) a Budgie) + + - Otevřete Nastavení prostředí GNOME + - Přejděte do části Online účty a vyberte službu cloudového disku. + + ![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png) + + + + Online účty GNOME + (pro prostředí GNOME, Cinnamon, COSMIC (Old) a Budgie) + + + - Otevřete Nastavení prostředí GNOME + - Přejděte do části Online účty a vyberte službu cloudového disku. + + ![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)

+
+ + - 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) + +
+
+ ## Nastavení synchronizace v aplikaci SaveDesktop +V prvním počítači: +1. Otevřete aplikaci SaveDesktop +2. Na stránce Synchronizace klikněte na tlačítko „Nastavit synchronizační soubor“ a poté na tlačítko „Změnit“. 3. Klikněte na tlačítko „Nastavit synchronizační soubor“. +3. 4. Klikněte na možnost „Periodické ukládání“ a vyberte složku, která je synchronizována s cloudovým úložištěm, jako složku pro pravidelné ukládání. +4. Pokud soubor pro pravidelné ukládání neexistuje, klikněte na tlačítko Vytvořit + + + + Rclone(pro jiná desktopová prostředí) + + - Instalace Rclone + ``` + sudo -v ; curl https://rclone.org/install.sh | sudo bash + ``` + + - Nastavte Rclone pomocí tohoto příkazu, který vytvoří složku cloudové jednotky, nastaví Rclone a připojí složku + ``` + mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & echo „Disk byl úspěšně připojen“ + ``` + * Namísto `your-cloud-drive-service` použijte název služby cloudového disku, například `drive` (pro Google Drive), `onedrive`, `dropbox` atd. + + - Povolte přístup k vytvořené složce v aplikaci [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal). + + + Rclone + (pro jiná desktopová prostředí) + + + - Nainstalujte Rclone + ``` + sudo -v ; curl https://rclone.org/install.sh | sudo bash + ``` + + - Nastavte Rclone pomocí tohoto příkazu, který vytvoří složku cloudové jednotky, nastaví Rclone a připojí složku + ``` + mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & echo „Disk byl úspěšně připojen“ + ``` + * Namísto `your-cloud-drive-service` použijte název služby cloudového disku, například `drive` (pro Google Drive), `onedrive`, `dropbox` atd. + + - Povolte přístup k vytvořené složce v aplikaci [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal). + +
+ + 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). +
+
+ V druhém počítači: +1. Otevřete aplikaci SaveDesktop +2. Přejděte na stránku Synchronizace a klikněte na tlačítko „Připojit ke cloudovému úložišti“. +3. Klikněte na tlačítko „Select cloud drive folder“ (Vybrat složku cloudové jednotky) a vyberte složku, která je synchronizována se stejným cloudovým úložištěm jako první počítač. +4. Vyberte interval pravidelné synchronizace, protože pokud ponecháte hodnotu Nikdy, synchronizace nebude fungovat. + +Chcete-li nastavit obousměrnou synchronizaci, ujistěte se, že máte v dialogovém okně „Připojit ke cloudovému úložišti“ na prvním počítači vybranou stejnou složku cloudového úložiště, zvolený interval periodické synchronizace a povolený přepínač „Obousměrná synchronizace“. + + #### Požadavky +- Na každém počítači, který chcete synchronizovat, musíte mít vytvořenou složku, která se bude synchronizovat s cloudovým úložištěm. To lze provést pomocí: diff --git a/translations/wiki/en.xml b/translations/wiki/en.xml index ec8ee560..c32cca62 100644 --- a/translations/wiki/en.xml +++ b/translations/wiki/en.xml @@ -21,20 +21,28 @@ It is possible to save a list of installed Flatpak applications installed in the ### Installing Flatpak applications from the list After importing the saved configuration file and logging back in, **the Flatpak applications will start installing in the background.** Synchronization between computers in the network - For synchronization your desktop environment configuration with other computers, you can use one of these options: #### Requirements - 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)

+ +
+ + 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) -
-
- Rclone

(for other desktop environments)

+
+
+ +
+ + Rclone +

(for other desktop environments)

+
- Install Rclone ``` @@ -48,7 +56,8 @@ After importing the saved configuration file and logging back in, **the Flatpak * 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). -
+
+
## Setting up synchronization in the SaveDesktop app On the first computer: 1. Open the SaveDesktop app @@ -63,7 +72,7 @@ On the first computer: 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. - ### Periodic synchronization + ### Periodic synchronization You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) diff --git a/translations/wiki/es.xml b/translations/wiki/es.xml index 5234ba69..771d7999 100644 --- a/translations/wiki/es.xml +++ b/translations/wiki/es.xml @@ -15,25 +15,6 @@ El directorio por defecto para guardar los periódicamente es `/home/user/Downlo ### Formato del archivo Si desea crear copias automáticas con otro nombre diferente a `Última_configuración`, ya es posible, incluso con espacios. Desde la versión 2.9.6, la variable `{}` no se admite para el día actual, dado que ahora todas las copias automáticas sobrescriben el archivo ya existente. Sincronización entre ordenadores de la red - ## ¿Cómo se configura? - ### ¿Qué necesitas? - **En el ordenador 1:** -- asigna manualmente las direcciones IP de los dispositivos que quieras sincronizar para que la dirección IP no cambie cada vez que se encienda el ordenador. Es posible configurarlo a través de: - **Configuración del router:** - - [para routers Asus](https://www.asus.com/support/FAQ/1000906/) - - [para routers Tp-link](https://www.tp-link.com/us/support/faq/170/) - - [para routers Tenda](https://www.tendacn.com/faq/3264.html) - - [para routers Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - si no tienes los routers mencionados, abre la configuración de tu router (URL: [192.168.1.1](http://192.168.1.1) o relacionadas) y busca en la sección del servidor DHCP algo en forma de "Asignar manualmente una IP a la lista DHCP" o "IP estática", etc. - **Paquete `system-config-printer`:** - - Si no desea asignar una IP manual al router y tiene una impresora instalada en su sistema, además del paquete `system-config-printer`, verifique que la opción "Compartida" está activada en el panel principal de la impresora. De lo contrario, active esta opción y reinicie el sistema. [Aquí](https://raw.githubusercontent.com/BennyBeat/SaveDesktop/1602010b7ef88f3fb0eb1010af33571f0c548eb3/translations/wiki/es-Printer.png) tiene una captura de pantalla con la configuración idónea. - **En el ordenador 2:** -- Compruebe si está conectado a la misma red que el ordenador 1. - ### Configurar la sincronización en la aplicación SaveDesktop -En los ordenadores 1 y 2, abra la aplicación SaveDesktop y vaya a la página Sincronización. En el ordenador 1, haga clic en el botón "Configurar el archivo de sincronización", seleccione el archivo de sincronización (su archivo de guardado periódico) y seleccione un intervalo de sincronización periódica. A continuación, copie la URL para la sincronización y, en el ordenador 2, haga clic en el botón "Conectar con otro ordenador" e introduzca la URL copiada para la sincronización desde el ordenador 1. - Si desea sincronizar el entorno de escritorio del ordenador 2 al 1, los pasos son los mismos. - -**Es necesario cerrar y volver a abrir la sesión para aplicar los cambios** ## Sincronización periódica Puede elegir entre los siguientes elementos: - Diariamente @@ -82,4 +63,76 @@ En la versión 3.3, la interfaz ha sido ligeramente modificada, en concreto, la El archivo se guardará como un archivo ZIP (porque Tar no soporta la función de protección por contraseña), y si desea extraerlo, se le pedirá que introduzca la contraseña que utilizó en el proceso de guardar la configuración. Lo mismo ocurre en el caso de la importación de la configuración. Si olvida la contraseña, no será posible extraer el archivo y utilizarlo en el proceso de importación de la configuración. + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: diff --git a/translations/wiki/fr.xml b/translations/wiki/fr.xml index bf722801..4b35749d 100644 --- a/translations/wiki/fr.xml +++ b/translations/wiki/fr.xml @@ -16,25 +16,6 @@ Default directory for periodic saving is `/home/user/Downloads/SaveDesktop/archi If you want to give periodic backup files names other than `config_{}`, you can set the filename format. The default name, as already mentioned, is `config_{}`. `{}` is a variable in SaveDesktop that sets the today date. If it's not there and the day of backup creation comes and a backup file with the filename format set by your filename format exists, SaveDesktop overwrites it with the new backup file. Otherwise, SaveDesktop creates a new backup file. Synchronization between computers in the network - ## How to set it up? - ### What do you need? - **On computer 1:** -- manually assign the IP addresses of your devices that you want to sync so that the IP address does not change every time the computer is turned on. It is possible to set it via: - **Router settings:** - - [for Asus routers](https://www.asus.com/support/FAQ/1000906/) - - [for Tp-link routers](https://www.tp-link.com/us/support/faq/170/) - - [for Tenda routers](https://www.tendacn.com/faq/3264.html) - - [for Netgear routers](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - if you don't have the above routers, open your router settings (URL: [192.168.1.1](http://192.168.1.1) or related) and search in the DHCP server section something in the shape of "Manually assign an IP to the DHCP list" or "Static IP", etc. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and have installed `system-config-printer` package, check if you ticked the option "Shared" by clicking the Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **On computer 2:** -- Check if you are connected to the same network as computer 1. - ### Set synchronization in the SaveDesktop app -On computer 1 and 2, open the SaveDesktop application and switch to the Sync page. On computer 1, click on the button "Set up the sync file", select the synchronization file, and select a periodic synchronization interval. Then copy the URL for synchronization, and on computer 2, click on the button "Connect with other computer" and enter the copied URL for synchronization from computer 1. - If you want to sync the DE configuration from computer 2 to computer 1, follow the same procedure. - -**For the changes to take effect, it is necessary to logout of the system** ## Periodic synchronization You can choose between the following items: - Daily @@ -85,4 +66,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + diff --git a/translations/wiki/hi.xml b/translations/wiki/hi.xml index 9e555d57..f64fea1b 100644 --- a/translations/wiki/hi.xml +++ b/translations/wiki/hi.xml @@ -15,25 +15,6 @@ ### फाइलनाम प्रारूप यदि आप `Latest_configuration` के अलावा आवधिक सहेजी गयी फाइलों के लिए फाइल नाम प्रारूप देना चाहते हैं, तो रिक्त स्थान के साथ भी यह संभव है। संस्करण 2.9.6 के बाद से, चर `{}` आज की तारीख निर्धारित करने के लिए काम नहीं करता है क्योंकि अब, प्रत्येक आवधिक सहेजने में, मूल बैकअप फाइल अधिलिखित हो जाती है। नेटवर्क में कंप्यूटरों के बीच समन्वयन - ## इसे कैसे स्थापित करें? - ### आपकी क्या आवश्यकता है? - **कंप्यूटर 1 पर:** -- अपने उपकरण के IP पते को मैन्युअल रूप से निर्दिष्ट करें जिन्हें आप समन्वयित करना चाहते हैं ताकि हर बार कंप्यूटर चालू होने पर IP पता न बदले। इसे इसके माध्यम से निर्धारित करना संभव है: - **राउटर सेटिंग्स:** - - [Asus राउटर्स के लिए](https://www.asus.com/support/FAQ/1000906/) - - [TP-Link राउटर के लिए](https://www.tp-link.com/us/support/faq/170/) - - [Tenda राउटर्स के लिए](https://www.tendacn.com/faq/3264.html) - - [NetGear राउटर्स के लिए](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - यदि आपके पास उपरोक्त राउटर नहीं हैं, तो अपनी राउटर सेटिंग्स खोलें (URL: [192.168.1.1](http://192.168.1.1) या संबंधित) और DHCP सर्वर अनुभाग में "मैन्युअल रूप से DHCP सूची में एक IP असाइन करें" या "स्टेटिक IP", आदि के आकार में कुछ खोजें। - **`system-config-printer` पैकेज:** - - यदि आप राउटर इंटरफ़ेस से मैन्युअल रूप से IP पता निर्धारित नहीं करना चाहते हैं, और यदि आपके पास एक प्रिंटर है और आपने `system-config-printer` पैकेज स्थापित किया है, तो जांचें कि क्या आपने प्रिंटर टैब पर क्लिक करके "साझा" विकल्प पर टिक लगाया है या नहीं शीर्षलेख पट्टी पर. यदि नहीं, तो कृपया इसे टिक करें और सिस्टम को रीबूट करें। [यहां](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) एक स्क्रीनशॉट है, यह कैसा दिखना चाहिए ।। - **कंप्यूटर 2 पर:** -- जांचें कि क्या आप कंप्यूटर के समान नेटवर्क से जुड़े हैं 1। - ### SaveDesktop ऐप में समन्वयन निर्धारित करें -कंप्यूटर 1 और 2 पर, SaveDesktop अनुप्रयोग खोलें और समन्वयन पेज पर स्विच करें। कंप्यूटर 1 पर, "समन्वयन फाइल निर्धारित करें" बटन पर क्लिक करें, समन्वयन फाइल (आपकी आवधिक बचत फाइल) का चयन करें, और एक आवधिक समन्वयन अंतराल का चयन करें। फिर समन्वयन के लिए URL कॉपी करें, और कंप्यूटर 2 पर, "अन्य कंप्यूटर से जुड़ें" बटन पर क्लिक करें और कंप्यूटर 1 से समन्वयन के लिए कॉपी किया गया URL दर्ज करें। - यदि आप DE विन्यास को कंप्यूटर 2 से कंप्यूटर 1 में समन्वयित करना चाहते हैं, तो उसी प्रक्रिया का पालन करें। - -**परिवर्तनों को प्रभावी बनाने के लिए, सिस्टम से लॉगआउट करना आवश्यक है** ## आवधिक समन्वयन आप निम्नलिखित वस्तुओं के बीच चयन कर सकते हैं: - दैनिक @@ -82,4 +63,76 @@ पुरालेख को ZIP पुरालेख के रूप में सहेजा जाएगा (क्योंकि Tar पासवर्ड सुरक्षा सुविधा का समर्थन नहीं करता है), और यदि आप इसे निष्कर्षित करना चाहते हैं, तो आपसे वह पासवर्ड दर्ज करने के लिए कहा जाएगा जिसका उपयोग आपने विन्यास सहेजने की प्रक्रिया में किया था। विन्यास आयात के मामले में भी यही बात लागू होती है। यदि आप पासवर्ड भूल गए हैं, तो पुरालेख निष्कर्षण और विन्यास आयात प्रक्रिया में इसका उपयोग करना संभव नहीं होगा। + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: diff --git a/translations/wiki/hu.xml b/translations/wiki/hu.xml index 4335d9e5..baa76b7c 100644 --- a/translations/wiki/hu.xml +++ b/translations/wiki/hu.xml @@ -16,25 +16,6 @@ Az időszakos mentések alapértelmezett könyvtára a `/home/user/Letöltések/ Ha más nevet akarsz adni a mentéseknek, mint `config_{}`, beállíthatod a fájlnév formátumot. Az alapértelmezett név a fent említett `config_{}`. A `{}` egy változó a SaveDesktop alkalmazásban, amely a mai dátumot állítja be. Ha ez a változó nincs a fájlnévben, elérkezik a biztonsági mentés napja és egy biztonsági mentés már létezik a beállított fájlnévvel, az alkalmazás felülírja a meglévőt az új biztonsági mentéssel. Egyébként, új biztonsági mentés fájlt hoz létre az alkalmazás. Azonos hálózaton lévő számítógépek szinkronizálása - ## Hogyan állítsd be? - ### Mire lesz szükséged? - **On computer 1:** -- a szinkronizálni kívánt eszközökhöz manuálisan hozzárendelt IP címek, amely biztosítja, hogy az IP cím nem változik meg minden alkalommal, amikor a számítógépet bekapcsolod. It is possible to set it via: - **Router settings:** - - [Asus router esetén](https://www.asus.com/support/FAQ/1000906/) - - [Tp-link router esetén](https://www.tp-link.com/us/support/faq/170/) - - [Tenda router esetén](https://www.tendacn.com/faq/3264.html) - - [Netgear router esetén](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - más márkák esetén, nyisd meg a router admin oldalát (URL: [192.168.1.1](http://192.168.1.1) or related) és a DHCP szerver résznél keress az alábbiakhoz hasonló beállításokat, mint "IP manuális hozzárendelése DHCP listához" vagy "Statikus IP", stb. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and have installed `system-config-printer` package, check if you ticked the option "Shared" by clicking the Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **On computer 2:** -- Check if you are connected to the same network as computer 1. - ### Állítsa be a szinkronizálást a SaveDesktop alkalmazásban -Az 1-es és a 2-es számítógépen nyisd meg a SaveDesktop alkalmazást és válts a Szinkronizálás oldalra. Az 1-es számítógépen kattints a "Szinkronizálási fájl beállítása" gombra, válaszd ki a szinkronizálási fájlt és az időszakos szinkronizálási intervallumot. Ezután másoljd ki az URL-t a szinkronizáláshoz, majd a 2-es számítógépen kattints a "Csatlakozás másik számítógéppel" gombra és írd be a kimásolt URL-t az 1-es számítógépről történő szinkronizáláshoz. - Ha szinkronizálni szeretnéd az asztali környezet konfigurációját a 2-es számítógépről az 1-es számítógépre, kövesd ugyanezt az eljárást. - -**A módosítások életbe lépéséhez ki kell jelentkezni a rendszerből** ## Időszakos szinkronizálás Az alábbi tételek közül választhatsz: - Naponta @@ -84,4 +65,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: diff --git a/translations/wiki/it.xml b/translations/wiki/it.xml index 959b1271..06e7a5f6 100644 --- a/translations/wiki/it.xml +++ b/translations/wiki/it.xml @@ -15,25 +15,6 @@ La directory predefinita per il salvataggio periodico è "/home/user/Downloads/S ### Formato del nome file Se vuoi dare un formato di nome file per il salvataggio periodico dei file diverso da "Ultima_configurazione", è possibile, anche con gli spazi. Dalla versione 2.9.6, la variabile `{}` non funziona per impostare la data odierna perché ora, ad ogni salvataggio periodico, il file di backup originale viene sovrascritto. Sincronizzazione tra computer in rete - ## Come configurarlo? - ### Di cosa hai bisogno? - **Sul computer 1:** -- assegna manualmente gli indirizzi IP dei tuoi dispositivi che desideri sincronizzare in modo che l'indirizzo IP non cambi ogni volta che accendi il computer. E' possibile impostarlo tramite: - **Impostazioni del router:** - - [per router Asus](https://www.asus.com/support/FAQ/1000906/) - - [per router Tp-link](https://www.tp-link.com/us/support/faq/170/) - - [per router Tenda](https://www.tendacn.com/faq/3264.html) - - [per router Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - se non disponi dei router sopra indicati, apri le impostazioni del router (URL: [192.168.1.1](http://192.168.1.1) o correlato) e cerca nella sezione del server DHCP qualcosa sotto forma di "Assegna manualmente un IP nell'elenco DHCP" o "IP statico", ecc. - **`system-config-printer` package:** - - se non vuoi impostare manualmente l'indirizzo IP dall'interfaccia del router e se hai una stampante e hai installato il pacchetto `system-config-printer`, controlla di aver selezionato l'opzione "Condivisa" facendo clic sulla scheda Stampante nella barra dell'intestazione. In caso contrario, spuntala e riavvia il sistema. [Qui](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) è uno screenshot di come dovrebbe essere. - **Sul computer 2:** -- Controlla se sei connesso alla stessa rete del computer 1. - ### Impostare la sincronizzazione nell'app SaveDesktop -Sui computer 1 e 2, apri l'applicazione SaveDesktop e passa alla pagina di sincronizzazione. Sul computer 1, fai clic sul pulsante "Imposta il file di sincronizzazione", seleziona il file di sincronizzazione (il tuo file di salvataggio periodico) e seleziona un intervallo di sincronizzazione periodica. Quindi copia l'URL per la sincronizzazione e, sul computer 2, fai clic sul pulsante "Connetti con un altro computer" e inserisci l'URL copiato per la sincronizzazione dal computer 1. - Se desideri sincronizzare la configurazione DE dal computer 2 al computer 1, segui la stessa procedura. - -**Affinché le modifiche abbiano effetto è necessario disconnettersi dal sistema** ## Sincronizzazione periodica Puoi scegliere tra i seguenti articoli: - Quotidiano @@ -82,4 +63,76 @@ Nella versione 3.3 l'interfaccia è stata leggermente modificata, nello specific L'archivio verrà salvato come archivio ZIP (perché Tar non supporta la funzione di protezione tramite password) e, se desideri estrarlo, ti verrà chiesto di inserire la password che hai utilizzato nel processo di configurazione del salvataggio. Lo stesso vale in caso di importazione della configurazione. Se si dimentica la password non sarà possibile estrarre l'archivio ed utilizzarlo nel processo di importazione della configurazione. + #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
diff --git a/translations/wiki/nl.xml b/translations/wiki/nl.xml index 8dd52a22..3e606e49 100644 --- a/translations/wiki/nl.xml +++ b/translations/wiki/nl.xml @@ -16,25 +16,6 @@ Default directory for periodic saving is `/home/user/Downloads/SaveDesktop/archi If you want to give periodic backup files names other than `config_{}`, you can set the filename format. The default name, as already mentioned, is `config_{}`. `{}` is a variable in SaveDesktop that sets the today date. If it's not there and the day of backup creation comes and a backup file with the filename format set by your filename format exists, SaveDesktop overwrites it with the new backup file. Otherwise, SaveDesktop creates a new backup file. Synchronization between computers in the network - ## How to set it up? - ### What do you need? - **On computer 1:** -- manually assign the IP addresses of your devices that you want to sync so that the IP address does not change every time the computer is turned on. It is possible to set it via: - **Router settings:** - - [for Asus routers](https://www.asus.com/support/FAQ/1000906/) - - [for Tp-link routers](https://www.tp-link.com/us/support/faq/170/) - - [for Tenda routers](https://www.tendacn.com/faq/3264.html) - - [for Netgear routers](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - if you don't have the above routers, open your router settings (URL: [192.168.1.1](http://192.168.1.1) or related) and search in the DHCP server section something in the shape of "Manually assign an IP to the DHCP list" or "Static IP", etc. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and have installed `system-config-printer` package, check if you ticked the option "Shared" by clicking the Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **On computer 2:** -- Check if you are connected to the same network as computer 1. - ### Set synchronization in the SaveDesktop app -On computer 1 and 2, open the SaveDesktop application and switch to the Sync page. On computer 1, click on the button "Set up the sync file", select the synchronization file, and select a periodic synchronization interval. Then copy the URL for synchronization, and on computer 2, click on the button "Connect with other computer" and enter the copied URL for synchronization from computer 1. - If you want to sync the DE configuration from computer 2 to computer 1, follow the same procedure. - -**For the changes to take effect, it is necessary to logout of the system** ## Periodic synchronization You can choose between the following items: - Daily @@ -85,4 +66,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + + 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)

+
+ + - 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) + +
+
+ ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + #### Requirements +- 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: diff --git a/translations/wiki/pt.xml b/translations/wiki/pt.xml index 26303f6e..51467868 100644 --- a/translations/wiki/pt.xml +++ b/translations/wiki/pt.xml @@ -22,25 +22,6 @@ Default directory for periodic saving is `/home/user/Downloads/SaveDesktop/archi - Se "Mensalmente" for selecionado, o SaveDesktop faz uma cópia no primeiro dia do mês, ex. 1 Maio, 1 Junho, 1 Dezembro, etc. Tal como "Semanalmente", se o computador não estiver a correr nesse dia, o SaveDesktop não o fará no dia seguinte. - **Nunca**: - Nada acontece
- ## Como configurar? - ### What do you need? - **On computer 1:** -- manually assign the IP addresses of your devices that you want to sync so that the IP address does not change every time the computer is turned on. It is possible to set it via: - **Router settings:** - - [for Asus routers](https://www.asus.com/support/FAQ/1000906/) - - [for Tp-link routers](https://www.tp-link.com/us/support/faq/170/) - - [for Tenda routers](https://www.tendacn.com/faq/3264.html) - - [for Netgear routers](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - if you don't have the above routers, open your router settings (URL: [192.168.1.1](http://192.168.1.1) or related) and search in the DHCP server section something in the shape of "Manually assign an IP to the DHCP list" or "Static IP", etc. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and have installed `system-config-printer` package, check if you ticked the option "Shared" by clicking the Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **On computer 2:** -- Check if you are connected to the same network as computer 1. - ### Set synchronization in the SaveDesktop app -On computer 1 and 2, open the SaveDesktop application and switch to the Sync page. On computer 1, click on the button "Set up the sync file", select the synchronization file (your periodic saving file), and select a periodic synchronization interval. Then copy the URL for synchronization, and on computer 2, click on the button "Connect with other computer" and enter the copied URL for synchronization from computer 1. - If you want to sync the DE configuration from computer 2 to computer 1, follow the same procedure. - -**For the changes to take effect, it is necessary to logout of the system** ## Periodic synchronization You can choose between the following items: - Daily @@ -91,4 +72,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + + 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)

+
+ + - 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) + +
+
+ ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + #### Requirements +- 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: diff --git a/translations/wiki/pt_BR.xml b/translations/wiki/pt_BR.xml index 351aeb6a..c76d2b00 100644 --- a/translations/wiki/pt_BR.xml +++ b/translations/wiki/pt_BR.xml @@ -21,25 +21,6 @@ O diretório padrão para o salvamento periódico é `/home/user/Downloads/SaveD ### Instalar aplicativos Flatpak a partir da lista Após importar o arquivo de configuração salvo e logar de volta no sistema, **os aplicativos Flatpak começarão a ser instalados em segundo plano.** Sincronização entre computadores na rede - ## Como configurar? - ### Quais as suas necessidades? - **No computador 1:** -- atribua manualmente o endereço IP dos seus dispositivos que você deseja sincronizar de modo que o endereço IP deles não mude toda ver que o computador for ligado. É possível definir isso por meio de: - **Configurações do roteador:** - - [para roteadores Asus](https://www.asus.com/support/FAQ/1000906/) - - [para roteadores Tp-link](https://www.tp-link.com/us/support/faq/170/) - - [para roteadores Tenda](https://www.tendacn.com/faq/3264.html) - - [para roteadores Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - se você não tiver um dos roteadores acima, abra as configurações do seu roteador (URL: [192.168.1.1](http://192.168.1.1) ou similar) e busque na seção de servidor DHCP por algo como "Atribuir manualmente um IP para a lista DHCP" ou "IP Estático", etc. - **pacote `system-config-printer`:** - - se você não quiser atribuir o endereço de IP manualmente por meio da interface do roteador, e tiver uma impressora e tiver instalado o pacote `system-config-printer`, confira se você marcou a opção "Compartilhada" clicando na aba Impressora na barra de cabeçalho. Se não, por favor marque e reinicie o sistema. [Aqui](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) está uma captura de tela mostrando como deve estar. - **No computador 2:** -- Confira se você está conectado na mesma rede que o computador 1. - ### Definir sincronização no aplicativo SaveDesktop -Nos computadores 1 e 2, abra o aplicativo SaveDesktop e mude para a página Sincronizar. No computador 1, clique no botão "Configurar o arquivo de sincronização", escolha o arquivo de sincronização (seu arquivo de salvamento periódico), e escolha um intervalo de sincronização periódica. Então copie a URL para sincronização e, no computador 2, clique no botão "Conectar-se com outro computador" e insira a URL para sincronização copiada do computador 1. - Se você deseja sincronizar a configuração de ambiente de área de trabalho do computador 2 para o computador 1, realize o mesmo procedimento. - -**Para que as alterações tenham efeito, é necessário encerrar a sessão no sistema** ## Sincronização periódica Você pode escolher entre as seguintes opções: - Diariamente @@ -84,4 +65,76 @@ Se você esquecer a senha, não conseguirá extrair o arquivo e usá-lo no proce > 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. ## Como configurar? 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. + #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
diff --git a/translations/wiki/ru.xml b/translations/wiki/ru.xml index b6a59807..6a0ec371 100644 --- a/translations/wiki/ru.xml +++ b/translations/wiki/ru.xml @@ -15,25 +15,6 @@ ### Формат имени файла Если вы хотите задать формат имени файла для периодического сохранения файлов, отличный от `Latest_configuration`, это возможно, даже с пробелами. Начиная с версии 2.9.6, переменная `{}` не работает для установки сегодняшней даты, поскольку теперь при каждом периодическом сохранении исходный файл резервной копии перезаписывается. Синхронизация между компьютерами в сети - ## Как это настроить? - ### Что вам нужно? - **На компьютере 1:** -- вручную назначьте IP-адреса ваших устройств, которые вы хотите синхронизировать, чтобы IP-адрес не менялся каждый раз при включении компьютера. Установить его можно через: - **Настройки роутера:** - - [для роутеров Asus](https://www.asus.com/ru/support/faq/1000906/) - - [для роутеров Tp-link](https://www.tp-link.com/ru/support/faq/170/) - - [для роутеров Tenda](https://www.tendacn.com/faq/3264.html) - - [для роутеров Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - если у вас нет вышеуказанных маршрутизаторов, откройте настройки маршрутизатора (URL: [192.168.1.1](http://192.168.1.1) или аналогичный) и найдите в разделе DHCP-сервера что-то вроде "Назначить вручную IP в список DHCP" или "Статический IP" и т. д. - **пакет `system-config-printer`:** - - если вы не хотите устанавливать IP-адрес вручную из интерфейса роутера, и если у вас есть принтер и установлен пакет `system-config-printer`, проверьте, отметили ли вы опцию "Общий", щелкнув вкладку "Принтер" на панели заголовка. Если нет, отметьте его и перезагрузите систему. [Здесь](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) — скриншот, как это должно выглядеть. - **На компьютере 2:** -- Проверьте, подключены ли вы к той же сети, что и компьютер 1. - ### Установите синхронизацию в приложении SaveDesktop -На компьютерах 1 и 2 откройте приложение SaveDesktop и переключитесь на страницу синхронизации. На компьютере 1 нажмите кнопку "Настроить файл синхронизации", выберите файл синхронизации (ваш файл периодического сохранения) и выберите интервал периодической синхронизации. Затем скопируйте URL для синхронизации, а на компьютере 2 нажмите кнопку "Подключиться к другому компьютеру" и введите скопированный URL для синхронизации с компьютера 1. - Если вы хотите синхронизировать конфигурацию DE с компьютера 2 на компьютер 1, выполните ту же процедуру. - -**Чтобы изменения вступили в силу необходимо выйти из системы** ## Периодическая синхронизация Вы можете выбрать между следующими вариантами: - Ежедневно @@ -82,4 +63,76 @@ Архив будет сохранен в виде ZIP-архива (поскольку Tar не поддерживает функцию защиты паролем), и если вы захотите его извлечь, вам будет предложено ввести пароль, который вы использовали в процессе сохранения конфигурации. То же самое относится и к импорту конфигурации. Если вы забыли пароль, извлечь архив и использовать его в процессе импорта конфигурации будет невозможно. + #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
diff --git a/translations/wiki/tr.xml b/translations/wiki/tr.xml index df1b07df..5614615d 100644 --- a/translations/wiki/tr.xml +++ b/translations/wiki/tr.xml @@ -15,25 +15,6 @@ Periyodik kayıtta varsayılan kaydetme dizini `/home/user/Downloads/SaveDesktop ### Dosya adı formatı If you want to give a filename format for periodic saving files other than `Latest_configuration`, it is possible, even with spaces. Since version 2.9.6, variable `{}` doesn't work for setting the today date because now, in every periodic saving, the original backup file is overwritten. Synchronization between computers in the network - ## How to set it up? - ### What do you need? - **On computer 1:** -- manually assign the IP addresses of your devices that you want to sync so that the IP address does not change every time the computer is turned on. It is possible to set it via: - **Router settings:** - - [for Asus routers](https://www.asus.com/support/FAQ/1000906/) - - [for Tp-link routers](https://www.tp-link.com/us/support/faq/170/) - - [for Tenda routers](https://www.tendacn.com/faq/3264.html) - - [for Netgear routers](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - if you don't have the above routers, open your router settings (URL: [192.168.1.1](http://192.168.1.1) or related) and search in the DHCP server section something in the shape of "Manually assign an IP to the DHCP list" or "Static IP", etc. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and have installed `system-config-printer` package, check if you ticked the option "Shared" by clicking the Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **On computer 2:** -- Check if you are connected to the same network as computer 1. - ### Set synchronization in the SaveDesktop app -On computer 1 and 2, open the SaveDesktop application and switch to the Sync page. On computer 1, click on the button "Set up the sync file", select the synchronization file (your periodic saving file), and select a periodic synchronization interval. Then copy the URL for synchronization, and on computer 2, click on the button "Connect with other computer" and enter the copied URL for synchronization from computer 1. - If you want to sync the DE configuration from computer 2 to computer 1, follow the same procedure. - -**For the changes to take effect, it is necessary to logout of the system** ## Periodic synchronization You can choose between the following items: - Daily @@ -84,4 +65,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: diff --git a/translations/wiki/uk.xml b/translations/wiki/uk.xml index 7bde96cb..e39a37b3 100644 --- a/translations/wiki/uk.xml +++ b/translations/wiki/uk.xml @@ -15,25 +15,6 @@ ### Формат назви файлу Якщо ви хочете надати формат імені файлу для періодичного збереження файлів, відмінний від `Latest_configuration`, це можливо, навіть з пробілами. Починаючи з версії 2.9.6, змінна `{}` не працює для встановлення поточної дати, оскільки тепер під час кожного періодичного збереження вихідний файл резервної копії перезаписується. Синхронізація між комп'ютерами в мережі - ## Як налаштувати? - ### Що вам потрібно? - **На комп'ютері 1:** -- вручну призначте IP-адреси ваших пристроїв, які ви хочете синхронізувати, щоб IP-адреса не змінювалася при кожному включенні комп'ютера. Це можливо налаштувати через: - **Router settings:** - - [для роутерів Asus](https://www.asus.com/support/FAQ/1000906/) - - [для роутерів Tp-link](https://www.tp-link.com/us/support/faq/170/) - - [для роутерів Tenda](https://www.tendacn.com/faq/3264.html) - - [для роутерів Netgear](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - якщо у вас немає перерахованих вище роутерів, відкрийте налаштування роутера (URL: [192.168.1.1](http://192.168.1.1) або пов'язані з ними) і шукайте в розділі DHCP сервера щось у формі «Вручну призначити IP списку DHCP» або «Статичний IP» і т.д. - **`system-config-printer` package:** - - if you don't want to set the IP address manually from the router interface, and if you have a printer and installed `system-config-printer` package, check if you ticked the option "Shared" by clicking Printer tab on the header bar. If not, please tick it and reboot the system. [Here](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) is a screenshot, what it's supposed to look like. - **На комп'ютері 2:** -- Перевірте, чи під'єднані ви тієї мережі, що і комп'ютер 1. - ### Встановити синхронізацію в додатку SaveDesktop -На комп'ютерах 1 і 2 відкрийте додаток SaveDesktop і перейдіть на сторінку «Синхронізувати». На комп'ютері 1 натисніть кнопку «Налаштувати файл синхронізації», виберіть файл синхронізації і виберіть періодичний інтервал синхронізації. Потім скопіюйте URL для синхронізації і на комп'ютері 1, натисніть на кнопку «З'єднатися з іншим комп'ютером» і введіть скопійований URL для синхронізації з комп'ютера 1. - Якщо ви хочете синхронізувати конфігурацію середовища стільниці з комп'ютера 2 з комп'ютером 1, виконайте ту ж процедуру. - -**Щоб зміни набули чинності, необхідно вийти з системи** ## Періодична синхронізація Ви можете вибрати один з наступних пунктів: - Щодня @@ -84,4 +65,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + #### Requirements +- 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: + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
diff --git a/translations/wiki/zh_Hans.xml b/translations/wiki/zh_Hans.xml index 6a4a7dc7..c6650c31 100644 --- a/translations/wiki/zh_Hans.xml +++ b/translations/wiki/zh_Hans.xml @@ -15,25 +15,6 @@ ### 文件名格式 如果您不想用`Latest_configuration`这一文件名,而使用一种文件名格式,这其实也是可行的,甚至可以包含空格。 自2.9.6版本之后,变量`{}`不再为当前日期进行设置,因为在定期备份中,原始备份将被覆盖。 通过网络在不同计算机中同步 - ## 如何设置? - ### 您有什么需求? - **在计算机1上:** -- 手动设置您想同步的设备的IP地址,以便每次启动时,IP地址不会发生变化。您可通过以下方式进行设置: - **路由器设置** - - [Asus路由器](https://www.asus.com/support/FAQ/1000906/) - - [Tp-link路由器](https://www.tp-link.com/us/support/faq/170/) - - [Tenda路由器](https://www.tendacn.com/faq/3264.html) - - [Netgear路由器](https://kb.netgear.com/25722/How-do-I-reserve-an-IP-address-on-my-NETGEAR-router) - - 如果您没有以上路由器,请打开您的路由器设置界面(URL: [192.168.1.1](http://192.168.1.1)或类似地址)然后搜索DHCP服务器部分,看是否有类似“手动设置IP地址至DHCP列表”或“静态IP”等。 - **关于`system-config-printer`包:** - - 如果您不想从路由器界面手动设置IP地址,并且您有连接打印机,且安装过`system-config-printer`包,请检查是否勾选了“共享”选项,您可从标题栏点击打印机选项卡以查看。如果您没有勾选,请勾选上它,并重启系统。[这里](https://github-production-user-asset-6210df.s3.amazonaws.com/83600218/272054218-ff17c19b-98f5-41fe-8f34-40de275f0da4.png) 有一张实例截图. - **在计算机2上:** -- 请检查此设备是否已与计算机1同处一个局域网内。 - ### 在SaveDesktop应用中设置同步 -在计算机1和2上同时打开SaveDesktop应用,并切换至同步页面。在计算机1上点击“配置同步文件,并选择同步文件(您的定期存档文件),并选择一个定期同步间隔。接着复制同步URL,到计算机2上,点击“连接至其他计算机”并填入从计算机1上复制好的URL。 - 如果您想从计算机2同步桌面环境配置至计算机1,也是相同的步骤。 - -**您需要注销以生效** ## 定期同步 您可从以下方案中选择: - 每日 @@ -84,4 +65,76 @@ In the 3.3 version, the interface has been slightly modified, specifically, peri 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. If you forgot the password, it will not possible to extract the archive and use it in the importing configuration process. + ## Setting up synchronization in the SaveDesktop app +On the first computer: +1. Open the SaveDesktop app +2. On the Sync page, click on the "Set up the sync file" button and then on the "Change" button +3. Click on "Periodic saving" and select the folder that is synchronized with your cloud storage as a periodic saving folder +4. If the periodic saving file does not exist, click on the Create button + + 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)

+
+ + - 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). +
+
+ On the second computer: +1. Open the SaveDesktop app +2. Go to the Sync page and click the "Connect to the cloud storage" button. +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. +4. Select the periodic synchronization interval, because if you leave that to Never, the synchronization doesn't work. + +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. + + + 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)

+
+ + - 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) + +
+
+ #### Requirements +- 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: