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évisionLes deux révisions suivantes
floss:unison [2019/11/25 10:40] 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 ===== ===== Références =====
Ligne 26: 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]]
  • floss/unison.txt
  • Dernière modification : 2023/11/25 11:27
  • de villersd