From 6c3cf3f37c7012918937d4efd221eae14bf8c23e Mon Sep 17 00:00:00 2001 From: vikdevelop Date: Wed, 4 Sep 2024 21:48:08 +0200 Subject: [PATCH] update page about Synchronization --- index.html | 9 +++- wiki/synchronization/ca.md | 88 ++++++++++++++++++------------- wiki/synchronization/cs.md | 83 ++++++++++++++++++----------- wiki/synchronization/en.md | 80 ++++++++++++++++------------ wiki/synchronization/es.md | 92 ++++++++++++++++++++------------- wiki/synchronization/fr.md | 79 ++++++++++++++++------------ wiki/synchronization/hi.md | 87 ++++++++++++++++++------------- wiki/synchronization/hu.md | 83 +++++++++++++++++------------ wiki/synchronization/it.md | 91 ++++++++++++++++++++------------ wiki/synchronization/nl.md | 79 ++++++++++++++++------------ wiki/synchronization/pt.md | 81 +++++++++++++++++------------ wiki/synchronization/pt_BR.md | 91 ++++++++++++++++++-------------- wiki/synchronization/ru.md | 89 ++++++++++++++++++------------- wiki/synchronization/tr.md | 82 +++++++++++++++++------------ wiki/synchronization/uk.md | 86 +++++++++++++++++------------- wiki/synchronization/zh_Hans.md | 90 ++++++++++++++++++-------------- 16 files changed, 772 insertions(+), 518 deletions(-) diff --git a/index.html b/index.html index 1bc1ec13..32c19e43 100644 --- a/index.html +++ b/index.html @@ -36,18 +36,25 @@

SaveDesktop

Save your desktop configuration

-

Try SaveDesktop 3.4 Beta →

+

Flathub Stable

Download on Flathub +
+

Flathub Beta

+ flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo && flatpak install flathub-beta io.github.vikdevelop.SaveDesktop
+

Snap (Stable & Beta)


Get it from the Snap Store
diff --git a/wiki/synchronization/ca.md b/wiki/synchronization/ca.md index 3656e9ea..2725c96c 100644 --- a/wiki/synchronization/ca.md +++ b/wiki/synchronization/ca.md @@ -1,39 +1,55 @@ # 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 -- Setmanalment (la sincronització es duu a terme cada dimarts) -- Mensualment (la sincronització es duu a terme el segon dia de cada mes) -- Manualment (és possible realitzar la sincronització en qualsevol moment des del menú principal en fer clic als tres punts) -- Mai (no es duu a terme cap canvi) - - +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} diff --git a/wiki/synchronization/cs.md b/wiki/synchronization/cs.md index 38dd79d8..d24aa5a8 100644 --- a/wiki/synchronization/cs.md +++ b/wiki/synchronization/cs.md @@ -1,40 +1,61 @@ # 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. +#### 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í: + +
+ + 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) + +
+ +
+ + 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). +
- **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: +## 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. 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 + +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“. + +### 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) - Ručně (je možné synchronizovat konfiguraci z menu v záhlaví kliknutím na tři tečky) - Nikdy (nic se neděje) - - {% include footer.html %} diff --git a/wiki/synchronization/en.md b/wiki/synchronization/en.md index 2132d90f..4a649f91 100644 --- a/wiki/synchronization/en.md +++ b/wiki/synchronization/en.md @@ -1,40 +1,56 @@ # 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: +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) - Monthly (synchronization takes place every second day in the month) - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - {% include footer.html %} + diff --git a/wiki/synchronization/es.md b/wiki/synchronization/es.md index 0aab677d..9a9e8d33 100644 --- a/wiki/synchronization/es.md +++ b/wiki/synchronization/es.md @@ -1,39 +1,61 @@ # 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. - -### Configuración de 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: +#### Requisitos +- Debes tener una carpeta creada que se sincronice con tu almacenamiento en la nube en cada ordenador que quieras sincronizar. Esto se puede hacer usando: + +
+ + Cuentas en línea de GNOME +

(para entornos de escritorio GNOME, Cinnamon, COSMIC (antiguo) y Budgie)

+
+ + - Abrir la configuración de GNOME + - Vaya a la sección Cuentas en línea y seleccione su servicio de unidad en la nube + + ![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png) + +
+ +
+ + Rclone +

(para otros entornos de escritorio)

