floss:unison

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
floss:unison [2019/11/25 04:38] villersdfloss:unison [2020/01/13 18:10] villersd
Ligne 3: Ligne 3:
  
 Unison est un logiciel libre sous licence GPL. Il fonctionne sur un large spectre de systèmes d'exploitation (Windows, Linux, Mac OS X), permettant ainsi de synchroniser des fichiers de différents systèmes d'exploitation.  Unison est un logiciel libre sous licence GPL. Il fonctionne sur un large spectre de systèmes d'exploitation (Windows, Linux, Mac OS X), permettant ainsi de synchroniser des fichiers de différents systèmes d'exploitation. 
 +
 +===== Installation =====
 +  * Sous Ubuntu, Xubuntu, Kubuntu,...
 +    * sudo apt-get install unison unison-gtk
 +  * [[floss:config_ubuntu_server#generation_de_cles_ssh|Génération de clés SSH]]
 +
 +
 +==== Préférences Unison (profil) ====
 +
 +<code>
 +# Unison preferences
 +label = 1st-PC1-2nd-PC2-syncdir
 +root = /home/user/syncdir
 +root = ssh://user@ip_or_dns_name//home/user/syncdir
 +follow = Path *
 +sshargs = -C
 +</code>
 +
 +===== Références =====
  
   * [[wp>fr:Unison_(logiciel)|Unison (logiciel) — Wikipédia]]   * [[wp>fr:Unison_(logiciel)|Unison (logiciel) — Wikipédia]]
Ligne 24: Ligne 43:
     * [[https://www.howtoforge.com/tutorial/unison-file-sync-between-two-servers-on-debian-jessie/#-running-unison|Setting up Unison File Synchronization between two Servers on Debian 8 (Jessie)]]     * [[https://www.howtoforge.com/tutorial/unison-file-sync-between-two-servers-on-debian-jessie/#-running-unison|Setting up Unison File Synchronization between two Servers on Debian 8 (Jessie)]]
     * [[https://kyup.com/tutorials/synchronize-files-unison/|How to synchronize files with Unison - Tutorials For Kyup.com]]     * [[https://kyup.com/tutorials/synchronize-files-unison/|How to synchronize files with Unison - Tutorials For Kyup.com]]
 +    * [[http://blog.philippklaus.de/2010/02/synchronize-directories-using-unison/]]
   * [[https://stackoverflow.com/search?page=1&tab=Relevance&q=unison|Posts containing ‘unison’ - Stack Overflow]]   * [[https://stackoverflow.com/search?page=1&tab=Relevance&q=unison|Posts containing ‘unison’ - Stack Overflow]]
     * [[https://stackoverflow.com/questions/23309719/sync-remote-folder-with-unison|ssh - Sync remote folder with unison - Stack Overflow]]     * [[https://stackoverflow.com/questions/23309719/sync-remote-folder-with-unison|ssh - Sync remote folder with unison - Stack Overflow]]
Ligne 32: Ligne 52:
     * [[https://stackoverflow.com/questions/6533399/run-unison-in-bash-script|linux - run unison in bash script - Stack Overflow]]     * [[https://stackoverflow.com/questions/6533399/run-unison-in-bash-script|linux - run unison in bash script - Stack Overflow]]
     * [[https://stackoverflow.com/questions/1602529/problems-scripting-unison-with-python|Problems scripting Unison with Python - Stack Overflow]]     * [[https://stackoverflow.com/questions/1602529/problems-scripting-unison-with-python|Problems scripting Unison with Python - Stack Overflow]]
 +  * Alternatives
 +    * [[wp>File_synchronization|File synchronization]]
 +    * [[wp>Comparison_of_file_synchronization_software|Comparison of file synchronization software]]
 +    * [[wp>FreeFileSync]] - [[https://freefilesync.org/]]
 +    * [[wp>Nextcloud]] : "While Nextcloud was originally a fork of the ownCloud project, there are now many differences. While ownCloud offers an open-source community edition, they also offer a proprietary Enterprise Edition with additional features and support subscriptions — Nextcloud instead uses the same public code base for both free and paid users."
 +    * [[wp>ownCloud]] community edition
 +    * [[wp>Rsync]]
  
  
  • floss/unison.txt
  • Dernière modification : 2023/11/25 11:27
  • de villersd