floss:unison

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
floss:unison [2019/11/24 22:30] – créée 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]]
   * [[https://github.com/bcpierce00/unison|GitHub - bcpierce00/unison: Unison file synchronizer]]   * [[https://github.com/bcpierce00/unison|GitHub - bcpierce00/unison: Unison file synchronizer]]
   * [[https://www.cis.upenn.edu/~bcpierce/unison/|Unison File Synchronizer]]   * [[https://www.cis.upenn.edu/~bcpierce/unison/|Unison File Synchronizer]]
 +  * Tutoriels
 +    * [[https://doc.ubuntu-fr.org/unison|unison [Wiki ubuntu-fr]]]
 +    * [[https://debian-facile.org/doc:reseau:unison|Unison / Wiki / Debian-facile]]
 +    * [[https://www.tecmint.com/file-synchronization-in-linux-using-unison/|Unison - An Ultimate Local/Remote File Synchronization Tool for Linux]]
 +    * [[https://documents.epfl.ch/users/m/ma/madasilv/public/LCBC_pictures/LCBC_retreat_slides/lcbc_retreat-repic-unison.html|unison-tutorial]]
 +    * [[https://coagul.org/drupal/publication/synchronisation-dossiers-unison|Synchronisation de dossiers avec UNISON - COAGUL]]
 +    * [[https://orgmode.org/worg/org-tutorials/unison-sync.html|Synchronizing org files with Unison]]
 +    * [[https://help.ubuntu.com/community/Unison|Unison - Community Help Wiki]]
 +    * [[https://www.digitalocean.com/community/tutorials/how-to-back-up-large-directories-with-unison-on-ubuntu-16-04|How To Back Up Large Directories with Unison on Ubuntu 16.04 - DigitalOcean]]
 +    * [[https://www.linode.com/docs/tools-reference/tools/synchronize-files-with-unison/|Synchronize Files with Unison - Linode]]
 +    * [[https://www.softprayog.in/tutorials/synchronizing-files-between-multiple-computers-using-unison|Synchronizing Files Between Multiple Computers Using Unison - SoftPrayog]]
 +    * [[https://www.addictivetips.com/ubuntu-linux-tips/sync-files-on-linux-with-unison/|How To Sync Files On Linux With Unison]]
 +    * [[https://wiki.archlinux.org/index.php/Unison|Unison - ArchWiki]]
 +    * [[http://www.responsive-mind.fr/unison-synchronisation-fichiers/|Synchronisation de fichiers bidirectionnelle avec Unison]]
 +    * [[https://www.cyberciti.biz/faq/unison-file-synchronizer-tool/|UNIX / Linux: HowTo Use unison File Synchronizer - nixCraft]]
 +    * [[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]]
 +    * [[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 15: 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