+
+ + - Instalar Rclone + ``` + sudo -v ; curl https://rclone.org/install.sh | sudo bash + ``` + + - Configurar Rclone usando este comando, que crea la carpeta de la unidad de la nube, configura Rclone y monta la carpeta + ``` + mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode escribe & echo "La unidad ha sido montada correctamente" + ``` + * En lugar de `your-cloud-drive-service` use el nombre de su servicio de disco en la nube, como `drive` (para Google Drive), `onedrive`, `dropbox`, etc. + + - Permitir el acceso a la carpeta creada en la [aplicación Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal). +
+ +## Configurar la sincronización en la aplicación SaveDesktop +En la primera computadora: +1. Abra la aplicación SaveDesktop +2. En la página Sync, haga clic en el botón "Configurar el archivo de sincronización" y luego en el botón "Cambiar" +3. Haga clic en "Guardar periódicamente" y seleccione la carpeta que se sincroniza con su almacenamiento en la nube como una carpeta de ahorro periódico +4. Si el archivo de guardado periódico no existe, haga clic en el botón Crear + +En el segundo ordenador: +1. Abra la aplicación SaveDesktop +2. Vaya a la página Sincronizar y haga clic en el botón "Conectar con el almacenamiento en la nube". +3. Haz clic en el botón "Seleccionar carpeta de unidad en la nube" y selecciona la carpeta que está sincronizada con el mismo almacenamiento en la nube que el primer ordenador. +4. Selecciona el intervalo de sincronización periódica, ya que si lo dejas en Nunca, la sincronización no funcionará. + +Para configurar la sincronización bidireccional, asegúrate de tener seleccionada la misma carpeta en la nube en el cuadro de diálogo "Conectar con el almacenamiento en la nube" en el primer ordenador, el intervalo de sincronización periódica seleccionado y el interruptor de "Sincronización bidireccional" activado. + +### Sincronización periódica +Puede elegir entre las siguientes opciones: - Diariamente -- Semanalmente (la sincronización se lleva a cabo cada martes) -- Mensualmente (la sincronización se lleva a cabo el segundo día de cada mes) -- Manualmente (es posible realizar la sincronización en cualquier momento desde el menú principal al hacer clic en los tres puntos) -- Nunca (no se realiza ningún cambio) - - +- Semanal (la sincronización tiene lugar cada martes) +- Mensualmente (la sincronización tiene lugar cada dos días del mes) +- Manualmente (es posible sincronizar la configuración desde el menú de la barra de cabecera haciendo clic en los tres puntos) +- Nunca (no ocurre nada) {% include footer.html %} diff --git a/wiki/synchronization/fr.md b/wiki/synchronization/fr.md index 2132d90f..eeb11f10 100644 --- a/wiki/synchronization/fr.md +++ b/wiki/synchronization/fr.md @@ -1,40 +1,55 @@ # 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: +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) - Monthly (synchronization takes place every second day in the month) - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - {% include footer.html %} diff --git a/wiki/synchronization/hi.md b/wiki/synchronization/hi.md index b9cf7c25..6dde497e 100644 --- a/wiki/synchronization/hi.md +++ b/wiki/synchronization/hi.md @@ -1,40 +1,55 @@ # नेटवर्क में कंप्यूटरों के बीच समन्वयन -## इसे कैसे सेट करें? -### आपकी क्या आवश्यकता है? - -**कंप्यूटर 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", आदि के आकार में कुछ खोजें। +## 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)

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

+ + - 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). +
- **`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 में समन्वयित करना चाहते हैं, तो उसी प्रक्रिया का पालन करें। - -**परिवर्तनों को प्रभावी बनाने के लिए, सिस्टम से लॉगआउट करना आवश्यक है** - -## आवधिक समन्वयन -आप निम्नलिखित वस्तुओं के बीच चयन कर सकते हैं: -- दैनिक -- साप्ताहिक (प्रत्येक मंगलवार को समन्वयन होता है) -- मासिक (समन्वयन महीने में हर दूसरे दिन होता है) -- मैन्युअल रूप से (तीन बिंदुओं पर क्लिक करके शीर्षलेख पट्टी में मेनू से समन्वयन को निर्धारित करना संभव है) -- कभी नहीं (कुछ नहीं हो रहा है) - - +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} diff --git a/wiki/synchronization/hu.md b/wiki/synchronization/hu.md index 0eb7f357..4565c1d1 100644 --- a/wiki/synchronization/hu.md +++ b/wiki/synchronization/hu.md @@ -1,38 +1,55 @@ # 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. +## 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)

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

+ + - 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). +
- **`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 - -**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 - - -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. - -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 -- Hetente (a szinkronizálás minden kedden történik) -- Havonta (a szinkronizálás a hónap minden második napján történik) +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - {% include footer.html %} diff --git a/wiki/synchronization/it.md b/wiki/synchronization/it.md index 5b8df1a6..c2212240 100644 --- a/wiki/synchronization/it.md +++ b/wiki/synchronization/it.md @@ -1,38 +1,63 @@ # 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 +#### Requisiti +- È necessario che sia stata creata una cartella da sincronizzare con l'archivio cloud su ciascun computer che si desidera sincronizzare. Questo può essere fatto utilizzando: + +
+ + Account online GNOME +

(per gli ambienti desktop GNOME, Cinnamon, COSMIC (vecchio) e Budgie)

+
+ + - Apri le Impostazioni GNOME + - Vai alla sezione Account online e seleziona il tuo servizio di cloud storage + + ![OnlineAccounts.png](https://raw.githubusercontent.com/vikdevelop/SaveDesktop/webpage/wiki/synchronization/screenshots/OnlineAccounts_en.png) + +
+ + +
+ + Rclone +

(per altri ambienti desktop)

+
+ + - Installa Rclone + ``` + sudo -v ; curl https://rclone.org/install.sh | sudo bash + ``` + + - Imposta Rclone usando questo comando, che crea la cartella cloud drive, imposta Rclone e monta la cartella + ``` + mkdir -p ~/drive && rclone config create drive your-cloud-drive-service && nohup rclone mount drive: ~/drive --vfs-cache-mode writes & echo "L'unità è stata montata correttamente" + ``` + * Invece di `your-cloud-drive-service` usa il nome del tuo servizio cloud drive, come `drive` (per Google Drive), `onedrive`, `dropbox`, ecc. + + - Consenti l'accesso alla cartella creata nell'[app Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal). +
+ + +## Impostazione della sincronizzazione nell'app SaveDesktop +Sul primo computer: +1. Apri l'app SaveDesktop +2. Nella pagina Sincronizzazione, fai clic sul pulsante "Imposta file di sincronizzazione" e poi sul pulsante "Modifica" +3. Fai clic su "Salvataggio periodico" e seleziona la cartella sincronizzata con il tuo archivio cloud come cartella di salvataggio periodico +4. Se il file di salvataggio periodico non esiste, fai clic sul pulsante Crea + +Sul secondo computer: +1. Apri l'app SaveDesktop +2. Vai alla pagina Sincronizzazione e clicca sul pulsante "Connetti allo storage cloud". +3. Clicca sul pulsante "Seleziona cartella unità cloud" e seleziona la cartella sincronizzata con lo stesso storage cloud del primo computer. +4. Seleziona l'intervallo di sincronizzazione periodica, perché se lo lasci su Mai, la sincronizzazione non funziona. + +Per impostare la sincronizzazione bidirezionale, assicurati di aver selezionato la stessa cartella cloud nella finestra di dialogo "Connetti allo storage cloud" sul primo computer, di aver selezionato l'intervallo di sincronizzazione periodica e di aver abilitato l'opzione "Sincronizzazione bidirezionale". + +### Sincronizzazione periodica +Puoi scegliere tra le seguenti opzioni: +- Giornaliera - Settimanale (la sincronizzazione avviene ogni martedì) - Mensile (la sincronizzazione avviene ogni secondo giorno del mese) -- Manualmente (è possibile sincronizzare la configurazione dal menu nella barra dell'intestazione cliccando sui tre punti) -- Never (nothing's happening) - - +- Manuale (è possibile sincronizzare la configurazione dal menu nella barra dell'intestazione cliccando sui tre puntini) +- Mai (non succede nulla) {% include footer.html %} diff --git a/wiki/synchronization/nl.md b/wiki/synchronization/nl.md index 2132d90f..eeb11f10 100644 --- a/wiki/synchronization/nl.md +++ b/wiki/synchronization/nl.md @@ -1,40 +1,55 @@ # 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: +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) - Monthly (synchronization takes place every second day in the month) - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - {% include footer.html %} diff --git a/wiki/synchronization/pt.md b/wiki/synchronization/pt.md index 9d000ed0..eeb11f10 100644 --- a/wiki/synchronization/pt.md +++ b/wiki/synchronization/pt.md @@ -1,42 +1,55 @@ # Synchronization between computers in the network -## 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: +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) - Monthly (synchronization takes place every second day in the month) - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - - - {% include footer.html %} diff --git a/wiki/synchronization/pt_BR.md b/wiki/synchronization/pt_BR.md index 6d03783e..7a3f7384 100644 --- a/wiki/synchronization/pt_BR.md +++ b/wiki/synchronization/pt_BR.md @@ -1,43 +1,56 @@ # 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`:** +## 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)

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

+ + - 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). +
- - 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 -- Semanalmente (a sincronização acontece toda terça-feira) -- Mensalmente (a sincronização acontece todo segundo dia do mês) -- Manualmente (é possível sincronizar a configuração a partir do menu na barra de cabeçalho, clicando nos três pontos) -- Nunca (nada acontece) - - +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} + diff --git a/wiki/synchronization/ru.md b/wiki/synchronization/ru.md index 501be082..5fc9505e 100644 --- a/wiki/synchronization/ru.md +++ b/wiki/synchronization/ru.md @@ -1,41 +1,56 @@ # Синхронизация между компьютерами в сети -## Как это настроить? -### Что вам нужно? - -**На компьютере 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" и т. д. +## 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)

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

+ + - 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). +
- **пакет `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, выполните ту же процедуру. - -**Чтобы изменения вступили в силу необходимо выйти из системы** - -## Периодическая синхронизация -Вы можете выбрать между следующими вариантами: -- Ежедневно -- Еженедельно (синхронизация происходит каждый вторник) -- Ежемесячно (синхронизация происходит каждый второй день месяца) -- Вручную (можно синхронизировать конфигурацию из меню в заголовке, нажав на три точки) -- Никогда (ничего не происходит)) - - +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} + diff --git a/wiki/synchronization/tr.md b/wiki/synchronization/tr.md index 98bb6da7..4a649f91 100644 --- a/wiki/synchronization/tr.md +++ b/wiki/synchronization/tr.md @@ -1,42 +1,56 @@ # Synchronization between computers in the network -## How to set up it? -### 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: +## 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)

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

+ + - 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). +
+ +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: - Daily - Weekly (synchronization takes place every Tuesday) - Monthly (synchronization takes place every second day in the month) - Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) - Never (nothing's happening) - - - - {% include footer.html %} + diff --git a/wiki/synchronization/uk.md b/wiki/synchronization/uk.md index 2b44f6ac..5772ee5e 100644 --- a/wiki/synchronization/uk.md +++ b/wiki/synchronization/uk.md @@ -1,39 +1,55 @@ # Синхронізація між комп'ютерами в мережі -## Як його налаштувати? -### Що вам потрібно? -**На комп'ютері 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» і т.д. +## 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)

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

+ + - 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). +
- **`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, виконайте ту ж процедуру. - -**Щоб зміни набули чинності, необхідно вийти з системи** - -## Періодична синхронізація -Ви можете вибрати один з наступних пунктів: -- Щодня -- Щотижня (синхронізація відбувається щовівторка) -- Щомісяця (синхронізація відбувається кожен другий день місяця) -- Вручну (можна синхронізувати конфігурацію з меню в рядку заголовка, натиснувши на три точки) -- Ніколи (нічого не буде відбуватися) - - +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} diff --git a/wiki/synchronization/zh_Hans.md b/wiki/synchronization/zh_Hans.md index 6d668b89..1ad9c95e 100644 --- a/wiki/synchronization/zh_Hans.md +++ b/wiki/synchronization/zh_Hans.md @@ -1,42 +1,56 @@ # 通过网络在不同计算机中同步 -## 如何设置? -### 您有什么需求? -**在计算机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`包:** +## 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)

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

+ + - 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). +
- - 如果您不想从路由器界面手动设置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,也是相同的步骤。 - -**您需要注销以生效** - -## 定期同步 -您可从以下方案中选择: -- 每日 -- 每周(在每个周二会进行同步) -- 每月(在每月第二天会进行同步) -- 手动(可手动点击标题栏的三点按钮进行手动同步) -- 从不(无事发生) - - - - +## 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 + +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. + +### Periodic synchronization +You can choose between the following options: +- Daily +- Weekly (synchronization takes place every Tuesday) +- Monthly (synchronization takes place every second day in the month) +- Manually (it is possible to sync configuration from the menu in the header bar by clicking on the three dots) +- Never (nothing's happening) {% include footer.html %} +